diff --git a/README.md b/README.md index 72dc121..d6af7b7 100644 --- a/README.md +++ b/README.md @@ -17,59 +17,48 @@ Incompatibilities will not be fixed unless they affect the Elysium Days modpack, ### Main Content -- Elysium Days Logo For Main Menu [With Christmas & Halloween Variant!] - +- Main Menu Elysium Days Logo & App Icon *(Includes Christmas & Halloween Variants!)* - Main Menu Discord Button - - Modpack Update Notifier - - Ram Warning Screen - -- App Icon - -- Toggle Button For [Neat](https://modrinth.com/mod/neat) Mod - +- 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 - +- 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 - +- 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) - -- [The Lost Castle](https://modrinth.com/mod/the-lost-castle) Mod Eye Spy Advancement Compatibility - -- [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) and [The Graveyard](https://modrinth.com/mod/the-graveyard-fabric) Mod - -- [Icons](https://modrinth.com/resourcepack/icons) Compatibility for **Frosty Snig** Music Disc of [Snow Pig](https://modrinth.com/mod/snowpig-fabric) Mod - -- [Icons](https://modrinth.com/resourcepack/icons) Compatibility for **Heave Ho!** Music Disc of [Supplementaries](https://modrinth.com/mod/supplementaries) Mod - -- [Icons](https://modrinth.com/resourcepack/icons) Compatibility for **Incarnated Evil** Music Disc of [The Graveyard](https://modrinth.com/mod/the-graveyard-fabric) Mod - +- [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 -- Custom Translations for Eye Of Ender warning message in the [End Remastered](https://modrinth.com/mod/endrem) Mod - +- 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 which is extra alongside [AppleSkin](https://modrinth.com/mod/appleskin) - +- 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!) - +- New Map Icon Designs! *(Thanks to Vixel!)* - 11 More Tips with Mod Support for the [Tips](https://modrinth.com/mod/tips) Mod
*** + ### Special Thanks
@@ -77,6 +66,7 @@ Incompatibilities will not be fixed unless they affect the Elysium Days modpack,
+ **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! diff --git a/gradle.properties b/gradle.properties index 8967b5a..17adf96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.21.1+build.3 loader_version=0.16.9 # Mod Properties -mod_version=7.0.0-1.21.1 +mod_version=7.1.0-1.21.1 maven_group=net.fyoncle archives_base_name=elysium-days-tweaks diff --git a/src/main/java/net/fyoncle/elysiumdaystweaks/utility/constants/Constants.java b/src/main/java/net/fyoncle/elysiumdaystweaks/utility/constants/Constants.java index d60b10d..f6feebe 100644 --- a/src/main/java/net/fyoncle/elysiumdaystweaks/utility/constants/Constants.java +++ b/src/main/java/net/fyoncle/elysiumdaystweaks/utility/constants/Constants.java @@ -11,7 +11,7 @@ public static class Links { } public static class Core { - public static final String CURRENT_ED_VERSION = "7.0.0"; + public static final String CURRENT_ED_VERSION = "7.1.0"; public static final String CURRENT_MINECRAFT_VERSION = MinecraftVersion.CURRENT.getName(); public static final String ELYSIUM_DAYS_WINDOW_TITLE = "Minecraft " + CURRENT_MINECRAFT_VERSION + " - Elysium Days"; public static class Paths { @@ -45,7 +45,7 @@ public static class Ram { public static final String MINIMUM_RAM = "5"; public static class WidgetsText { public static final String IGNORE_TEXT = "Ignore"; - public static final String SHOW_GUIDE_TEXT = "Show Guide"; + public static final String SHOW_GUIDE_TEXT = "Open Guide"; public static final String DONT_SHOW_AGAIN_TEXT = "Don't Show Again"; public static final String[] RAM_SCREEN_WARNING_MESSAGE = new String[] { "You have allocated §c", diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 55a5a3e..8739171 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "elysium-days-tweaks", - "version": "7.0.0", + "version": "7.1.0", "name": "Elysium Days Tweaks", "description": "This mod is for tweaking the Elysium Days modpack.", "authors": [