
Create: Stuffz
Archived[6.0.0] a create addon that adds old things from create and custom soups
V3
Compatibility
Required content
Changes
-added Infected Stone
-Infested Wastelands is now only available in the Infested Waste dimension (portal is made by infected dirts, and an infected lighter)
-added Lapis tools
-added Emerald tools
-added an easy oak tree sapling recipe
-added Black Iron Ingot, Nugget, Sheet, Block and Tools (iron, but durable to lava and extreme temperatures)
-added Borderless Brass Casing
-added Borderless Andesite Casing
-added Emerald Alloy
-added Magmerald (has 600 seconds of burning in furnaces)
-re-added modern debris (to get netherite scrap, you need 2 crushers and it has a %0.01 chance of dropping)
-magma blocks now drop 2-8 magma nuggets
-added Magma Ingot, Nugget, Sheet and Magma tools.
-added Mold of Magma Ingot
-added burning powers to magma tools
-retextured Lapis Block (idk why but it looks cool i guess)
-retextured some nuggets
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:eAtjqfjN:ZIoT9X1Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eAtjqfjN:ZIoT9X1Y"
}
