haykam821
haykam821
@LoganDark At that point, why not embed it within `TranslatableText` itself? It seems a bit silly for a 3rd-party library to require explicit compatibility like that.
@LoganDark The server already has access to the vanilla lang files with the mod, so why not send `TranslatableText`s to the client only if their translation key was not found...
I don't think regular sandstone should be referred to as yellow sandstone. Is there a use case for having a combined sandstone tag? Since sandstone and red sandstone are clearly...
Sandstone isn't referred to as yellow within vanilla Minecraft, so it shouldn't be referred to as yellow within tags. I think that any tags containing only sandstone and not red...
Java 16 was also released yesterday, so they might've just not updated it yet.
Are there any issues left here? The list hasn't been updated since March 17. Other than a few edge cases, Fabric works fine on 1.17 (and thus Java 16).
Could a button to open the mods folder be added instead? https://github.com/FabricMC/fabric-loader/blob/c12adfb36b7f495f74d7f97af43596c766978cb1/src/main/java/net/fabricmc/loader/impl/gui/FabricGuiEntry.java#L130-L131 If a user requires the path, then option-clicking the button should copy the mods folder path to the...
For fake items, there can just be a `FabricItemSettings.done(Item)` to call when necessary.
Already did 😛
This event would be a good candidate for moving to the `fabric-dynamic-registry-api-v1` module added by #1031.