Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 22 hours ago
All versions
0.0.9
Alpha
0.0.9 (1.21.4 NeoForge)last year 33
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
- New creative tab: "Explosives". The Explosives creative tab contains all of the custom explosives in the addon.
- New block: "Ignyite". Ignyite is a explosive block that only explodes when there is Rebounded Fire above it.
- New item: "Steel". Steel is a suposedly stronger version of iron that can only be obtained by smelting iron with a furnace or blast furnace.
- New toolset: "Steel". Steel tools are 2.75x stronger than iron tools.
- New armorset: "Steel". Steel armor is 2.75x stronger than iron armor.
- New item: "Capsteel". Capsteel is a capsuled version of Steel that can be crafted with a capsule and Steel.
- New item: "Refined Flint and Steel". Refined Flint and Steel makes Rebounded Fire instead of regular fire.
- New fire: "Rebounded Fire". Rebounded Fire is a stronger version of fire that takes longer to extinguish.
- New item: "Molten Metal". Molten Metal is a useless item that looks goopy. It can be made by smelting steel in a furnace.
- New item: "Very Molten Metal". Very Molten Metal is another useless item that looks like it will fall out of your hand. It can be obtained by smelting Steel in a blast funace, smelting Molten Metal in a blast furnace, or smelting Molten Metal in a furnace.
- New item: "Block Of Flint". A Block Of Flint is one of the two ingredients for crafting Ignyite.
- New painting: "The Hidden One". The Hidden One is a painting with a "hidden" number 1 inside of it.
- New villager profession: "Nethering Trader". The Nethering Trader is the only way of getting Warted Emeralds.
- New item: "Warted Emerald". Warted Emeralds can be used to get items from Nethering Traders.
- New music disc: "The Will Of Rights". The Will Of Rights is a 30-second long music disc created by WorldStudios.
- New command: "/nothing". The /nothing command does nothing (gameplay wise).
- New advancements: "A Better Iron", "Trap or Metal", "I Think You Don't Like Metal", "A Metallic Mess", "Scary Fire", "10 Gravel Down The Drain", "90 Gravel Down The Drain", "Flint And Steel!", "That's Not TNT", "Nothing Happened", and "Something's Wrong With The Emerald".
- Various bug fixes.
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:ymvZdIpe:XIGDP7tT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ymvZdIpe:XIGDP7tT"
}

