Included content
| Name | |
|---|---|
[A] Notes an Apugli related change.
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.Overheat to BuildupBuildup's self damage will only damage you if you use the power whilst it is on cooldown.Buildup cooldown from 5 ticks (0.25 seconds) to 15 ticks (0.75 seconds).Buildup self damage type now counts as explosive damage instead of fire damage.Buildup deals 25% of the base explosion damage instead of 50%.Buildup explosion's knockback when compared to Overheat.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, which lowers your falling velocity.Conductor to Conductive.Conductive now gives you 8 minutes of the Charged status effect (previously 20).Sneaking Steps to Stubby Legs, you are now 25% slower instead of 5% slower.Bunny Hop to Hot Hops.Hot Hops now updates upon jumping instead of whilst in the air.Hot Hops' resource to reach maximum after 7 jumps.Moon Leap and Sugary Delicacy.Lightweight with Frail, which makes the Hare take 1 more damage from non entity sources.Waterskipper power, which allows you to stand on the surface of water for a short time whilst at maximum hopping speed.Small Appetite power, which makes you exhaust less.Drenchable Fur power, which makes you unable to move as quickly whilst in water.Carnivore, Zenith Dragonhide, and Loose Scales powers.Draconic Breath to have 3 different breath types. Fire, Frost and Thunder. These can swapped between by holding a respective item in your main/offhand and using the power.
Wyrmsmith's Touch power. It is now built into the Fire breath type projectile when it hits a lightable block.Steady Stance to Zenith Scales, it now only reduces 20% of knockback dealt instead of complete immunity.Block Synergistics, which doesn't do anything other than have a description to explain that the projectile can interact with blocks.Weaponry Pride, which makes you unable to use ranged weapons such as Bows, Crossbows, and Tridents that don't have Riptide, and Snowballs.Rough Claws, which has a chance to make an item lose 1 extra durability upon durability usage.Hover now operates on hunger as opposed to resource bars, you now exhaust when using it instead.Hover is unable to be used when the Swarm's hunger is below sprinting level.Calming Aura no longer works on animals that can attack other players or hostile mobs. (Defined in the entity type tag toomanyorigins:ignore_calming_aura, Foxes, Llamas, Hoglins and Wolves by default).Expendable power.Smoke Sensitivity power.Aerial Affinity power.Stinging Pains, which exhausts you upon harming hostile mobs.Unity power, which makes you lose maximum health based on how much hunger you have.Wither Toxins, Black Thumb, Weariness Soul Shield and Infused Veins powers.Affliction power in place of Wither Toxins, which inflicts Wither II on entities hit with certain projectiles.Soul Siphon power, which feeds you upon killing entities or from damage dealt through affliction. Hell-Raised power, which gives you an alternative recipe for arrows.Deathly Digestion power, which makes food items less nourishing for you and exhausts you quicker whilst not in the Nether.| Name | |
|---|---|
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:DNoDmDbe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xDjN28OB:DNoDmDbe"
}