Tags
Creators
Details
0.2.5
Compatibility
Required content
Changes
+new block added - Shiny Scaled Block [Decorative block made of shiny scales, emits light] [UNFINISHED] (no recipe)
*reworked the “Lightning Strike” effect - now more similar to the power of a lightning dragonsteel weapon
*items in the mod have been added to the corresponding Forge tags
*added compatibility with Diet
*changed the recipe for myrmex resin jelly
*replaced spices in crafts with spices from the witherbones
*now nothing happens when eating cooked Hydra meat (previously, effects were applied)
*names in the mod now correspond to the vanilla Minecraft naming standard (at least I tried)
*fixed a bug where the larger the Sea Serpent, the less meat it dropped.
*now, the amount of meat dropped by Sea Serpent depends on its size (at least I tried)
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:mGwAPysv:KlKH4KyH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mGwAPysv:KlKH4KyH"
}






