Oh The Biomes You'll Go Refabricated

Oh The Biomes You'll Go Refabricated

11M Downloads

[Bug]: Log tags use unconventional paths preventing automatic compatibility with some mods.

LambdAurora opened this issue ยท 1 comments

commented

Minecraft Version

1.19.2

BYG Version

2.0.0.7

Terrablender Version

2.0.1.125

Mod Loader

Quilt

Mod Loader Version

0.17.3

Bug Severity

Minor

What happened?

My mod Aurora's Decorations is a decorations mod that attempts to be as compatible as possible with other mods through registry analysis and dynamic data generation.

While testing its EMI integration I just noticed something: all the auto-generated recipes for logs -> planks through the sawmill don't match any ingredients!

image

After a quick investigation it tries to search for an item tag byg:<name of the log block>s (ex: byg:white_mangrove_logs), and the mod currently store those as byg:wood/<name of the log block>s. Which is nice for organization but Vanilla has set some kind of convention already which will catch off-guard some mods.

latest.log

https://gist.github.com/LambdAurora/45ed52fd99ba4d62a95ed617bb147e07

Did you isolate BYG?

I did not try BYG alone

commented

This was fixed in 2.0.0.8!