Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
8.0.0-1.20.1
Release
Elysium Core 8.0.0-1.20.1last month 23.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
8.0.0 Update
🛠️ Fixed
- Fixed the RAM Warning Screen being closeable with ESC
- Fixed a game freeze after clicking "Don't Show Again" on the RAM Warning Screen
- Fixed the custom app icon appearing blurry on some setups (notably with Windhawk or MyDockFinder)
- Fixed the app icon not showing on macOS
- Fixed Superb Steeds's issue #9
- Fixed [Let's Do] Bakery - Farm&Charm Compat not working with modded knives
- Fixed the resourcepack not being pinned to the top as intended (by Lancet-crow)
- Fixed a few wrong pixels on the focused Discord button
- Fixed Enchantment Descriptions compatibility for Guarding
- Fixed the update checker crashing if Modrinth is down (by VipCoder)
- Fixed MC-220390 (by VipCoder)
✨ Added
- Added a Wiki button to the main menu
- Added a Quit Game button to the RAM Warning Screen
- Added a Switch Language button to the RAM Warning Screen
- Added Elysium Days version to the window title
- Added End Remastered loot tables for Friends & Foes compatibility
- Added prettier banners for Modern World Creation
- Added translations for the RAM Warning Screen:
- English
en_usby Fyoncle - Turkish
tr_trby Fyoncle - Spanish
es_esby PuffyMaria - Catalan
ca_esby PuffyMaria - Chilean Spanish
es_clby AstroLazuli - French
fr_frby weebinsomniaque - Russian
ru_ruby shizotoaster - German
de_deby JustDragonGirl - Swedish
sv_seby Aprilamnm - Finnish
fi_fiby Tofuzki - Hindi
hi_inby Rox - Polish
pl_plby Bedwarsowiec - Arabic
ar_saby APZi - Japanese
ja_jpby Historia - Indonesian
id_idby Endertainer007 - Dutch
nl_nlby Jzody - Norwegian Bokmål
no_noby Aprilamnm - Norwegian Nynorsk
nn_noby Aprilamnm - Filipino
fil_phby Astronaut - Persian
fa_ir
- English
- Added tip for the Armorable Skeleton Horses mod
- Added tip for the Tameable Foxes mod
- Added Filipino translations for End Remastered Eye of Ender warning (by Astronaut)
🔧 Changed
- Rebranded to Elysium Core
- Redesigned the Elysium Days logo
- Replaced the config system with FzzyConfig
- Redesigned the Ignore, Don't Show Again, and Open Guide buttons
- Renamed "Show Guide" to "Open Guide"
- Nerfed Bygone Nether's Wither Skeleton Horses via mixin (by VipCoder)
- Made the Update Button and Neat Toggle translatable
- Rewrote part of the RAM Warning Screen to support translations
- Updated the RAM guide Wiki link
- Updated the Secret Story tip
- Improved tip wording for all tips
- Improved French translations for End Remastered (by weebinsomniaque)
- Improved Polish translations for End Remastered (by vstankav)
- Improved Catalan translations for End Remastered (by PuffyMaria)
- Changed a Phantasm translation line as an easter egg
- Changed "Health Bar" text to "Health Bars"
- Removed Iceologers from Drodi's Illagers x Fresh Animations for Friends & Foes compatibility
❌ Removed
- Removed all holiday-based logo and panorama variants due to the development burden it created
- Removed Sponge and Podzol recipes (replaced by ED_Recipes datapack)
- Removed Rotten Flesh to Leather recipe (replaced with RME's Campfire Leather datapack)
- Removed Lost Castle advancement compat (fixed upstream)
- Separated Spawn Animations compat to its own datapack
- Separated Backported Wolves compat to its own datapack
- Separated Icons compat to its own resourcepack
- Separated Horse Armor & Saddle recipes to its own datapack
- Separated Tips compat to its own resourcepack
⚙️ Internal
- Changed
MOD_IDfromelysium-days-tweakstoelysiumcore - Renamed
isVersionBiggertoisVersionGreater - Renamed
addModsButtontoaddButtons - Replaced
@Overwritewith@InjectinSplashTextRendererMixin - Replaced Edition text removal with
@WrapOperationinstead of overwriting the texture - Separated Authors and Contributors in
fabric.mod.json - Added Lancet_ and VixelCreates as contributors in
fabric.mod.json - Added
dragon.jemto override the vanilla model of the dragon for compatibility between AL' Boss Rush and Ender Dragon Revamp - Renamed all directories to Elysium Core
- Hid some recipes from EMI
- Bumped version to 8.0.0
- Marked Fancy Menu as incompatible
Due to the size of this release, some changes may be undocumented.
Known incompatibilities
Any version
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:UCovMYfx:kfCBFF4j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UCovMYfx:kfCBFF4j"
}

