Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last week
All versions
1.21-2.11.6-neoforge
Release
stonezone-1.21-2.11.68 months ago 8,787
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
LEGEND
- (C): 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:
- Better Archeology (C): Corrected the ResourceLocation for the recipe, cracked_mud_brick_slab
NOTE:
- Moonlight Lib v2.28.2: Added SmeltingRecipe to RecipeTemplate, so the smelting-recipe from Better Archeology can be generated
v2.11.5
REQUIREMENT:
- Every Compat v2.11.10 or newer
ADDED:
- Abyssal Decor (UD): blood_coral, jade
v2.11.4
UPDATED:
- Waystones (C): Changed the baseBlock to deepslate to improve the generated texture
- Stone Zone (C):
ADDED:
- Thaumon (IT): amber
v2.11.3
UPDATED:
- Additional Lights (NF): StoneTypes from Ars Nouveau is EXCLUDED - see #149 for reasons
v2.11.2
REQUIRED:
- EveryCompat v2.11.3
UPDATED:
- StoneZone (C):
- Re-added the Marioverse's undetected StoneTypes
- Changed the Moonlight's required version to v2.23.0
NEW:
- Wraith Waystones (C)
- Handcrafted (C)
- [Let's Do] Candlelight (C)
v2.11.1
UPDATED:
- Additional Lights (NF): Outdated codes are updated and fixed the crash - #147
- Chipped (C): Fixed the missing textures
NEW:
- Waystones (C)
v2.11.0
UPDATED:
- StoneZone (C):
- Updated to work with EveryCompat v2.11.0+ and Moonlight v2.23.0
- Major changes in the code
ADDED:
- Pokecube AOI (UD): ultra_darkstone, dusk_dolerite, azure_sandstone, blackened_sandstone, crystallized_sandstone, meteorite
- Koopa's Critter (UD): kopje_granite
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:wY1lAwSk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uYwn8IP5:wY1lAwSk"
}

