-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By buffalobob · Posted
I will literally make out with you I was struggling with this for two hours and you fixed it papi chulo I love you -
By diesieben07 · Posted
The loader is an inner class: https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/client/model/SeparatePerspectiveModel.java#L164 You need to register the loader (see where Forge does it). Then the loader will be called to load the JSON model into memory. -
Loader, is that another class I extend off of? Is that SeparaterPerspectiveModel? I really have no context for how these pieces of information fit together. Can you explain with some more detail?
-
By ChampionAsh5357 · Posted
Villagers can be added via VillagerTradesEvent while wandering traders via WandererTradesEvent. -
By ChampionAsh5357 · Posted
Yes, as you can see it has the obfuscated name which translate to its unique srg name and then finally the mapped name. You will need the srg name as your parameter. The static keyword makes the field/method available at class level meaning you do not need an instance to grab the associated value. So, a null value can be passed in instead.
-
-
Topics
-
Who's Online (See full list)