
Tokusatsu Hero Instrumentality Project
It is a mod about adventure and Tokusatsu collection.In this mod,you can collect many kinds of materials,henshin to the Tokusatsu heros that you likes,such as ultraman ,kamen rider(masked rider) and super sentai.
Tags
Creators
Details
6.5.2
Compatibility
Required content
Changes
Add Redman
Added crafting recipes for Absolute Tartarus and Absolute Diavolo's Transform item
Added Shocker Combatmen (Black)
Added buildings "Jet VTOL" and "Land Temple"
Add Ultraman Victory's Ultlance.
Add Great King of Numinous Power, Wolf Demon, Wild Boar Demon of Journey of the West.
Modified the synthesis of some plot props.
Added items dropped by some bosses.
This version is the last one made with MCreator, and will later be converted to pure handwritten code. In the next period of time, all game content/mechanisms will be moved and reset. There will be no updates during this period, please forgive me!——Kujo SheepTaro
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:ZFHzHVLh:GqolKPEW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZFHzHVLh:GqolKPEW"
}


