2.1.0+1.20.1-Fabric
Compatibility
Required content
Changes
This update adds new origins and add variants of the fairy. Several existing origins have also received new abilities and balance adjustments. and some fixes i forgot what it was.
Additions
- Added Tsuchigumo and Hashihime.
Fairy
- Fairy now has several distinct variants: Common, Ice, Spring, Sun, Moon, and Star.
Earth Rabbit
- Added Rabbit's Favorite.
- Added Pitfall Prank.
Changes
-
Vampire:
- Fire Protection IV helmets now protect against Scorching Sun.
-
Oni:
- No longer spawns in the Nether.
-
Crow Tengu:
- Gust of Wind now holds two charges.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| touhouorigins-2.1.0-unofficial-backport+1.20.1-sources.jar | Source jar | 950.1 KiB |
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:RrhxsuXB:G8lBLD5C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RrhxsuXB:G8lBLD5C"
}

