Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.20-2.8.7-forge
Release
1.20-2.8.7-forgelast year 654.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
LEGEND
- (COMMON): FORGE & FABRIC
- (IT): Included Texture: Added the ResourceLocation of the missing textures required for blocks or generating a new texture
UPDATED:
- Quark (FORGE):
- TEXTURE: Improved the mask texture for crafting_table from Variant Vanilla Blocks & Variant Crafting Tables - #942
- Every Compat (COMMON):
- More Updates for GemsRealm (It's currently 75% done)
- Improved some codes
- Improved tooltip via EN_US, "Mod: ???" to "Supported Mod: ???"
v2.8.6
UPDATE:
- LANG: es_cl - @Ganbare-Lucifer
ADDED:
- TEXTURES (IT): Luminous Nether's withered - #929
- Every Compat: New CLASS for supporting the new addon, Gems-Realm
- Dramatic Doors (COMMON): Arts And Crafts as AlreadySupportedMods
v2.8.5
UPDATED:
- LANG: zh_cn - @ChuijkYahus
- Valhelsia Structures (FORGE): Improved & Corrected the side of bundled_posts' texture
v2.8.4
UPDATED:
- FriendsAndFoes (COMMON): Fixed the crash with Variant Vanilla Blocks - #921
v2.8.3
UPDATED:
- Lightman's Currency (FORGE): Supporting v2.2.5.2+
- NOTE: Older version of Lightman's Currency will be no longer supported
- MODULE (FORGE): Re-enable Blocks Plus (Blocks+)
v2.8.2
- 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
INCOMPATIBLE:
- VMinus Mod (FORGE): From v2.7.19 onward, it is marked as INCOMPATIBLE
- Very Many Players (FORGE|FABRIC): it is marked as INCOMPATIBLE
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| everycomp-1.20-2.8.7-forge-sources.jar | Unknown | 2.12 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:3GrTn4ZO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:3GrTn4ZO"
}

