Everything posted by Ugdhar
- 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)
-
A crash of DEDICATED SERVER PLS HELP
Please read the FAQ, and post logs to an external site such as https://mclo.gs and then post the link to them here. I put your log in a spoiler to avoid a massive wall of text for people to scroll through. You have mods that do not work on a dedicated server. Search through your log for "invalid dist" (without the quotes), and each spot you find it will mention a mod that does not work on a dedicated server.
-
Help with a crawling problem
Please read the FAQ and post logs as described there, they may contain information that will help discern the source of the issue.
-
Minecraft keeps crashing on launch
These are the Minecraft Forge forums, and your modpack runs on Fabric, which is not supported here. You would be best served seeking support wherever fabric support is provided.
-
log_configs 1.21.1 neoforge crash
Neoforge is not supported on these forums, the best place to get support for Neoforge is from Neoforge.
-
Trying to update older 1.18.2 mod to 1.20.1, java.lang.NoSuchFieldError:ENTITIES
I'm not sure you can update a mod just by changing the mod.toml, I'm not sure of all the changes, but I would imagine that the code would need to be changed to match any updates/changes from 1.18.2 -> 1.20.1 You could try sharing the full log (instructions on doing so in the FAQ) and seeing if anyone sees any fixable errors.
-
Forge Custom Modpack crashed after entering a chunk or part of map, won't let me rejoin without "Feature placement"
Always post new logs (to an external site, and posting the link here, as described in the FAQ) after removing mods/trying something to fix it.
- Modpack Crashing During Loading
- Error with my own modpack
- mods are not working
-
Crash: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: com.mojang.text2speech.Narrator
The solution to this issue was posted. If you are still having issues, you should read the FAQ, and post a new thread with logs as described there.