Skip to content

Commit

Permalink
Bump Version to 1.3.9
Browse files Browse the repository at this point in the history
+ Update Changelog.md
  • Loading branch information
Davoleo committed Jul 6, 2023
1 parent 2b402cb commit 18cccb9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.9

- Fixed Compatibility issue with LittleMaids mod: Maids not
spawning ([#376](https://github.com/Davoleo/Metallurgy-4-Reforged/issues/375))
- Optimized armor effect checks a bit
- Added config option to disable colored tooltip borders for metal items (use cases: modpack development & rendering
conflict fix)

## 1.3.8

- Fixed Compatibility issue with Avatar Mod: Jump skills not working
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
#===============================================================================

org.gradle.jvmargs=-Xmx3G
mod_version=1.3.8
mod_version=1.3.9
forge_version=14.23.5.2847
minecraft_version=1.12.2
2 changes: 1 addition & 1 deletion src/main/java/it/hurts/metallurgy_reforged/Metallurgy.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class Metallurgy {

public static final String MODID = "metallurgy";
public static final String NAME = "Metallurgy 4: Reforged";
public static final String VERSION = "1.3.8";
public static final String VERSION = "1.3.9";

public static Logger logger;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "metallurgy",
"name": "Metallurgy 4: Reforged",
"description": "The Unofficial Port of Metallurgy 4",
"version": "1.3.8",
"version": "1.3.9",
"mcversion": "1.12.2",
"url": "https://github.com/Davoleo/Metallurgy-4-Reforged",
"updateUrl": "",
Expand Down

0 comments on commit 18cccb9

Please sign in to comment.