1.0.3
Compatibility
Required content
Changes
Release 1.0.3: Armory
Changelog:
Bug fixes:
- On "r" key pressed - tools would loose 10 durability.
- Added recepie for Steel Ingot.
- Master Sword didn't give regeneration.
Added Recepies For:
- Nether Star
- Elytra
- Ancient Debris
- Rotten Flesh to Leather
- Wool to Strings
- Name Tag
- Saddle
- Horse Armor
- Echo Shards
- XP Bottle
Added:
- Now able to click "r" with a bottle in the main hand to fill it with your xp.
- Cleric Villagers on Level Expert now trade: 6 Ender Pearls to 1 Emerald.
- Added light charges.
Removed:
- Removed Ethium Sword.
- Netherrack pickaxe removed.
Changed:
- "Holy Ingot Block", "Titanium Armour Block" and "Steel Armour Block" now work as beacon base blocks.
- Receie for Master Sword tweaked
- Minor changes to the mechanics of the Ender Reactor
- Dragonsteel Sword Buffed.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:wz9FHeCN:GTIJlu8n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wz9FHeCN:GTIJlu8n"
}

