diff --git a/assets/bloodlust_canvas.png b/assets/bloodlust_canvas.png new file mode 100644 index 00000000..62e61ffb Binary files /dev/null and b/assets/bloodlust_canvas.png differ diff --git a/assets/cped_texture.png b/assets/cped_texture.png new file mode 100644 index 00000000..237276c1 Binary files /dev/null and b/assets/cped_texture.png differ diff --git a/assets/discord_banner.pdn b/assets/discord_banner.pdn new file mode 100644 index 00000000..c42d350b Binary files /dev/null and b/assets/discord_banner.pdn differ diff --git a/assets/discord_banner.png b/assets/discord_banner.png new file mode 100644 index 00000000..b4fea42a Binary files /dev/null and b/assets/discord_banner.png differ diff --git a/assets/eldritch_pan_uniform.png b/assets/eldritch_pan_uniform.png new file mode 100644 index 00000000..b96a3839 Binary files /dev/null and b/assets/eldritch_pan_uniform.png differ diff --git a/assets/enigmatic_hammer.png b/assets/enigmatic_hammer.png new file mode 100644 index 00000000..998361af Binary files /dev/null and b/assets/enigmatic_hammer.png differ diff --git a/assets/pan1.png b/assets/pan1.png new file mode 100644 index 00000000..5a0a96f2 Binary files /dev/null and b/assets/pan1.png differ diff --git a/assets/pan_wip.pdn b/assets/pan_wip.pdn new file mode 100644 index 00000000..d2dc3db5 Binary files /dev/null and b/assets/pan_wip.pdn differ diff --git a/assets/pan_wip.png b/assets/pan_wip.png new file mode 100644 index 00000000..a026d38d Binary files /dev/null and b/assets/pan_wip.png differ diff --git a/assets/star_fabric_bright.png b/assets/star_fabric_bright.png new file mode 100644 index 00000000..42e832ab Binary files /dev/null and b/assets/star_fabric_bright.png differ diff --git a/assets/star_fabric_gloomy.png b/assets/star_fabric_gloomy.png new file mode 100644 index 00000000..b33a10ba Binary files /dev/null and b/assets/star_fabric_gloomy.png differ diff --git a/assets/texture.png b/assets/texture.png new file mode 100644 index 00000000..a4dc5309 Binary files /dev/null and b/assets/texture.png differ diff --git a/assets/title.pdn b/assets/title.pdn new file mode 100644 index 00000000..5ee79c75 Binary files /dev/null and b/assets/title.pdn differ diff --git a/assets/title.png b/assets/title.png new file mode 100644 index 00000000..ebd4279d Binary files /dev/null and b/assets/title.png differ diff --git a/assets/twitch_banner.pdn b/assets/twitch_banner.pdn new file mode 100644 index 00000000..b7a18925 Binary files /dev/null and b/assets/twitch_banner.pdn differ diff --git a/assets/twitch_banner.png b/assets/twitch_banner.png new file mode 100644 index 00000000..36f41bd5 Binary files /dev/null and b/assets/twitch_banner.png differ diff --git a/docs/README.md b/docs/README.md index f6baf43d..ff154373 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Enigmatic Legacy [![](http://cf.way2muchnoise.eu/versions/enigmatic-legacy.svg)](https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy) [![](http://cf.way2muchnoise.eu/full_enigmatic-legacy_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy/files) -**Current Version:** 2.30.0 +**Current Version:** 2.30.1 **Minecraft Version:** 1.20.1 diff --git a/docs/changelog.html b/docs/changelog.html index a1246152..63e6f08f 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -1,5 +1,16 @@

The Changelog:


+
[Release 2.30.1]:
+

+ - Added Star Fabric block (unused);
+ - Fixed curios not being enchantable with Curse of Eternal Binding;
+ - All of mod's books can now be placed in vanilla bookshelf;
+ - Player may now obtain up to 5 Hearts of the Abyss per world (previously 4);
+ - Updated the Unholy Grail drinking sound to be more cursed;
+ - Incorporated 3D book and cube models from Enigmatic 3D (by SoulRacer65);
+ - Expanded Better Combat compatibility (thanks Cwumb, #516).
+



+

[Release 2.30.0]:

 - Implemented The Voracious Pan;
diff --git a/gradle.properties b/gradle.properties index 0d28934a..c22c4a60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4G -Xms4G the_acknowledgment_edition=20 # Mod -mod_version=2.30.0 +mod_version=2.31.0 mod_group=com.aizistral.enigmaticlegacy mod_id=enigmaticlegacy mod_name=Enigmatic Legacy @@ -30,9 +30,9 @@ dep_patchouli=[1.19.2-77,) dep_caelus=[1.19.2-3.0.0.6,) # Dependencies specifications for build.gradle -version_mc=1.20.1 -version_forge=1.20.1-47.1.43 -version_mcp=2023.07.30-1.20.1 +version_mc=1.20.6 +version_forge=1.20.6-50.1.12 +version_mcp=2024.06.16-1.20.6 # CurseGradle curse_id=336184 diff --git a/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java b/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java index deb92478..1a631d08 100644 --- a/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java +++ b/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java @@ -179,7 +179,7 @@ @Mod(EnigmaticLegacy.MODID) public class EnigmaticLegacy { public static final String MODID = "enigmaticlegacy"; - public static final String VERSION = "2.30.0"; + public static final String VERSION = "2.30.1"; public static final String RELEASE_TYPE = "Release"; public static final String NAME = "Enigmatic Legacy"; diff --git a/version.txt b/version.txt index 71398bcf..d863089a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.30.0 Release \ No newline at end of file +2.30.1 Release \ No newline at end of file