Everything posted by warjort
-
I keep getting "mismatched mod channel list" but the server and client has the exact same mods folder.
This is a 1.16.5 support request, which is not supported here: https://forums.minecraftforge.net/topic/91712-supported-version-directory/ The ip address is for a local subnet (192.168.*.*) so it is unusable by others not on the same local network.
-
Failed to build unique mod list after mod discovery. net.minecraftforge.fml.loading.EarlyLoadingException: Duplicate mods found
Check you have the latest version then contact the mod author. And you also have some issue with immersive portals conflicting with a network mixin. That is breaking other mods.
-
Game crashed while rendering overlay
One of your mods is not for 1.19.4 so it can't find a class that no longer exists in 1.19.4 The crash report does not say which mod is causing the problem. Guess: Somebody recently reported a similar error with cgm which doesn't yet have a 1.19.4 release: https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod/files
-
Datapacks prevent the world from Ioading
Duplicate post, answered on the other one.
-
Datapacks prevent the world from Ioading
You removed ae2 (applied energistics) which is part of the world gen for that save. Minecraft won't let you load the world without it. Options: * Start a new world * Reinstall ae2 so you can play that save * Use an NBT editor to modify your level.dat and remove the ae2 dimension from the save (backup your world/save before messing around with NBT in case you do it wrong)
-
Create Mod and Addons doesent load correctly
Check you have the latest version then contact the mod author. It could also be you have the wrong version of create? In general, if you know which mod is causing the problem you should talk to the mod author. These are the forge support forums. There is nothing we can do to fix other people's mods.
-
Minecraft Forge 1.19.2 server refuses to start
No logs/debug.log means we can't see the error(s) and so can't help you.
-
My server is crushing and i dont know how to solve it.
Issue with Integrated Dynamics/Cyclops core. But it could also be caused by one of the other mods (underlined above) that has a mixin in this area. Check you have the latest versions then contact the mod authors.
-
Problema al iniciar Server :(
Wrong version of jei
-
Texture Atlas Stitching
You can read how atlases are now loaded here: https://www.minecraft.net/da-dk/article/minecraft-java-edition-1-19-3 The current default block atlas config can be seen here: https://github.com/misode/mcmeta/blob/assets/assets/minecraft/atlases/blocks.json
-
[SOLVED] Enchantment or electricity effect on a block
In general, overridding/changing vanilla stuff is a bad idea, unless you can do it in a way that plays nicely with other mods. Simple test: What would happen if another mod does something similar to what your mod does? Better is to implement your own block, then let the end user/mod pack developer choose to use your block, e.g. by changing crafting recipes to use your item instead of the vanilla one or give the user some mechanism to morph the vanilla block into your block The other issue with changing vanilla blocks/items is you will run into Mojang's hardcoding. e.g. see the WeatheringCopper class for a hardwired use of Blocks.COPPER_BLOCK Mojang don't design their classes to be reused by modders.
-
server wont start up after mod added
World of bosses (somebosses) is trying to load client classes on the server. Check you have the latest version then contact the mod author.
-
getResultItem requires Registry Access?
You already have the "output" of your recipe? https://github.com/elytraByte/Boulanger/blob/98045e09372fa72f86486a21d419cfe84b7be5fb/src/main/java/org/l3e/Boulanger/recipe/StoneMillRecipe.java#L20 Look at what the vanilla recipe serializers do.
-
pause while running run.bat so game wont start
Use java 17, mixin does not support java 20 Forge by itself with no mods, doesn't use mixin.
-
"The game crashed whilst rendering overlay" message when trying to start my forge.
Broken config file, you can find it in your config folder. If you don't have a backup of the file, delete it and it will be recreated with default values.
-
The game crashed whilst rendering overlay Error: java.lang.IllegalArgumentException: Failed to create player model for default
Check you have the latest version then contact the mod author.
-
all the mods 8 im 2 days in was playing all night last night tried to log on this am and i cant get passed loading my world
- How to make food leave some items in inventory after being consumed?
Sorry, you said after eating, not crafting. Look at HoneyBottleItem.finishUsingItem() or one of the vanilla items that gives a remainder.- all the mods 8 im 2 days in was playing all night last night tried to log on this am and i cant get passed loading my world
Can't help you if you don't show the new error. We have no psychic powers. The original error you show usually happens when you don't shutdown the computer properly (e.g. an OS crash or power outage). Windows then doesn't flush the buffer cache onto the hard drive, so the files don't get saved. If that is what happened, then it is likely you have other broken files. The new crash report should tell you what they are.- all the mods 8 im 2 days in was playing all night last night tried to log on this am and i cant get passed loading my world
Broken config file, you can find it in your world/serverconfig folder. If you don't have a backup of the file, delete it and it will be recreate with default values.- How to make food leave some items in inventory after being consumed?
Override IForgeItem.hasCraftingRemainingItem() and getCraftingRemainingItem() for your Item implementation. https://github.com/MinecraftForge/MinecraftForge/blob/e6aaaff3f3d764c9dd92c4fc42d0f6e1b62071a5/src/main/java/net/minecraftforge/common/extensions/IForgeItem.java#L251- How to change the model of an item with a right click 1.19
https://forge.gemwire.uk/wiki/Item_Properties- crash with exit code -1 (mods: create and flywheel)
From your log file which isn't from curseforge by the looks of it. It's also 5 days old.- crash with exit code -1 (mods: create and flywheel)
From your original crash report.- crash with exit code -1 (mods: create and flywheel)
You have the wrong version of optifine for your version of forge. - How to make food leave some items in inventory after being consumed?
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.