-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By Fabri18181 · Posted
Este fue el registro de la consola alguien me ayuda este fue el error [08Sep2024 14:02:28.608] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER -
By TileEntity · Posted
Make a test without entity_texture_features -
By TileEntity · Posted
Add a screenshot of your mods folder -
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())
-
-
Topics
-
Who's Online (See full list)
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.