Everything posted by warjort
-
There is no installation file
https://johann.loefflmann.net/en/software/jarfix/index.html
-
[1.19.3]item name showing up as the path instead of what i've classified it as in eng_us.json
It is en_us.json https://github.com/misode/mcmeta/tree/assets/assets/minecraft/lang
-
How To Disable Inventory (TEXT)
Override the AbstractContainerScreen.renderLabels() method. This forum does not exist for you to use people as human search engines. We are here to answer real problems. Learn to use your IDE to look at how the vanilla classes you are extending/using work.
-
1.19 Vanilla Block Override
Leave it to the end user / modpack developer which implementation of the campfire they want to use, e.g. they can change the recipe to use your item.
-
Exception in thread "main" java.lang.IllegalStateException: Failed to find system mod: minecraft
If the forge bootstrap can't find minecraft this will be an issue with your launcher. If you are using the vanilla launcher post a link to the launcher_log.txt otherwise speak to whoever produces your launcher.
-
Run functions when player presses right click with item
Look at what for example the ShieldItem does. Or any other item that uses the startUsingItem() and its related methods.
-
Help. Minecraft keeps crashing at the World generation. "Exception in server tick loop"
Issue with immersive portals, probably a conflict with another mod? Check you have the latest version then contact the mod author.
-
Help. I dont know how to read crash reports and stuff like that, so can someone help with this crash. What to do?
Install the latest preview release of optifine for 1.18.2
-
1.18.2 Mods suddenly no longer working unprovoked
Looks like an issue with the additionaladdtiions configuration file. Probably got corrupted when your computer didn't shutdown properly? The error doesn't say what the configuration file is called. If you don't have a backup of the file, usually you can delete it and the mod will recreate it with default options. The debug.log doesn't match the crash report. Instead it shows you uninstalled a lot of mods, including world gen mods. So the game is refusing to load a world that was created with those mods.
-
Loading into Minecraft crashes with The game crashed whilst initializing game Error: org.spongepowered.asm.mixin.transformer.thr
Issue with entity_texture_features mod. Probably a conflict with another mod (optifine?) Check you have the latest version then contact the mod author.
-
Textures not showing up on placed block
Perhaps you mean the minecraft:block/cube_all ?
-
Crashing When Rendering Overlay
One of your config files is invalid/corrutped. You can find it in the config subfolder. If you don't have a backup of the file, delete it and it will be recreated with default values.
-
Crash Report
Oculus issue: https://github.com/Asek3/Oculus/issues/257
-
Internal exeption: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was...
Try with the latest optifine preview release. Otherwise you need to post your logs/debug.log From the error, it looks like a mod is doing something very broken with BlockStates? Probably the only way to find it, is to experiment with removing mods until the problem goes away. (Backup your world before removing mods).
-
Exit code -1073740940
The file will be in <your-minecraft-folder>/config. See the sticky post at the top of the forum for how to find your minecraft folder.
-
How Do I Open A Gui On Client?
https://forge.gemwire.uk/wiki/Sides#Reaching_Across_Logical_Sides Please familiarise yourself with the whole wiki.
-
1.18.2 Mods suddenly no longer working unprovoked
Put the files on proper file upload site. Those liinks are private.
-
AppleSkin keeps crashing: AppleSkin (appleskin) encountered an error during the common_setup event phase
Install the applskin version that says it is compatible with 1.19.2 https://www.curseforge.com/minecraft/mc-mods/appleskin/files/all?filter-game-version=1738749986%3a73407
-
Crash by mods
Looks like you have the wrong version of geckolib for the dreamland forge mod? Ask the mod author which version they want or try the latest version.
-
I need help to find what to delete for the exception in server tick loop
Install the latest optifine preview release for 1.18.2
-
Is there a way to get a list of all entities in a radius around an entity?
One of the Level.getEntities() methods.
-
Error after updating mods
Your error is Which looks like some conflict between ars nouveau and geckolib. Like you have the networking code twice? You need to contact the mod author to ask what is going on. The image post is useless, we need to see the log.
-
btw am new to making servers and I porb did something dumb
Looks like an issue with Dynmap plugin? Check you have the latest version then contact the mod author. Also please stop posting logs in the forum. Upload them to a file sharing site and post a link. This thread is pretty much impossible to search and figure out which log I should be looking at.
-
Error after updating mods
You are missing the geckolib mod or have the wrong version.
-
Keep crashing at start
You need to speak the valhelsia_core and optifine mod authors. I believe the answer you will get from valhelsia_core is "we don't support optfine". A stance many mod authors take since there is no way to know how it changes the game.