
super nico mod
super nico mod is a big mod about random things, it upgrades the game, it adds things that could be used in the future updates, it took too long to create this mod, and downloading is recommended, it hasen't been released yet, but the release will be GREAT
0.5.7
Compatibility
Changes
new added items/blocks:
- alloy block
- rosegold armor & tools
- ice armor
how to use each:
if you have 3 iron ingots (I) and 2 iron nuggets (N), you can craft the alloy: [], [], [] [I], [], [I] [N], [I], [N] then right click it. then you craft 6 things: gold ingot + lava = gold bucket copper ingot + lava = copper bucket gold bucket + copper bucket = rosegold bucket now you can turn the stuff back to ingots by combining them with powder snow instead of lava. which means you can make a rosegold ingot by combing the rosegold bucket and powdered snow. there's also a bonus recipe: water bucket + powder snow = ice ingot ice armor gives you fire resistance, but it causes armor damage when you burn, and it's weak against mobs, only strong against fire. as for rosegold, it's the tier between iron and diamond. which means, slightly stronger than iron, but still weaker than diamond. now my mod has 886 mod elements!
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:KW6k6MhA:bNuJpHOA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KW6k6MhA:bNuJpHOA"
}
