Links
Tags
Creators
Details
Beta-1.5
Compatibility
Required content
Changes
Beta 1.5:
-Added Ancient Exoskeleton:
a new ore that will appear exclusively in the Bug Forest, its rarity to find is more or less like iron ore, can be picked with an iron pickaxe or higher
When mining it will give a new item, the Ancient exoskeleton, it will be used to make two new items the Serupinea Lining and the Knight Lining
-Added Serupinea & Knight Lining
The Serupinea Lining will be crafted with 3 serupinea exoskeleton on top, 3 ancient exoskeleton in the middle and 3 acarus chittin below (the three items of three horizontally), this item is used as material to make the serupinea set in the smithing table, The Knight Lining will be crafted with 3 Knight Exoskeleton on top and Serupinea Lining below (horizontally the three items of each), with this item we can make the Knight Bug set
-Added animation to the Knight Bug's front legs
-Extra gold generation in Bug Forest has been removed
-Updated some items textures
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:p8c8bY5G:9YdF0RVn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p8c8bY5G:9YdF0RVn"
}

