0.0.2
Compatibility
Required content
Changes
The Beast Update
Update 0.0.2 has finally arrived,
This update focused more on testing systems to help us make better updates
Because of this we had few additions In this new version Sorry about that
Okay, but what's new in this update?
-
1 new frame
-
1 new disc
-
3 new enchantments
Fixed bug in ShotGun animation
But How do I Get these New Items?
They are currently only available in Creative Mode, as the means to add them has not yet been added.
Optional dependencies
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:666TDQkM:Z3NiERO8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:666TDQkM:Z3NiERO8"
}

