Incompatibility With KubeJS "worldgen.remove" Event
WadeMason opened this issue ยท 2 comments
When developing a modpack, the KubeJS worldgen.remove event does not remove ores.
onEvent('worldgen.remove', event => {
event.removeOres(ores => {
ores.blocks = ['minecraft:iron_ore', 'minecraft:gold_ore', 'minecraft:coal_ore', 'minecraft:nether_gold_ore', 'minecraft:nether_quartz_ore', 'minecraft:diamond_ore', 'minecraft:emerald_ore', 'minecraft:redstone_ore', 'minecraft:lapis_ore']
})
})