Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 weeks ago
All versions
1.20-2.7.19
Release
1.20-2.7.19-forgelast year 10.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
UPDATED:
- LANG: zh_cn - @222858
- ChippedModule (COMMON): Tweaked the texture code to fix the missing textures with Productive Trees
- Corail Pillar (COMMON): Outdated CreativeTab's resourceKey
- EveryCompat (COMMON):
- Path of textures for Blue Skies' comet_leaves
- Path of textures for Malum's azure_runewood & budding_soulwood
ADDED:
- Every Compat (COMMON):
- the correct path of eternal_tales's carved_pure_wood texture - #787
- correct path of texture for Promenade - #831
- correct path of texture for Simple Mango - #831
- Included vanilla variant (except BIRCH) of Dawn Of Time BUilder Edition'a fancy_fence - #823
- In the future, please let me know when DEV have added the vanilla variant so I can exclude them to avoid duplication
- Building But Better (FABRIC): RE-ADDED because the built-in module is not updated to work with the latest version of EveryCompat - #825
INCOMPATIBLE:
- VMinus Mod (FORGE): From this version onward, it is marked as INCOMPATIBLE
NEW:
- N/A
LEGEND:
- (COMMON) = FORGE & FABRIC
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| everycomp-1.20-2.7.19-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:13ikcRzG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:13ikcRzG"
}

