Skip to content

Commit

Permalink
Bump Version to 1.4.0 & Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Davoleo committed Mar 24, 2024
1 parent 66871bb commit 2923e29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.4.0

- **Spartan Weaponry Integration** ([#222](https://github.com/Davoleo/Metallurgy-4-Reforged/issues/222))
- long awaited and finally here with the last feature update.
- All metals that support tools in the original mod will have spartan weapons.
- Textures are generated automatically based on the metal color
- Recipes are mirrored to the ones of the original mod, but using metallurgy metals.
- Spartan Weaponry supported versions are 1.3.2 and above [API Versions >= 5]
- Older versions are not supported and you may incur in crashes if you use them.
- All tool stats are deferred from original tool material stats (they are synced with original metallurgy tools
config).
- Hot-blooded drinking damage can now be disabled via config (contribution by **KreloX
** : [#378](https://github.com/Davoleo/Metallurgy-4-Reforged/pull/378))

## 1.3.9

- Fixed Compatibility issue with LittleMaids mod: Maids not
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.9
mod_version=1.4.0
forge_version=14.23.5.2847
minecraft_version=1.12.2
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.9",
"version": "1.4.0",
"mcversion": "1.12.2",
"url": "https://github.com/Davoleo/Metallurgy-4-Reforged",
"updateUrl": "",
Expand Down

0 comments on commit 2923e29

Please sign in to comment.