Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.20-2.7.29-forge
Release
1.20-2.7.29-forgelast year 740
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
UPDATED:
- Variant Vanilla Blocks (COMMON): Disable the
addBlocksToPOI()for now until the solution is applied
v2.7.28
UPDATED:
- Every Compat: Updated the ECRegistry.addBlocksToPOI to use the code from Moonlight lib - Fixed Moonlight#339
- Friends And Foes (COMMON): beehives to act as beehome for bees
- Variant Vanilla Blocks (COMMON): Blocks that has job_acquireable for villagers to be an employee in
NOTE: Moonlight Lib v2.13.83 is now required
v2.7.27
UPDATED:
- Every Compat (COMMON):
- Added tag, #minecraft:soul_fire_base_block to Soulful Nether's fright (only applied to PLANKS)
- Fixed the blockstate generation not applying to "block/oak_planks" for other wood mods - Related to Quark & #907
- Quark (FORGE): Fixed vertical_slabs not dropping 2 slabs when broken as double-slab - #907
ADDED:
- LANG: en_us - corrected name for hollow_log with "stem" for Soulful Nether's fright
- LANG: zh_cn - Blocks Plus @libu2333
NEW SUPPORTED MOD:
- Blocks Plus (FORGE)
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.7.29-forge-sources.jar | Unknown | 2.1 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:1AgqMBxi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:1AgqMBxi"
}

