All versions
1.20-2.9.12-forge
Release
stonezone-1.20-2.9.122 months ago 3,736
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
| Legends |
|---|
| - (C): FORGE & FABRIC |
| - (FB): FABRIC |
| - (NF): NEOFORGE |
| - (IT): Included Texture — added the ResourceLocation of the missing textures required for blocks or generating a new texture |
| - (TEX): hand-made textures to improve the way a block looks |
| - (COMPAT): Create an exception for a compat mod. EveryCompat won't include the Supported Mod and the Wood Mod |
| - (INCLUDED): The block is not generated because a Wood Mod already has the same block as the supported mod will be generated |
| - (EXCLUDED): The block is generated BUT it shouldn't be generated for a reason |
| - (UDBT): Undetected BlockTypes will be manually added |
v2.9.12
CHANGES:
- Macaw's Bridges (C): Added a required children to BRIDGE_PIER (BRIDGE_SUPPORT) to exclude some StoneType that don't have the required children
- Alex's Caves (UDS): Corrected a typo in mod_id,
alexscavetoalexscaves, the Stonetype, limestone is now detected - #195
FIXES:
- Create (INCLUDED): All of suported blocks - this mean blocks will be generated with any Stone Mods (new StoneTypes), no exception. - #193
v2.9.11
CHANGES:
- LANG (JA_JP): Updated by @Hayakoh-WeldyAlin - PR#176
- Stone Zone (EXCLUDED):
- Excluded some blocks from supported mods if Framed Blocks is installed
- Major Improvement in Detection System - Simply reducing the repetitive codes
FIXED:
- Wraith Waystone (C): Fixed the missing textures for Waystone due to incorrect ResourceLocation for 2 masks - #186
UPDATED:
- Rechiseled (C): supports v1.2.0+
ADDED:
- Infernal Expansion Redux (UDS): Added Glowstone as StoneType but won't be added if Gems Realm is installed. - #178
v2.9.10
UPDATED:
- Stone Zone (C): Another update to use Every Compat v2.9.16
- Macaw's Paths And Pavings (C): Updated to support v1.1.1, NOTE: older than v1.1.0 won't be supported
v2.9.9
UPDATED:
- Stone Zone (C): Fixed the crash with Every Compat v2.9.15 - There is a changed code in Every Compat - #1161
v2.9.8
Merry Christmas - Xel'Bayria
UPDATED:
- Stone Zone (C): Updated to use Every Compat v2.9.13 & Fixed the crash - #1151
- Create (FB): Updated to support Create-Fabric v6.0+
- Blast From The Past (IT): permafrost & permafrost_bricks to correct the texture generation - #170
- LANG (JA_JP): Updated & Fixed by @Hayakoh-WeldyAlin - PR#163, PR#165
v2.9.7
REQUIRED:
- Every Compat (C): v2.9.9 or newer version
UPDATED:
- Stone Zone (C): Updated libraries from Every Compat
- LANG (en_us): Removed the wetland_whimsy:limestone, so it is no longer using "lemonstone", it's now using "limestone"
- Koopa's Critters (UDS): Fixed
kopje_granite's undetected polished
DEV:
- Every Compat (C):
- Utility Classes have been moved to net.mehvahdjukaar.every_compat.misc
TextureUtilityare renamed toUtilityTextureTagUtilityare renamed toUtilityTagRecipeUtilityare renamed toUtilityRecipeUtilityare renamed toUtilityMisc
v2.9.6
ADDED:
- Abyssal Decor (UD): blood_coral, jade - #154
v2.9.5
UPDATED:
- Rechiseled (C): Fixed the crash with FORGE
v2.9.4
UPDATED:
- Rechiseled (C):
- Fixed the missing recipes
- Moved to COMMON
- Stone Zone (C): Updated deprecated methods in Modules (Supported mods) to use the new method (backported from 1.21.1)
v2.9.3
UPDATED:
- Stone Zone (C): Fixed the placed blocks' missing texture and its shape
v2.9.2
UPDATED:
- Enlightened End (UDS):
chorloamas MudType but is blacklisted as StoneType - Stone Zone (C): Updated to correct the modification of models' content - #141
- Macaw's Fences & Walls (C): Fixed the wrong textures on modern_[StoneType]brick_wall and railing[StoneType]_brick_wall - This is just TEMP FIX
- This is an issue on Macaw's side and this is already reported to the DEV to fix few typos.
- Pokecube AIO (UDS): ultra_darkstone, dusk_dolerite, azure_sandstone, blackened_sandstone, crystallized_sandstone, meteorite
- Koopa's Critters (UDS): kopje_granite
- Ars Nouveau (UDS): sourcestone
- sconce is blacklisted
v2.9.1
UPDATED:
- Stone Zone (C): Fixed children not being detected - #137
- Quark (IT): Added a custom texture for a tinted StoneType: Myalite's stone & bricks - #140
v2.9.0
UPDATED:
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:uYwn8IP5:ZVU3kEml"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uYwn8IP5:ZVU3kEml"
}

