Everything posted by warjort
-
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.- Forge 1.18.2 server wont load up with Dawncraft
Either one of; * Uninstall all your javas and just reinstall java 17 (the long term support version of java) so you are not confused about which it is using and you can be certain only that is configured. * Manually change your windows environment variables so that java 17 is the one in the PATH * Change where it says "java" in the run.bat to use the "c:\full path\to\java17\bin\java.exe" from your java 17 installation where the quotes are important if the path contains spaces like my example. * Use search where variants of this question can be found to be asked and answered a hundred times before along with all the "gotchas" you might come across.- [1.18.2] MultiPart Entitys hitboxes do not work
What code? All you post are snippets of java out of context. Which you now admit is not the real code. If you want help you need to put the full real code on github. So we can see everything that is relevant. And maybe try it for ourselves. But as I said originally, I know virtually nothing about multipart entities. I have never written one. I only answered because it was obvious your hurt() method didn't do anything.- my game crashes after i load a world
Use the latest optifine preview release.- Failed to build unique mod list after mod discovery. net.minecraftforge.fml.loading.EarlyLoadingException: Duplicate mods found
Some issue with the croptopia configuration. Check you have the latest version then contact the mod author.- error starting a world in minecraft
Issue with canary. Check you have the latest version then contact the mod author.- I have this issue and would like some help.
There is no cgm version for 1.19.4 (yet?) https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod/files- Got an error when creating a world with 100+ mods
It is oculus.- Forge 1.18.2 server wont load up with Dawncraft
Use java 17, mixin does not support 20 - 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.