1.20.2 Stuck on Exit Code 1
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By obsidianfennec · Posted
I had exactly the same problem! But i fixed it. How? First of all, this: is NOT a proper answer because it literally says "I don't want to spend my time helping you. F**k off". This spurns most of the potential devs and discourages them. The official documentation is neither very helpful for newcomers. I can't say that it is a piece of shit because it is almost non-existent, so you can't scientifically prove that it is shit if you can't measure its 'shitness'. SO, the actual answer starts here. Mods using mixins have mappings for OBFUSCATED minecraft only, so these mods will inevitably crash in deobfuscated environments such as development environment. So, to fix this you need to use some mechanism to automagically® remap existing maps. Applying org.spongepowered.mixin will do. Put this into build.gradle: buildscript { repositories { mavenLocal() jcenter() maven { url = "https://maven.minecraftforge.net/" } maven { url = "https://repo.spongepowered.org/maven" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:5.1.+' classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT' } } apply plugin: "org.spongepowered.mixin" This is a very bad piece of code. I know I should've done this in another way. But I don't know the right way because I'm noob at modding. -
new error https://mclo.gs/qbboLIP
-
When you are placing a minecart on Powered Rail, it is starting shaking and dismounting a player, instead of speeding up. (Without forge everything is ok, no mods installed)
-
why when I launch the forge version of minecraft in full screen and turn on screen recording, only the first static image of the launch is recorded and the gameplay itself is not recorded
-
By TileEntity · Posted
Use Java 17 instead of Java 23
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.