Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
1.2.13+mc1.20.4
Beta
Actually Additions 1.2.13+mc1.20.42 years ago 1,123
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
1.2.13+mc1.20.4
- Beta
- Massive update porting the mod to 1.20.4 NeoForge from 1.12.2, list is non-exhaustive, and some features may not be implemented yet.
- The following systems / items are removed.
- Lush Caves
- The number 11 lens.
- Smiley Cloud
- Solidified XP dropping from mobs.
- Treasure chests.
- Composter, bio-mash, biomass, bio coal, and fertilizer.
- Charcoal blocks.
- Ender pearl blocks.
- ESD's
- Fishing Nets
- Solar Panels
- Item Repairer
- Knives
- Black lotuses and black dye.
- Ring of liquid banning.
- Emerald and obsidian armor and tools.
- Black quartz armor and tools.
- Crystal armor and tools.
- Resonant rice.
- Jam Villager and jams.
- Potion rings.
- Fur balls.
- Most of the foods.
- Changes
- All recipes and conversion systems are now Json recipe based, and can be modified with datapacks, negating the need for most of the API.
- Black quartz ore now behaves like normal ores.
- New models / textures for almost every block and item in the mod.
Optional dependencies
Any compatible version
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:4K7Q3nqd:seah0nsG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4K7Q3nqd:seah0nsG"
}

