-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By TileEntity · Posted
The server is still using Java 23 In your start script, replace the word java with the java 17 path to the javaw.exe and put this path into quotation marks And do not use the OneDrive directory for your server files -
By Unknown_303 · Posted
Hi, this is a bit old now but depending on your version you could use Kaupenjoe's tutorials. He shows custom bows in versions 1.21 and 1.18. Here is the link to his channel. -
Hello, I'm looking for a mod that will slightly make minecraft harder to progress/more gindy. I have an Idea: When You smelt ores they turn into nuggets instead of bars (Iron, Gold, Copper), Dimonds are much rarer (i.e. 50% of current spawn rate), Lapis and redstone drop less. Does anyone knows if this kind of mod exist? If not can someone make it for Fabric? Or is there any simple way I could achieve it myself?
-
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
-
-
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.