CaveBiomeAPI [Forge]

CaveBiomeAPI [Forge]

14M Downloads

Incompatibility With KubeJS "worldgen.remove" Event

WadeMason opened this issue ยท 2 comments

commented

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']
	})
})

image

commented

that's from Caves & Cliffs Backport side and it's going to be fixed

commented

hello o/ this issue has been fixed now in caves and cliffs backport c: