Skip to content

Commit

Permalink
build 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed May 20, 2019
1 parent bd8cc78 commit 5bda9be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v6.4.0
Changes:
- added some utility features
- added hideable inventory slots
- added TextureAtlasSprite impl. that supports non square aspect ratios
- added convenient load/store state methods in BaseTileEntity
- generalized MultipartModel so it can be applied to arbitrary blocks
- enhanced state mapping and model providers for the MultipartModel

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

v6.3.7
Changes:
- enabled Key repreat events in ModularGUI (more convenient typing in text fields)
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.7
lib_version = 6.4.0

//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.7",
"version": "6.4.0",
"acceptableRemoteVersions": "[6.3.0,6.4.0)",
"acceptableSaveVersions": "(,)",
"acceptedMinecraftVersions": "[1.12,1.13)",
Expand Down

0 comments on commit 5bda9be

Please sign in to comment.