
Really Simple Origins
ArchivedEver wanted simple origins that are not too complicated? Well this is the mod/datapack for you
2.0.0+mod
Compatibility
Required content
Changes
- Added 2 new powers: Farmer and Phase
Farmer - Just a normal farmer that can use bonemeal when ever he wants, can summon a horse when he wants and starts with a real farmers starter gear.
Phase - Can walk through blocks and becomes see through, which means you can't be hurt by projectiles
- Reworked:
Explode - added fuze time before exploding and added a jump ability
Crafter - Added custom crafting recipes that only crafter can craft
Invisibility - Cant use bow, crossbow and end crystal when invisible
Mimic little changes - changed him based on other abilitys. Teleportation bigger range but no swap, Speedster higher level of speed but no shifting gears, Invisibility just added the nerf like the main origin/ability
Speedster - Can now shift into 5 gears with lower to higher speeds and looses meter based on the speed its using. Cant run on water on the first 2 gears
Teleportation - Bigger range less downsides and new ability to swap places with other entities (Arrows, dropped items, players and mobs)
Wings - Flies 30% faster then others and has a new jump start ability, charges by shifting on ground and can lauch from 1 to 5 levels. Final level take a whole hunger but lauches around 200 blocks in the air.
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:v6HRBxS9:OG5DCEc6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v6HRBxS9:OG5DCEc6"
}
