2.0+mc.1.18
Compatibility
Required content
Changes
Some fixes, changes, additions and more!
- Only for Minecraft 1.18 !
V2.0 RELEASE:
-
Changed the "Carnivore" drawback to instead provide less food points and saturation, instead of making non-meat food inedible
-
More fall damage drawback for the Snake Origin
-
Snake Origin can now bury inside some blocks and not take suffocation damage (blocks can be specified in the tags!)
-
Snake Origin can now travel inside sand blocks (Also can be specified in the tags!)
-
Added a power for the Snake Origin which allows it to see better when hiding in tall plants
-
Added a power for the Snake Origin which allows it to fill empty glass bottles with poison
-
Made the Snake Origin swim faster
-
Added the "Sudden Strike" power to the Snake Origin!
-
Added the possibility to add custom meat to the "custom_meats" tag for all my carnivore Origins (meaning that the server will not think it's a vegetable and give you less saturation and food points)
-
Changed the "Pounce" power from the Hunter Origin to make the player jump in the direction he's looking at, and not just up.
Yes, my favorite Origin is the Snake, that's why you see many changes to that Origin!
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:RkkVuGws:NBpQLQ2V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RkkVuGws:NBpQLQ2V"
}

