Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.20-2.8.12-forge
Release
1.20-2.8.12-forgelast year 4,147
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
LEGEND
- (COMMON): FORGE & FABRIC
- (FB): FABRIC
- (FG): 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 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:
- EveryCompat (COMMON):
- Excluded some blocks from Supported Mods due to FramedBlocks having a similar blocks - "torch"
- Corrected the parameter in the wrong place to correct parameter - Case: valhelsia_structures + Nature's Spirit:joshua
- In other words, The blocks from Valhelsia Structures will be included with joshua from Nature's Spirit
- Dawn Of Time (COMMON): Split into FABRIC & FORGE folder to fix the issue with Minecraft not launching properly
v2.8.12
UPDATED:
- Every Compat (COMPAT):
- Abnormal's Delight - Fixed a typo in modId for Caverns & Chasms
- Ascended Quark (COMPAT): Quark with The Aether & Deep Aether
- Woodworks (FG): Corrected
#blueprint:wooden_chiseled_bookshelfto#blueprint:wooden_chiseled_bookshelves- #977 - More Chest Variant (COMMON): Corrected OAK_CHEST & OAK_TRAPPED_CHEST to lower cases & fixed the crash blc of it
NEW SUPPORTED MOD:
- Smidgeon O' Bliss (FG)
- Storage Delight (COMMON)
- Nosiphus Furniture Mod (FG)
- Ultimate Car Mod (FG)
- Gensokyo Delight - Youkai's Homecoming (FG)
v2.8.10
UPDATED:
- MOVED TO COMMON:
- Variant Vanilla Blocks
- Re:Deco (FG): Fixed the loot_table of pedestal, display_case, sword_mount not dropping fabric - #969
v2.8.9
ADDED:
- TEXTURE (TEX): Applying the chest's texture for AP's twisted from Quark with Architect's Palette (AP) to Woodworks with Architect's Palette
- Terrestria (IT): stripped_yucca_palm's top texture
UPDATED
- Woodworks (FG): Multiple Blocks' tags - #965 , #963, #
- MOre Chest Variants (FG): Fixed the chests' incorrect texture in inventory - #966
- Handcrafted (COMMON): Updated for Moonlight Lib's v2.14.9+
- Regions Unexplored (COMMON): The outdated codes to generate shrub's texture due to multi-thread code from Moonlight lib
- MOVED TO COMMON:
- More Chest Variants (LieOnLion) - This also mean FABRIC version is supported
- More Crafting Tables (LieOnLion)
- Chipped (COMMON):
- #968 - is fixed by Moonlight Lib v2.14.11
- Fixed the stripped_log's texture with "Palette size can't be 0" in the latest.log for some Wood Mods (ex: Productive Trees)
- Re:Deco (FG): Fixed the loot_table of chairs, benches, stools not dropping fabric - #969
- Corail Pillar (FG): Corrected blocks' incorrect recipe and removed an code that manually added recipes for 2 blocks
- Every Compat: Fixed an concurrency issue (multi-thread stuff) with
addOtherCompatMod()method - @MehVahdJukaar
v2.8.8
UPDATED:
- LANG: us_en - Corrected the name for full storage drawer - #949
- Quark (COMMON): Added the missing tags to leaf_carpet - #947
- Macaw's Stairs (COMMON): Fixed the balcony's duplicated dropping - #950
- Variant Vanilla Blocks (COMMON): Fixed the chests' incorrect texture as an item in inventory - #954
ADDED:
- Abnormal's Boatload with Vanilla Backport (TEX): boat & boat_with_chests - @qwerty9745 (via Discord)
v2.8.7
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.12-forge-sources.jar | Unknown | 2.14 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:lFpsGBy6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:lFpsGBy6"
}

