-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
This is a Java 8 build but it does the same thing on newer versions of Minecraft and Java so I’m completely lost.
-
If you're using gradle, it's as simple as declaring a directory to be a repository. repositories { flatDir { dirs 'libs' } } dependencies { implementation name: 'my-jar-file-1.0.0' } I've seen some newer threads online do it like this though: dependencies { implementation files('libs/my-jar-file-1.0.0.jar') } There are a lot of Gradle threads online that walk through how to do this. I recommend finding some more for yourself if these don't work.
-
I downloaded several mods from Cursed Forge, including Architectury, When Dungeons Arise, Grind Enchants, and Midnight Controls. They worked for a few weeks, and then it stopped loading or crashed. Can someone help me figure out what went wrong? It is supremely frustrating to create a mod pack that keeps crashing. Any help is welcome!
-
Please! Someone make a mod or datapack for auto swapping to correct tools in hot bar for 1.21.1 Like this one. https://www.curseforge.com/minecraft/mc-mods/automatic-tool-swap
-
-
Topics
-
Who's Online (See full list)
- There are no registered users currently online
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.