Creating Texture Atlases Minecraft 1.21 Fabric
I want to know how I can create a completely custom texture atlas and how do I initialize it? As I understand in version 1.21 the atlas system is now fully described in json/mcmeta files and during client initialization an atlas is created from the listed texture files.
“Can only iterate over an array or an instance of java.lang.Iterable” error when i create a fabric mod minecraft 1.20.6?
I’m begun in fabric modding and i want for my mod to load a resource pack when the mod is loaded.
Then, i found in the fabric api a code, i took for my mod here.
Cannot resolve symbol ‘ITEM’ In fabric Mc mod
i cant register a new item with Registry.ITEM