Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last year
All versions
2.0.0-alpha4
Alpha
v2.0.0-alpha4last year 102
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
- added chondrite fusite ore
- added fusite cluster
- added fusite block
- added polished fusite block
- added polished fusite stairs
- added polished fusite slab
- added fusite bricks
- added fusite brick stairs
- added fusite brick slab
- added fusite brick wall
- added chiseled fusite bricks
- added oozed fusite block
- added oozed polished fusite block
- added oozed polished fusite stairs
- added oozed polished fusite slab
- added oozed fusite bricks
- added oozed fusite brick stairs
- added oozed fusite brick slab
- added oozed fusite brick wall
- added oozed chiseled fusite bricks
- added fusite shard
- added fusite brick
- added fusite helmet
- added fusite chestplate
- added fusite leggings
- added fusite boots
- added fusite sword
- added fusite pickaxe
- added fusite axe
- added fusite shovel
- added fusite hoe
- added fusite desert biome
- added fusite erode ability
- added fusite damage ability
- added
dragonights:fusite_replaceablesdata map - added
dragonights:fusite_replaceableblock data tag - added
dragonights:immune_to_fusiteentity type tag - added lefonti crystallization potion
- added lefonti crystallization splash potion
- added lefonti crystallization lingering potion
- added lefonti crystallization tipped arrow
- added corrupted lefonti crystallization potion
- added corrupted lefonti crystallization splash potion
- added corrupted lefonti crystallization lingering potion
- added corrupted lefonti crystallization tipped arrow
- added fusite crystallization potion
- added fusite crystallization splash potion
- added fusite crystallization lingering potion
- added fusite crystallization tipped arrow
- added "The Power of Erosion" advancement
- added "Supernatural" advancement
- fixed data maps not parsing the data in ascending order
- fixed admin command type not saving to server
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:1pnKrFfp:bEJSjlt9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1pnKrFfp:bEJSjlt9"
}

