Skip to content

Commit

Permalink
build 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Jan 24, 2019
1 parent f3e881b commit 03cd0fd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
v6.3.0
Changes:
- rework of the scripting system: the effects of operators are now defined by the operands instead of being hard coded
- fixed Recipe removal feature
- fixed potential ItemStack comparison issues by using metadata instead of damage value
- fixed incorrect quad roatation in NBT-Models
- fixed various other model & redering bugs
- fixed interdimensional Entity teleportation
- fixed argument parsing of unit scale number format feature
- fixed logging to use the propper mod log instead of deprecated FMLLog
- created a new modular GUI framework
- added a server side only version of ITickable for TileEntities
- added various other utilities
- removed some ancient InductiveAutomation utilities & APIs
- removed deprecated multiblock network features
- moved several utilities and APIs from InductiveLogistics into this core mod
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)

v6.2.8
Changes:
- provided more control over side solidness in Pipe Block template
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.2.8
lib_version = 6.3.0

//mod dependencies
jei_version = 4.8.0.108
Expand Down
4 changes: 2 additions & 2 deletions src/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"modid": "cd4017be_lib",
"name": "CD4017BE_lib",
"description": "Large collection of classes needed by my other mods",
"version": "6.2.8",
"acceptableRemoteVersions": "[6.2.7,6.3.0)",
"version": "6.3.0",
"acceptableRemoteVersions": "[6.3.0,6.4.0)",
"acceptableSaveVersions": "(,)",
"acceptedMinecraftVersions": "[1.12,1.13)",
"url": "https://github.com/CD4017BE/CD4017BE_lib",
Expand Down

0 comments on commit 03cd0fd

Please sign in to comment.