Hello! I've had a mod idea in mind for a while now for 1.18.1 that I just can't execute due to technical difficulties, the idea is called "Blessed Emerald" which is essentially it adds in your standard Emerald Tools and Armour, but also adds in another tool and armour set of Emerald with stats that exceed Netherite. The recipe would be very expensive, and would require a few emerald blocks around the preexisting Emerald tools/armour, then combined with Golden Apples and a Nether Star to get this absolutely overpowered set that allows you to essentially rule your world that you earned to get.
I can make the textures for the armour if I can, but this is really a dream come true to have happen and I'm willing to ask the community for help on this one
For some reason, whenever I try and build the Minecraft Source, I get this strange error that nobody else seems to have reported on, so I'm just left completely in the dark:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Blessed Emerald'.
> Failed to provide com.mojang:minecraft:1.18.1 : java.io.IOException: Downloaded file from https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar to C:\Users\Thomas\.gradle\caches\fabric-loom\1.18.1\minecraft-server.jar and got unexpected hash of e421b2e3fcd91fd2c054f74b567d0e14d947ce0d expected 125e5adf40c659fd3bce3e66e67a16bb49ecc1b9
You will have a much easier time of it to use InteliJ, most everything you need to make mods is built right in. Also, best to start with the Fabric sample mod if you had not already done so.
Hello! I've had a mod idea in mind for a while now for 1.18.1 that I just can't execute due to technical difficulties, the idea is called "Blessed Emerald" which is essentially it adds in your standard Emerald Tools and Armour, but also adds in another tool and armour set of Emerald with stats that exceed Netherite. The recipe would be very expensive, and would require a few emerald blocks around the preexisting Emerald tools/armour, then combined with Golden Apples and a Nether Star to get this absolutely overpowered set that allows you to essentially rule your world that you earned to get.
I can make the textures for the armour if I can, but this is really a dream come true to have happen and I'm willing to ask the community for help on this one
So what is this technical difficulty you speak of?
You can start with an open source Emerald mod and change to fit your needs. Or make an add-on to an existing emerald mod to add your content.
Id be willing to do this for you. It would not be hard to do. Pm me and we can talk about it.
In reply to kwpugh:
For some reason, whenever I try and build the Minecraft Source, I get this strange error that nobody else seems to have reported on, so I'm just left completely in the dark:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Blessed Emerald'.
> Failed to provide com.mojang:minecraft:1.18.1 : java.io.IOException: Downloaded file from https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar to C:\Users\Thomas\.gradle\caches\fabric-loom\1.18.1\minecraft-server.jar and got unexpected hash of e421b2e3fcd91fd2c054f74b567d0e14d947ce0d expected 125e5adf40c659fd3bce3e66e67a16bb49ecc1b9
Forge or Fabric? Which IDE are you using?
In reply to kwpugh:
Fabric - I'm using Visual Studio Code
You will have a much easier time of it to use InteliJ, most everything you need to make mods is built right in. Also, best to start with the Fabric sample mod if you had not already done so.
In reply to kwpugh:
I tried Intelij before, yet it also spat out errors at me, so Visual Studio was my second option I went to
Is your code on Github?
In reply to kwpugh:
Huh?
I can't even start a project because I can't get the Source Files for Minecraft
Did you start by opening or importing the Fabric sample mod?
https://github.com/FabricMC/fabric-example-mod
it should handle the basic setup for you, you just need to: gradlew --refresh-dependencies
Nothing seems to be working. I'm not sure what I'm doing wrong
It seems to be complaining about an outdated Gradle version or something
If you are developing for 1.18.1 you should be using gradle-7.3.1
if you download and import the fabric example mod, it is updated with the latest gradle, loom, yarn, etc.
it might be easy if you join my Discord if you want to chat further.
https://discord.gg/4ndfXxx
I'm a Forge and Fabric mod author.