Tags
Creators
Details
Licensed ARR
Published last year
Updated 2 months ago
All versions
1.20-2.9.2-forge
Release
1.20-2.9.2-forge10 months ago 3,867
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
LEGEND
- (C): FORGE & FABRIC
- (FB): FABRIC
- (FG): FORGE
- (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 included for the Supported Mod and the Wood Mod
- (INCLUDED): The block is not generated because a Wood Mod already have 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
UPDATED:
- Macaw's Mods (C): Updated to have one module for both FORGE & FABRIC in COMMON - making the maintenance easier
BLOCKTYPES:
- The Outer End (UDBT): Added 3 CrystalTypes: rose_crystal, mint_crystal, cobalt_crystal - #25
- GregTech CEU Modern (F):
- Blacklisted 4 MetalTypes: magnetic_steel, magnetic_samarium, magnetic_neodymium, magnetic_iron
- Blacklisted all of DustTypes for now because it has no textures that GemsRealm can use for (IT)
v2.9.1
UPDATED:
- Create (C): Updated the recipes to have correct ingredients
- Gems Realm (C):
- Added nugget to MetalType's children to fix an incorrect recipe from Create - #32
- Added nugget from 2 mods to minecraft:netherite
NOTE:
- Moonlight Lib v2.16.6+ (C): Fixed the stonecutter recipes' output with a count of 1 - #30
- Every Compat v2.9.2+ (C): Fixed missing textures with Macaw's Bridge - #31
v2.9.0
UPDATED:
- Gems Realm (COMMON):
- CHANGED CODES to work properly with Every Compat v2.9.0
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:v259p1An:JMmJcasE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v259p1An:JMmJcasE"
}

