Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.20-2.9.4-forge
Release
1.20-2.9.4-forge9 months ago 7,862
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
LEGEND
- (C): FORGE & FABRIC
- (FB): FABRIC
- (F): 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's blocks 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:
- Every Compat (C):
- Corrected a mistake for texture to be used (before it was using planks' texture for LOG, not log's texture)
- Improved the error loggings for some rare cases
- Chipped (C):
- one missed outdated method
- Fixed the missing recipes
- Fixed missing textures for
tile_windowed_>TYPE<_door - Added mask textures for the remaining logs and stripped_logs. & also improved the textures
- Storage Drawers (C): Updated to support
v12.14.3& Fixed the drawer's tooltip showing8 stacks per drawer, it's corrected to 32 like vanilla drawers - Create (C): Updated to have one common class for better maintenance for both FABRIC & FORGE
v2.9.3
UPDATED:
- Every Compat (C):
- Improved the logging in case of crash for some unique cases
- Improved the error message with VMinus - it's still marked as incompatible - Please look at VMinus#34 for details
- Added a new feature in
everycomp-hazardous.tomlto disable all of Wood Modules (same as what Library-Section can do) - Multiple Undocumented Changes
- Create (C): Fixed a typo in "wallnut" to "walnut" for custom textures with Ecologic - @22858
- Refurbished Furniture (MrCrayFish) (C): Added the missing tooltips to ceiling_fan
- Builder's Crafts & Additions (F): Fixed the crash with Excessive Building - #1048
- Storage Drawers (C): Added the missing tag,
#storagedrawers:trimto trim blocks - #1029
v2.9.2
UPDATED:
- Every Compat (C):
- Corrected the logic for texture not being generated with Gems Realm & Macaw's Bridges - #31
- Improved Recipe Generation for Gems Realm to correct the recipes with wrong ingredients
- Boatload (Abnormal) (F): Added custom textures to improve the items' texture - @qwerty97475 (from Discord)
v2.9.1
ADDED:
- Farmer's Delight (COMPAT): Undergarden's Delight - #1023
- Smidgeon O' Bliss (F): Fixed the missing textures on counter - #1028
- LANG: en_us - Corrected "Counter" to "Countertop" for Smidgeon O' Bliss's counters - #1028
- Quark (F): Updated the hedges' condition - required log from LeavesType
- NOTE: this fixed the hedges not being generated for LeavesType with logs
- [Let's Do] Meadow (IT): PINE is not needed in (IT) anymore - #1024
- NOTE: Fixed the missing texture for Regions Unexplored's shrub with PINE
- Chipped (C): Fixed a texture not being texture for bared_glass
v2.9.0
UPDATED:
- EveryCompat (COMMON):
- Palette generation is now cached and a lot faster
- Improved API
- Quark (INCLUDED): vertical_planks with Garden Of The Dead's whistlecane - #1021
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| everycomp-1.20-2.9.4-forge-sources.jar | Unknown | 2.18 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:rSyyVia5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiktJyw1:rSyyVia5"
}

