Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.20-2.9.2-forge
Release
1.20-2.9.2-forge10 months ago 48.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
LEGEND
- (C): FORGE & FABRIC
- (FB): FABRIC
- (F): FORGE
- (IT): Included Texture: Added the ResourceLocation of the missing textures required for blocks or generating a new texture
- (COMPAT): Create an exception for a compat mod. EveryCompat's blocks 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
UPDATED:
- Every Compat (C):
- Corrected the logic for texture not being generated with Gems Realm & Macaw's Bridges - #31
- Improved Recipe Generation for Gems Realm to correct the recipes with wrong ingredients
- Boatload (Abnormal) (F): Added custom textures to improve the items' texture - @qwerty97475 (from Discord)
v2.9.1
ADDED:
- Farmer's Delight (COMPAT): Undergarden's Delight - #1023
- Smidgeon O' Bliss (F): Fixed the missing textures on counter - #1028
- LANG: en_us - Corrected "Counter" to "Countertop" for Smidgeon O' Bliss's counters - #1028
- Quark (F): Updated the hedges' condition - required log from LeavesType
- NOTE: this fixed the hedges not being generated for LeavesType with logs
- [Let's Do] Meadow (IT): PINE is not needed in (IT) anymore - #1024
- NOTE: Fixed the missing texture for Regions Unexplored's shrub with PINE
- Chipped (C): Fixed a texture not being texture for bared_glass
v2.9.0
UPDATED:
- EveryCompat (COMMON):
- Palette generation is now cached and a lot faster
- Improved API
- Quark (INCLUDED): vertical_planks with Garden Of The Dead's whistlecane - #1021
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| everycomp-1.20-2.9.2-forge-sources.jar | Unknown | 2.19 MiB |
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:eiktJyw1:JNTDe4wV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:JNTDe4wV"
}

