paulevsGitch / BetterNether

BetterNether Mod
GNU General Public License v3.0
105 stars 73 forks source link

[Bug] Disabling items and blocks breaks tags #474

Closed MJRamon closed 2 years ago

MJRamon commented 2 years ago

What happened?

Disabling everything related to Cincinnasite (items and blocks) break Minecraft tags, thus breaking datapack functionality.

[04:43:20] [Worker-Main-17/ERROR]: Couldn't load tag minecraft:wooden_doors as it is missing following references: betternether:bone_cincinnasite_door (from Better Nether)
[04:43:20] [Worker-Main-17/ERROR]: Couldn't load tag minecraft:anvil as it is missing following references: betternether:cincinnasite_anvil (from Better Nether)
[04:43:20] [Worker-Main-17/ERROR]: Couldn't load tag minecraft:walls as it is missing following references: betternether:cincinnasite_wall (from Better Nether)

BetterNether

better-nether-6.0.6

BCLib

bclib-1.1.2

Fabric API

fabric-api-0.44.0+1.18

Fabric Loader

0.12.12

Minecraft

1.18.1

Relevant log output

No response

Other Mods

No response

quiqueck commented 2 years ago

Thanks for reporting :)

This is part of ongoing refactoring. We work on it, but it will take some time :)

quiqueck commented 2 years ago

Some parts of the fix will be in 6.0.7.

quiqueck commented 2 years ago

This should be fixed in 6.0.8. Please re-open or create a new issue if the problem persists.