
removeOre does not work for Tinkers Reforged ores
NicolasFlamel42 opened this issue ยท 1 comments
Minecraft Version
1.19.2
KubeJS Version
1902.6.2-build.73
Rhino Version
1902.2.3-build.284
Architectury Version
6.6.92
Forge/Fabric Version
Forge 43.5.0
Describe your issue
The Worldgen Event to remove ores does not seem to work for Tinkers Reforged ores specifically.
WorldgenEvents.remove(event => {
event.removeOres(props => {
props.blocks = [
'tinkers_reforged:aluminum_ore',
'tinkers_reforged:deepslate_aluminum_ore'
]
})
})
Ores from other mods and vanilla ores work fine, but Tinkers Reforged ores still generate regardless.
I am unsure if this is a problem with KubeJS or something with how Reforged handles oregen.
Crash report/logs
No response