All versions
3.0.0
Release
Magma Craft 3.0.0 (1.19.4)2 months ago 21
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Changes
🚀 MagmaCraft — Release 3.0.0 (Changelog) 🧱 Blocks & World Generation
Necrolite Shards: Added a new block type representing raw necrolite shard deposits.
Withered Altar: Added a new block used for summon Withered Dark Mimic
Strange Withered Fluid: Added a custom fluid that spreads naturally throughout the environment.
Ground & Dry Grass: Added new surface and terrain blocks to form the foundation of new biome.
Withered Forest: Added a completely new custom biome filled with dead flora and dark themes.
⚔️ Items, Armor & Tools
Necrolite Shard: Added the raw resource item dropped from harvesting necrolite shard blocks.
Necrolite Ingot: Added a refined ingot resource processed from necrolite materials.
Necrolite Armor: Added a complete set of protective gear (Helmet, Chestplate, Leggings, and Boots).
Necrolite Pickaxe: Added a new tier of mining tool designed for high-efficiency harvesting.
Rotten Fruit: Added a new custom edible or interactive item type.
👾 Entities & Structures
Withered Dark Mimic: Added a dangerous new mimic entity that populates the withered lands.
Old Avanpost: Added a new randomly generating structure in the world.
Corral: Added a new randomly generating structure in the world.
Redstone House: Added a new randomly generating structure in the world.
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:hYlUkzXZ:JslCEYCf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYlUkzXZ:JslCEYCf"
}

