A Minecraft mod that adds in emerald tools and armor using Forge.
In Minecraft, emeralds are exclusively used for trading. This mod gives them more uses by being able to craft them into tools and armor.
This mod adds in the following into Minecraft:
- Emerald Shovel
- Emerald Pickaxe
- Emerald Axe
- Emerald Hoe
- Emerald Sword
- Emerald Helmet
- Emerald Chestplate
- Emerald Leggings
- Emerald Boots
- Emerald Horse Armor
Emerald tools and armor can be crafted just like other items in-game, but instead with emeralds.
The emerald tier (both tool and armor) sits between the iron and diamond tiers. Emerald tools have the same harvest level as diamond (level 3) and have a total durability of 779 uses. Emerald horse armor provides 9 defense points.
The emerald tier sits below the diamond tier because the villager career trading level, Expert (emerald badge), is below Master (diamond badge). Another reason is because they are easier to aquire through trading.
If you just want the JAR
file, go to Releases and download for the version you want, and skip to Step 6. Otherwise, these instructions will show how to build it from source.
It is assumed you have Java 17 JDK and 64-bit JVM already installed. For help, see the Forge Documentation regarding the prerequisites, and also for additional information regarding the following steps.
- Clone this repository (or
Code > Download ZIP
and extract).
git clone https://github.com/ShadowGry/emerald-tools
- Import the project to your chosen IDE with
build.gradle
(if using Eclipse or Intellij IDEA) and use it to setup the workspace. - Generate launch configurations depending on your IDE:
Eclipse:
./gradlew genEclipseRuns
Intellij:
./gradlew genIntellijRuns
Visual Studio Code:
./gradlew genVSCodeRuns
If on Windows, use without ./
.
- The mod can be launched with:
./gradlew runClient
which will launch Minecraft, however this meant for development only.
- To build the mod (in other words, create the
JAR
file), run:
./gradlew build
which will output the mod in a JAR
file in build/libs
.
- Download and run the latest version of the Forge Installer.
- Place the
JAR
inside the.minecraft/mods
folder. Ifmods
doesn't exist, create it. - From the Minecraft launcher, switch to the newly create Forge profile, and play Minecraft. You can check that everything has been done correctly by clicking "Mods" from the main menu and seeing that "Emerald Tools" is listed on the left.
Early development of this mod began by following TechnoVision's 1.15/1.16 modding tutorials on YouTube.
Copyright (C) 2022 ShadowGry. See LICENSE for more details.