
Origins: BuildCraft's Own
This is an Origins Addon mod, current it add two Origins. The Giant! A realistic interpretation of a player scaled up to twice their normal size! And the Jumper, a player who can teleport themselves forward through reality. This mod is AI assisted.
Links
Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
This release adds a new Origin, the Jumper. And adds the final touches to the Giant origin.
The Jumper can teleport themselves directly forward an amount based on how long the ability button is held down. The distances grows exponentially. And there is no 'safe teleport' features, you can end up in blocks, or under bedrock.
This teleport also causes 'instability' to build on the player, high instability will cause the player to randomly teleport nearby, and anger enderman.
The Giant was given its final changes.
-When the Giant sleeps in a bed, there is a 1/4 chance it breaks (I hope to add custom 'giant beds' later)
-Firework use during elytra flight is now much less effective, and the Giant has a very hard time with controlled elytra flight.
-Giants no longer break 'fragile' blocks when they have feather falling 4.
-Bubble columns now have a much weaker effect on Giants..
-Giant food drain has been rebalanced.
-Giant footstep noises have been changed to ravager footsteps.
-When a Giant falls from a hight greater then 3 blocks, an explosion noise is played, and if they landed on a trapdoor with air below it, the trapdoor will open.
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:kr6tqavQ:QTTE5X2m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kr6tqavQ:QTTE5X2m"
}
