1.0.1
Compatibility
Changes
Version One adds the Golden Weapons, Monastery of Spinjitzu, and ZX uniforms.
You can get a map to the Monastery in Pillager Outpost loot chests, and the monastery has 6 main parts, the courtyard, the main room, a relaxation room, a bathroom and storage room, a library, and most importantly, the Ninja's room. This room has 6 chests where you can obtain most of the important things within the mods.
Sword of Fire Legendary sword, when clicked it will launch you forward like the Lunge enchantment and can shoot fireballs. Also sets mobs on fire.
Nunchucks of Lightning When the nunchucks are left clicked, they will summon lightning on top of the player, giving them speed 3 for 30 seconds and the weapon wil receive a 1 minute cooldown. Punching mobs has an 8% chance to summon lightning.
Scythe of Quakes This pickaxe is a 3x3 mining tool, if you mine a stone block it will break every surrounding block.
Shurikens of Ice These weapons give entities slowness 5, which 'freezes' them in place. They are throwable.
There are two other weapons that can be crafted, Sai Swords and Bo Staffs.
Sai Swords
Crafted with 4 iron and one stick, this weapon has less reach than a sword, but can block like a shield.
Bo Staff
This weapon is crafted with 2 sticks and a piece of red wool, and has an extra 1.5 blocks of reach.
In monastery chests, you can find ZX armor. There is one for each ninja except Nya, and you can uncraft the armor into "Ninja Thread" which can also be used to make the other ZX armors.
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:LIoU0znA:6sXTUoDl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LIoU0znA:6sXTUoDl"
}

