File tree Expand file tree Collapse file tree 3 files changed +4
-23
lines changed
Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3- Version: 1.1.2
4-
5- ### CHANGES:
6- - remade machine GUIs
7- - added tabs for auto IO, covers instead of the old popup windows
8- - removed the dark backround from machines
9- - added custom durability & energy bars for items, tools
10- - removed deprecated ` GTRegistries.MATERIALS `
11- - use ` GTMaterialRegistry.getRegisteredMaterials() ` if you want to loop over all materials in KubeJS
12- - use ` GTMaterialRegistry.getMaterial('modid:material') ` if you want to get a specific material in KJS
13- - added KJS binding for ` ToolProperty ` so you can add tools to materials easier
14- - remade how pipes are implemented
15- - WARNING: YOU MAY NEED TO REBUILD YOUR PIPE NETWORKS
16- - fixed long distance pipes not being mineable
3+ Version: 1.1.2.a
174
185### FIXES:
19- - fixed blocks requiring a tier above the usual to mine them
20- - fixed material items' overlay layer being colored wrong
21- - fixed all chest loot having NBT applied to it
22- - fixed drill body texture being colored wrong
23- - fixed addon lang generator failing if you try to override an autogenerated value
24- - fixed bed recipes with ` harderMiscRecipes ` config being enabled
25- - fixed crash with JEI
6+ - fixed crash when opening a GUI with many slots
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G
33# Mod Info
44mod_id = gtceu
55mod_name = GregTech
6- mod_version = 1.1.2
6+ mod_version = 1.1.2.a
77mod_description = GregTech CE Unofficial, ported from 1.12.2
88mod_license = LGPL-3.0 license
99mod_url = https://github.com/GregTechCEu/GregTech-Modern/
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencyResolutionManagement {
4343 def vineFlowerVersion = " 1.+"
4444 def macheteVersion = " 1.+"
4545 def configurationVersion = " 2.2.0"
46- def ldLibVersion = " 1.0.23"
46+ def ldLibVersion = " 1.0.23.a "
4747 def mixinextrasVersion = " 0.2.0"
4848 def shimmerVersion = " 0.2.2"
4949
You can’t perform that action at this time.
0 commit comments