`growth_acceleratable` tag uses the wrong common budding tag
Mrbysco opened this issue ยท 0 comments
Describe the bug
As of writing this issue (2024-10-16) ae2:growth_acceleratable
uses c:budding
instead of c:budding_blocks
causing mods like GeOre not to work
How to reproduce the bug
- Install a mod that adds their budding blocks to
c:budding_blocks
like GeOre - Setup Growth Accelerators
- Notice how they don't get accelerated
Expected behavior
Budding blocks in c:budding_blocks
getting accelerated
Additional details
The BUDDING_BLOCKS tag in NeoForge https://github.com/neoforged/NeoForge/blob/1.21.x/src/main/java/net/neoforged/neoforge/common/Tags.java#L49
Which minecraft version are you using?
1.21
On which mod loaders does it happen?
NeoForge