[22w13oneBlockAtATime] Generic Item Block is not rendered correctly
Flamarine opened this issue ยท 4 comments
I'm having the same issue. This snapshot is so fun, I would love to be able to mod it a little bit for an even cooler experience.
I think the April Fools snapshots should get extra consideration since they're more memorable "special editions" released through the snapshot channel.
FWIW white carpet is the default appearance for item ID 0
I am also having this issue, although I may have found the root of the problem.
Since the Fabric API is made for mod resources and whatnot, it creates it's own resources for mods so their textures may load correctly.
The only issue with that, is that the resources cause our items to lose their texture IDs. Removing the resources may be the only solution to the problem.
If anyone has more insight on this topic please share!