Skip to content

Commit

Permalink
build 6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Mar 30, 2019
1 parent 007d22f commit 7d1d245
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v6.3.4
Changes:
- added yes/no text formatting for boolean arguments
- added support to specify particle textures in script models
- fixed some bugs that were introduced during script update

Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)

v6.3.3
Changes:
- fixed a script that fallback values assigned to config variables weren't boxed in to operand types properly
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mc_version = 1.12.2
forge_version = 14.23.0.2512

//mod and library
lib_version = 6.3.3
lib_version = 6.3.4

//mod dependencies
jei_version = 4.8.0.108
Expand Down
2 changes: 1 addition & 1 deletion src/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "cd4017be_lib",
"name": "CD4017BE_lib",
"description": "Large collection of classes needed by my other mods",
"version": "6.3.3",
"version": "6.3.4",
"acceptableRemoteVersions": "[6.3.0,6.4.0)",
"acceptableSaveVersions": "(,)",
"acceptedMinecraftVersions": "[1.12,1.13)",
Expand Down

0 comments on commit 7d1d245

Please sign in to comment.