Skip to content

Commit

Permalink
Update version to 7.1.0
Browse files Browse the repository at this point in the history
Update README.md
Change "Show Guide" text to "Open Guide"
  • Loading branch information
Fyoncle committed Jan 24, 2025
1 parent 36d146a commit 3c7b38e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 40 deletions.
62 changes: 26 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,66 +17,56 @@ 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

</details>
<div align="center">

***

### Special Thanks
<div align="center">
<a href="https://modrinth.com/user/shizotoaster" rel="noopener nofollow ugc">
<img src="https://wsrv.nl/?url=https://i.ibb.co/fdYNX3K/Heart.png" alt="Heart">
</a>
</div>


**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!
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 3c7b38e

Please sign in to comment.