#how to remove generated ores from create: tfmg?

3 messages · Page 1 of 1 (latest)

tranquil thunder
#

im trying to remove some ores from generating and the ores from tmfg are not dissapearing. here is my script for hiding the ores: WorldgenEvents.remove(event => { event.removeOres(props => { props.worldgenLayer = 'underground_ores' // BlockStatePredicate to remove ores props.blocks = ['luckytntmod:uranium_ore', 'luckytntmod:deepslate_uranium_ore', 'thermal:lead_ore', 'thermal:deepslate_lead_ore', 'thermal:tin_ore', 'thermal:deepslate_tin_ore', 'mekanism:lead_ore', 'mekanism:deepslate_lead_ore',]}) event.removeOres(props => { props.worldgenLayer = 'underground_decoration' // BlockStatePredicate to remove ores props.blocks = ['createindustry:nickel_ore', 'createindustry:deepslate_nickel_ore',]})

slow gorgeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

tranquil thunder
#

i know i have the createindustry ore in underground decoration but thats because i wanted to see if i had it in the wrong stage