Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last week
All versions
1.21-2.10.6-neoforge
Release
1.21-2.10.6-neoforgelast year 3,217
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
LEGEND
- (COMMON): FORGE & FABRIC
- (NF): NEOFORGE
- (FB): FABRIC
- (IT): Included Texture: Added the ResourceLocation of the missing textures required for blocks or generating a new texture
- (UD): Undetected StoneType have been manually added.
UPDATED:
- Stone Zone (COMMON): Fixed the crash occurred with v2.10.5
ADDED:
- The Twilight Forest (UD): mazestone & deadrock
v2.10.5
UPDATED:
- Stone Zone (COMMON):
- Removed Quark's duskbound blc it's not a StoneType
- WARNING: Backup your world if you have Quark installed
- Improved the detection system
- Removed Quark's duskbound blc it's not a StoneType
ADDED:
- Nature's Spirit (UD): Kaolin Color Variations - #115
- Marioverse (UD): deep_fungal_stone
- Stone Zone (COMMON): Added 4 Macaw's Compat Mod for Macaw's BYG & Macaw's Biomes O' Plenty - @22858
- Doors
- Trapdoors
- Paths & Pavings
- Windows
v2.10.4
UPDATED:
- LANG: zh_cn - @ChuijkYahus
- StoneZone (NF): Fixed the crash - Related to IEventBusRegister stuff
v2.10.3
UPDATED:
- Stoneworks (COMMON): Fixed the blocks not dropping - #100
- StoneZone (COMMON): Bought Updated & Improved codes from 1.20.1 for tinting system
v2.10.2
UPDATED:
- Chipped (COMMON): Updated an outdated recipe system for 1.21
- FABRIC: corrected the modID in fabric.mod.json for fabric API
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:uYwn8IP5:dhF8KqG3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uYwn8IP5:dhF8KqG3"
}

