Everything posted by warjort
-
[1.19.2] Multiple models for the same entity depending on it's age
PufferFishRenderer except you would use the "age" instead of the "puffState" to determine the model.
-
I got problems loading mods on Minecraft Forge 1.19.2
I don't respond to threads when the log shows you are not logged into minecraft. For all I know you are using pirated minecraft which is not supported in this forum.
-
Exit code -1073740940
The forge log won't have any information, this is a crash in native code (the virtual machine). If there is nothing in the launcher_log.txt and no hs_err_pid file giving more specific information, you will need to ask whoever makes the version of java you are using how to find the cause of the problem.
-
Set entity nbt data on spawn
I can't really speak to that CompoundTag. I didn't know it existed until this question. 🙂 From what I can see it is used to pass additional ItemStack NBT for the SpawnEggItem and ArmorStands? It will be up to the particular Entity implementation how it uses it in its finalizeSpawn() method. Also see the spawn() method that takes an ItemStack. Nothing in vanilla uses the spawn() method you are using directly. But, it looks like that same method you are using has a Consumer<T> that let's you modify the Entity before it is spawned. e.g. something like: ModEntityTypes.NEXUS_ZOMBIE.get().spawn(level, null, zombie -> zombie.setNexusTarget(getBlockPos()), spawnPosition, MobSpawnType.EVENT, false, false);
-
I got problems loading mods on Minecraft Forge 1.19.2
If you don't post a link to logs/debug.log we can't help you. Read my footer. Without an error message, the only way to find the problem mod is to experiment with removing mods until the problem goes away. Backup your world before removing mods. Broken lighting effects can be caused by you removing mods which removes its blocks from the world. The blocks underneath won't know they are now exposed and so will have the wrong lighting values. Placing a block or otherwise causing a block update should force it to redo the lighting calculations.
-
Minecraft Crash Report, how fix it? help
Give the game more memory using the slider in curseforge's minecraft settings. Or remove mods to free up memory. Backup your world before removing mods. The 100% cpu usage is java's garbage collector trying very hard to find free memory before it fails.
-
I got problems loading mods on Minecraft Forge 1.19.2
Oculus issue: https://github.com/Asek3/Oculus/issues/257
-
Forge 1.19.2 Missing GUI
Post a link to your logs/debug.log when this happens. Also try removing any "optimisation" mods you have such as optifine. Otherwise the only way you are going to find the problem mod is to experiment with removing mods until the problem goes away. (Backup your world before removing mods).
-
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
Issue with the create mod, probably a conflict with another mod. Check you have the latest version then contact the mod author.
-
Modpack crashing on startup
Issue with the minetogether mod Check you have the latest version then contact the mod author.
-
Help with worlds crashing on starting
Oculus issue: https://github.com/Asek3/Oculus/issues/257
-
Exit Code -1073740940
You might have downloaded adoptium, but you haven't told whatever launcher you are using to use it: For the vanilla launcher click on "Installations" at the top of the screen. For curseforge it is in the minecraft settings.
-
[1.19.2] Eclipse 2022-06 (4.24.0) test more than one mod at the same time
https://forge.gemwire.uk/wiki/Dependencies#Deobfuscating_Dependencies
-
All The Mods 8 Crash
Oculus issue: https://github.com/Asek3/Oculus/issues/257
-
Exit code -1073740940
Crash in microsoft's jvm. Report it to them or try a different java. e.g. https://adoptium.net/
-
Help error plis
Oculus issue; https://github.com/Asek3/Oculus/issues/257
-
Mod data priority
You need to specify a dependency of "AFTER" on the mod in question. You can check the datapack ordering in the create new world screen.
-
Problem with starting Valhelsia 5 server
Immersive engineering says it has finished Minecraft says it is ready as well?
-
[Modpack] When i open search something on the search bar at Jei,it crashes
As you thought, issue with domumornamentum. Maybe because you are not using the latest preview release of optifine? Otherwise contact the mod author.
-
rendering overlay error in version 1.19.2
Install the latest preview release of optifine.
-
Creating tabs inside of a custom crafting table (1.18.2)
https://docs.minecraftforge.net/en/latest/gui/screens/ If you are new to minecraft modding, the crafting table (CraftingMenu/Screen) is not the place to start. This forum is littered with people struggling to understand/emulate the crafting table. Try something simpler first to get used to how AbstractContainerMenu/Screens work. https://docs.minecraftforge.net/en/latest/gui/menus/ There are simpler examples in vanilla code.
-
Exit Code -1073740940
This is being reported a lot recently with the microsoft version of java used by mojang's launcher and curseforge by default. e.g. https://forums.minecraftforge.net/topic/119445-java-is-crashing-minecraft-1182-for-some-reason/#comment-523822 https://forums.minecraftforge.net/topic/119444-minecraft-crashing-with-create-mod-exit-code-1073740940/#comment-523821 If using a different java doesn't fix it, post the first 20 lines of your hs_err_pid file or the launcher_log.txt
-
Minimum FPS is always low, but average FPS is alright
Try this mod: https://www.curseforge.com/minecraft/mc-mods/spark to understand what is happening.
-
My aternos server crashed
Looks like you are missing the silentchaos library mod? Wanted by silent gear.
-
Crash Initializing game.
Some issue with twilightforest trying to modify the air block? Probably it has some issue with a missing expected block. Check you have the latest version then contact the mod author.
IPS spam blocked by CleanTalk.