
Unable to remove features of other mods?
Agonizes opened this issue ยท 2 comments
Hi Apollo,
I'm fairly certain this is not a bug and just me being stupid, but I can't for the life of me figure out how to remove biome features of other mods and I hope you can help me:
{
"type": "lithostitched:remove_features",
"predicate": {
"type": "lithostitched:true"
},
"biomes": "#minecraft:is_overworld",
"features": "bloomingnature:jungle_ebony_tree",
"step": "vegetal_decoration"
}
The error that is thrown is:
java.lang.IllegalStateException: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/placed_feature]: [bloomingnature:jungle_ebony_tree]
It's looking for the data in the minecraft root data instead of the data of the bloomingnature mod and I have no idea how to make it direct correctly to the data of bloomingnature.
Thanks in advance,
I'd recommend overriding bloomingnature:jungle_trees and removing the jungle_ebony_tree_checked
feature from the features
list to remove the ebony trees.