#how can i create gtceu ore veins in allthemodium:mining dimensions
18 messages · Page 1 of 1 (latest)
+)
superflat config not worked.
adding
event.create('greg_layer')
.targets('minecraft:stone', 'minecraft:deepslate', 'minecraft:netherrack', 'minecraft:end_stone')
.dimensions('allthemodium:mining')
})```
on startup not worked.
changing
```GTCEuServerEvents.oreVeins(event => {
event.modifyAll((id, vein) => {
console.log("Modifying vein: " + id)
vein.layer("greg_layer")
vein.dimensions("allthemodium:mining")
})
})```
in server not worked, but it prints logs that [01:19:16] [INFO] CustomWorldGen.js#3: Modifying vein: gtceu:molybdenum_vein blabla.
ofc, biomename is correct.
look at atm 9
atm9 code not worked.
any1 know solution?
enable ores in flat dimensions config
already tried but not worked.
so then no solution?
no solution?
brute force solution; but still not working. what's wrong?
solved.
used custom world and datapack.
check my new support; it having critical issues.
sorry but if I stabilized it i'll send you
