All versions
1.21.1-1.0.1-neoforge
Release
Treasure Reforging - 1.21.1-1.0.1-neoforge2 years ago 35.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
Treasure Reforging - NeoForge - 1.21.1-1.0.1
- Port to 1.21.1.
Treasure Reforging - NeoForge - 1.20.4-1.0.1
- Fix Block of Valkyrum and Block of Pyral not being mineable.
Treasure Reforging - NeoForge - 1.20.4-1.0.0
- Add three new Smithing Templates: Neptune Upgrade, Valkyrie Upgrade, and Phoenix Upgrade. These can be found as loot in their respective dungeons.
- Add three new smithing materials: Neptune Mesh, Valkyrum Ingot, and Pyral Ingot. These can be obtained by smelting their respective equipment sets in a furnace.
- Add smithing recipes for Neptune, Valkyrie, and Phoenix equipment, using the respective template and material. Neptune equipment can be smithed from Zanite equipment, while Valkyrie and Phoenix equipment can be smithed from Gravitite equipment.
- Add Block of Valkyrum and Block of Pyral. The former is a directional block while the latter is a regular block.
- Add another crafting material: Pyral Shard. A Pyral Shard can be obtained by smelting down a Sun Altar. 4 Pyral Shards and 2 Obsidian can be crafted into a Pyral Ingot. 4 Pyral Shards can also be crafted with Obsidian equipment to reignite it into Phoenix equipment.
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:4qIW8vBb:I5oQA1d4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4qIW8vBb:I5oQA1d4"
}

