Apollounknowndev / lithostitched

A library mod with new configurability and compatibility enhancements for worldgen
MIT License
6 stars 3 forks source link

Unable to remove features of other mods? #8

Closed Agonizes closed 5 months ago

Agonizes commented 5 months ago

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,

Apollounknowndev commented 5 months ago

I just took a look at Blooming Nature's worldgen files, there is no jungle_ebony_tree placed feature. image

Apollounknowndev commented 5 months ago

I'd recommend overriding bloomingnature:jungle_trees and removing the jungle_ebony_tree_checked feature from the features list to remove the ebony trees.