Tags
Creators
Details
Licensed Apache-2.0
Published 6 years ago
Updated 4 years ago
All versions
2.3.0
Release
Release 2.3.05 years ago 188
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
- Glowsilk Cocoons now drop themselves when broken with Silk Touch
- Added loot table and tool to Soul Soil paths
- Luminous Wart Blocks now have hoes set as main tool
- Blindsight Tongue Whip can no longer hit entities through blocks
- Luminous Stem was added
- Minor rework of brewing recipe system
- Started clean up of util package
- Cleaned up ThrowableBrickEntity and ThrowableNetherBrickEntity
- Added IResizable interface
- Cleaned up build.gradle
- Added BiomeDictionary Types to custom biomes
- Fixed spelling mistake in crafting_shaped/polished_basalt_vertical_slab.json
- README badges redirect you to the actual sites.
- Updated GlobalEntityTypeAttributes to use EntityAttributeCreationEvent
- Updated Forge version
- Added badges to README.md
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:ZrpxHZN4:6V9y1qUA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZrpxHZN4:6V9y1qUA"
}

