diff --git a/CHANGELOG.md b/CHANGELOG.md index 215d352da3..fef029680b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,9 @@ # ChangeLog -* fix super chest transfer -* fix the locking bug of super tank -* fix crash when the fluid texture is missing -* fix super chest/tank model offset when they are connected -* fix bio chaff recipe eut -* fix ldlib fabric transfer -* fix jei crash when the slot size updated (1.20) -* fix wire overlay icon error -* fix distinct buses button is replaced by circuit select button in input bus -* fix wire lose more power than expected -* fix Drum's fluid can be duplicated -* fix emi rendering + interaction -* fix fluid bucket interaction (1.20) -* fix battery buffer dropping \ No newline at end of file +* add Gregicality Multiblocks content +* fix worldgen deadlock via too large veins +* add support for multiple recipe types on a single machine +* fix battery buffer not dropping batteries +* added ability for KJS to clone existing vein generators +* added ability to create CTM renderer blocks from KJS +* \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index eb23b99a2a..d2bdfb11dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G # Mod Info mod_id = gtceu mod_name = GregTech -mod_version = 1.0.11.b +mod_version = 1.0.12 mod_description = GregTech CE Unofficial, ported from 1.12.2 mod_license = LGPL-3.0 license mod_url = https://https://github.com/GregTechCEu/GregTechCEu-1.19/