Included content
| Name | Version | |
|---|---|---|
| Apugli | 2.5.1+1.19.2-fabric |
This nether bound origin focuses on gaining food in the nether by draining hunger from any unfortunate soul that may cross their path. This origin was made around the idea of having an easier time gaining food in the nether.
Config
Internal Changes
Older betas can be found inside the Pug's Modzone Discord
General
Datapacking
legacy_content.json file found in the data pack directory data/toomanyorigins/legacy_content.json, this is able to enable any legacy content that the pack may need by setting a value in the json file to true. This can enable dragon_fireball, withered_crops and zombifying. This will be synced with clients.Translations
Withered
Wither Toxins, Black Thumb, Weariness Soul Shield and Infused Veins powers.Affliction power in place of Wither Toxins, of which inflicts Wither II on entities hit with certain projectiles.Drainage power, of which feeds you upon killing entities. Hell-Raised power, of which gives you an alternative recipe for arrows.Heterotroph power, of which makes food items less nourishing for you.Hiss-kin
Ailurophobia is now purely a visual effect and hidden. Now comes into play when near a Feline origin.Blast Resistant Hide.Aerial Stability power in place of Blast Resistant Hide, of whichConductor to Conductive.Sneaking Steps to Stubby Legs, you are now 25% slower instead of 5% slower.Swarm
Beekeeper is now a hidden power.Expendable power.Smoke Sensitivity power.Aerial Affinity power.Stinging Pains, of which exhausts you upon killing hostile mobs.Unity power, of which makes you lose maximum health based on how much hunger you have.| Name | Version | |
|---|---|---|
| Apugli | 2.5.1+1.19.2-fabric |
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.
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:xDjN28OB:jAGY38xA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xDjN28OB:jAGY38xA"
}