All versions
0.4.5
Beta
Trash Origins v0.4.5last year 617
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Pretty big update, revamping some origins. This will include the previously missed changelogs.
⚠️WARNING⚠️: This update removes the Buildling Origin. If you want to keep using this origin (you may enjoy the allay revamp!), do not install this update.
Changes
Allay
- Added a companion system allowing a pet Allay to follow the player when needed
- Added water vulnerability
- Removed the amethyst-based elytra flight system and replaced it with a music-based creative flight system
- Removed the "Curse You!" debuff
- Removed the 4 heart reduction debuff
Piglin
- Renamed to "Piglin Chieftain"
- Gave lore to the Origin to make it clearer on why the Piglin can do things that others can't while keeping it up to interpretation
- Added "Hardened Warrior" which decreases taken damage by a little
- Added a power that increases damage for every hired piglin
- Being outside the nether now only halves your regen and reduces damage dealt by 30%
- Changed the hire maximum to 10
- Removed the "Blessed" power
- Piglins no longer target players that haven't hit them
- Optimized a lot of systems in Piglin origins mechanics
Misc
- Completely removed the "Buildling" origin.
- Added an Auto-Updater that takes the latest updates from Modrinth
- Fixed a crash that was caused by Fog Renderer
- Improved and clarified descriptions for several powers
- Changed the interval for Imp's automatic healing
- Imp has been given one extra heart
- Fixed Radiant's attributes being incorrectly changed
- Fixed Goat's "Sing" power giving regen 4 instead of 3
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:GoYUopxd:LZ2uWMJe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GoYUopxd:LZ2uWMJe"
}

