-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By CatzRule81 · Posted
I found how to do this from a similar issue for MC 1.16. Basically, instead of trying to hijack the registry using ObjectHolder, you can just get the items from the registry directly. So DON'T do this: @ObjectHolder("modid:your_item_id") public static final Item ITEM_OBJECT_HOLDER = null; // [...] event.getItemColors().register(itemClass::someMethodToGetItemColor, ITEM_OBJECT_HOLDER) Do this instead: event.getItemColors().register(itemClass::someMethodToGetItemColor, ModItemsClass.YOUR_ITEM_REGISTRY_NAME.get()) -
By CatzRule81 · Posted
"Leather Cap" is already taken and "Wool Hat" sounds a bit over generic, but I might look into a "Wool Beanie" after I figure out how to fix the issue of item colors not working. That being said, still looking for solutions. -
https://mclo.gs/qmWe8Tw https://paste.ee/e/Jo6ft/0
-
By scientistknight1 · Posted
What about naming it a "wool cap" or "wool hat"?
-
-
Topics
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.