Open Immerkaempfer opened 4 weeks ago
does it work
no there are some changes from Minecraft source code.
https://github.com/EarthlyEric/SeedcrackerX i make this fork on 1.21.3 ,but structure finder render will not work until i fix. at least main future is working you can download from prebuild if you want
https://github.com/EarthlyEric/SeedcrackerX i make this fork on 1.21.3 ,but structure finder render will not work until i fix. at least main future is working you can download from prebuild if you want
Have i just compiled it but i was not able to find the .jar
works well ty earthly
https://github.com/EarthlyEric/SeedcrackerX i make this fork on 1.21.3 ,but structure finder render will not work until i fix. at least main future is working you can download from prebuild if you want
Have i just compiled it but i was not able to find the .jar
check under build folder i think there or there are prebuilt libraries in the releases section
https://github.com/EarthlyEric/SeedcrackerX/releases check this, GitHub action compiles jar automatically.
"depends": { "minecraft": "1.21.3", "fabricloader": ">=0.14.0", // update if necessary "fabric": "*", // any other dependencies here }
minecraft_version=1.21.3 yarn_mappings=<latest yarn mappings for 1.21.3> loader_version=0.14.21 // use the latest loader for stability
minecraft "com.mojang:minecraft:1.21.3" mappings "net.fabricmc:yarn:"
loader "net.fabricmc:fabric-loader:0.14.21" // Update to the latest stable loader
could something like this work to change the mod?