From fc4c05eac924f66ad2ce3d4373020ddd341a6aee Mon Sep 17 00:00:00 2001 From: Fyoncle Date: Thu, 13 Feb 2025 17:27:53 +0300 Subject: [PATCH] Updated Loader Version to 0.16.10 Deleted README.md --- README.md | 74 ------------------------------ gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 2 insertions(+), 76 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index d6af7b7..0000000 --- a/README.md +++ /dev/null @@ -1,74 +0,0 @@ -![Banner](https://cdn.modrinth.com/data/cached_images/5b10cef83a9e5708683dc7ca3f88cf5b657f9333_0.webp) -
- -This mod is made for tweaking numerous parts of the [Elysium Days](https://modrinth.com/modpack/elysium-days) modpack while providing compatibility between mods. - -Incompatibilities will not be fixed unless they affect the Elysium Days modpack, as this mod is not intended for standalone use. - - -Discord Icon - -GitHub - -*** -
-
-Tweak List - -### Main Content - -- Main Menu Elysium Days Logo & App Icon *(Includes Christmas & Halloween Variants!)* -- Main Menu Discord Button -- Modpack Update Notifier -- Ram Warning Screen -- Toggle Button for [Neat](https://modrinth.com/mod/neat) Mod -*** -### Recipes -- Netherite Horse Armor Recipe for [Simple Netherite Horse Armor](https://modrinth.com/mod/simple-netherite-horse-armor) Mod -- Podzol Recipe -- Rotten Flesh to Leather Smelting Recipe -- Sponge Recipe -*** -### Compatibilities -- [Backported Wolves](https://modrinth.com/mod/backported-wolves) Compatibility for: - - [Regions Unexplored](https://modrinth.com/mod/regions-unexplored) -# -- [Spawn Animations](https://modrinth.com/mod/spawn-animations) Compatibility for: - - [Creeper Overhaul](https://modrinth.com/mod/creeper-overhaul) - - [Enderman Overhaul](https://modrinth.com/mod/enderman-overhaul) - - [Deeper and Darker](https://modrinth.com/mod/deeperdarker) - - [The Graveyard](https://modrinth.com/mod/the-graveyard-fabric) -# -- [Icons](https://modrinth.com/resourcepack/icons) Compatibility for: - - **Frosty Snig** Music Disc of [Snow Pig](https://modrinth.com/mod/snowpig-fabric) Mod - - **Heave Ho!** Music Disc of [Supplementaries](https://modrinth.com/mod/supplementaries) Mod - - **Incarnated Evil** Music Disc of [The Graveyard](https://modrinth.com/mod/the-graveyard-fabric) Mod -*** -### Other Tweaks -- Fixes an issue where [The Lost Castle](https://modrinth.com/mod/the-lost-castle) mod doesn't grant the Eye Spy advancement -- Custom Translations for Eye of Ender Warning Message in [End Remastered](https://modrinth.com/mod/endrem) Mod -- [Icons](https://modrinth.com/resourcepack/icons) Advertisement Logo Replacement -- Removal of [Icons](https://modrinth.com/resourcepack/icons) Food Tooltips (due to it being extra alongside [AppleSkin](https://modrinth.com/mod/appleskin)'s tooltips) -- Removing Splash Texts & Edition Logo of Minecraft -- New Panorama -- New Map Icon Designs! *(Thanks to Vixel!)* -- 11 More Tips with Mod Support for the [Tips](https://modrinth.com/mod/tips) Mod - -
-
- -*** - -### Special Thanks -
- - Heart - -
- - -**Special thanks to [VipCoder](https://github.com/VipCoder8) and [Shizotoaster](https://github.com/shizotoaster) for their contributions while making this mod, without them, it wouldn't be possible :)** - -And many thanks to [Vixel](https://modrinth.com/user/Vixel) for letting me use his pixel arts in this mod! -*** -
\ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 17adf96..0973a75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.parallel=true # check these on https://fabricmc.net/develop minecraft_version=1.21.1 yarn_mappings=1.21.1+build.3 -loader_version=0.16.9 +loader_version=0.16.10 # Mod Properties mod_version=7.1.0-1.21.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8739171..a86d55d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ "elysium-days-tweaks.mixins.json" ], "depends": { - "fabricloader": ">=0.16.9", + "fabricloader": ">=0.16.10", "minecraft": "~1.21.1", "java": ">=17", "fabric-api": "*"