Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.20-2.8.2-fabric
Release
1.20-2.8.2-fabriclast year 2,041
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Every Compat: Restored the old method used by an older FORGE version
v2.8.1
UPDATED:
- Every Compat (COMMON): Forgot to update the recipe system for Stone Zone to use the new Resource Generator
2.8.0
UPDATED:
- EveryCompat (COMMON):
- SERVER-side: Fixed
- Now using multi-thread for Resource Generation. This should reduce the time for launching and loading the world
- REQUIRED: Moonlight LIb v2.14.0+
- WITH Chipped & Biomes O' Plenty
- Old Asset Generator took about 6 seconds
- New Asset Generator took about 1 second
- Handcrafted (COMMON): Updated the system for modifying counter's model files with the correct texture
ADDED:
- EveryCompat (COMMON): more exceptions for Macaw Compat Mods - @22858
v2.7.30
ADDED:
- Mofu's Better End (IT): frost_root & weepingstar for log, stripped_log, leaves, and planks
- Friends & Foes (COMMON): Disable the
addBlocksToPOI()for now until the solution is applied
INCOMPATIBLE:
- VMinus Mod (FORGE): From v2.7.19 onward, it is marked as INCOMPATIBLE
- Very Many Players (FORGE|FABRIC): it is marked as INCOMPATIBLE
LEGEND:
- (COMMON) = FORGE & FABRIC
- (IT) - Included Texture: Added the ResourceLocation of tfhe missing textures required for blocks or generating a new texture
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| everycomp-1.20-2.8.2-fabric-sources.jar | Unknown | 2.04 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:GIB0gMU5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:GIB0gMU5"
}

