- bugs
-
How do I make my biped mob always spawn with a pumpkin head? [1.16.5]
I don't have a 1.16.5 workspace, but in the workspace I'm looking at the Mob class has a method called populateDefaultEquipmentSlots that you could try to override and add your pumpkin head there.
-
How can I learn Forge modding?
The problem with tutorials and documentation, is that the minecraft code changes constantly, so documentation, outside of the very basics, becomes outdated. Using your example of a list of forge's events, you would use your IDE to browse the minecraftforge classes, specifically net.minecraftforge.event where you will find event classes, as well as other packages further refining the events available, such as events for entities, enchanting, brewing, etc. A lot of things can be accomplished by "seeing how vanilla does it" as well. And of course, when new versions come out, there's a chances anything and everything will break, and have to be recoded with whatever new way things are being done.
- My arcadia rpg server keeps crashing.
- Internal Exception help
-
Minecraft Crashes upon creating a world.
Please post the complete log, it will show more information that could help determine the problem.
- My custom chests ive been coding in briefly close then open when i right click on them and open the menu.
-
Minecraft Crashing upon joining save/server or when placing specific blocks
Please post logs as described in the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) and post logs as described there. I have split your reply to the other topic into a new post. It is best to not post in a year+ old topic for an issue, especially when that old topic is marked as solved.
- Recipes not working
-
Error: java.lang.IllegalStateException: Registry is already frozen
These are the Minecraft Forge forums, Neoforge is not supported here. You would be best served seeking support on their website and/or discord.
-
Use enchantments in anvil on tools build from custom ore
For sharing code, I would suggest putting your mod on github, it would allow someone to build/run your mod to help test, as well as peruse the code. I would at the very least share the code for your new material/tool tier, my first thought would be that it is related to the enchantability level of the material.
-
crash not enough data available
Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/), and post a description of your issue, along with logs posted to a site such as https://mclo.gs and post the link here. Please do not try to piggyback on years old topics that may or may not be your actual issue.
- Crazy Craft Updated Server Crash?
- I can't play on forge modded minecraft worlds.
- Beyond the Skybox world not rendering (1.21.1)