Skip to content

Commit

Permalink
Build 2.30.1 came up a while back but I forgor to commit 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Sep 1, 2024
1 parent 5efc192 commit adddce4
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 4 deletions.
Binary file added assets/bloodlust_canvas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cped_texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/discord_banner.pdn
Binary file not shown.
Binary file added assets/discord_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/eldritch_pan_uniform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/enigmatic_hammer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pan1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pan_wip.pdn
Binary file not shown.
Binary file added assets/pan_wip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/star_fabric_bright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/star_fabric_gloomy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/title.pdn
Binary file not shown.
Binary file added assets/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/twitch_banner.pdn
Binary file not shown.
Binary file added assets/twitch_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<h3><b>The Changelog:</b></h3><br/>

<h5><b>[Release 2.30.1]:</b></h5>
<p>
&nbsp;- Added Star Fabric block (unused);<br/>
&nbsp;- Fixed curios not being enchantable with Curse of Eternal Binding;<br/>
&nbsp;- All of mod's books can now be placed in vanilla bookshelf;<br/>
&nbsp;- Player may now obtain up to 5 Hearts of the Abyss per world (previously 4);<br/>
&nbsp;- Updated the Unholy Grail drinking sound to be more cursed;<br/>
&nbsp;- Incorporated 3D book and cube models from <a href="https://www.curseforge.com/minecraft/texture-packs/enigmatic-3d">Enigmatic 3D (by SoulRacer65)</a>;<br/>
&nbsp;- Expanded Better Combat compatibility (<a href="https://github.com/Aizistral-Studios/Enigmatic-Legacy/pull/516">thanks Cwumb, #516</a>).<br/>
<p/><br/><br/>

<h5><b>[Release 2.30.0]:</b></h5>
<p>
&nbsp;- Implemented The Voracious Pan;<br/>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4G -Xms4G
the_acknowledgment_edition=20

# Mod
mod_version=2.30.0
mod_version=2.30.1
mod_group=com.aizistral.enigmaticlegacy
mod_id=enigmaticlegacy
mod_name=Enigmatic Legacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.30.0 Release
2.30.1 Release

0 comments on commit adddce4

Please sign in to comment.