From 3701c694fd6a3be5f3ed93842f6facf2720ab8ec Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 31 Jan 2024 11:03:59 +0700 Subject: [PATCH] update to new gtceu --- CHANGELOG.md | 5 ++--- config/gtceu.yaml | 9 +++++++++ mods | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44baeabf5..49b8bddcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ # Changelog -## [0.7.0] - ? +## [Unreleased] ### Changes -# Wip for now (required for update) - Vanilla glass bottles has been replaced with TFC bottles. - Recipes for plates, sticks, and others through Create mechanisms have been redistributed once again (an attempt to fix a crash). - The primitive pump from GTCEu has been removed, so at the beginning of the game, you will have to pump water using a pump from Create. -## [0.6.9] - ? +## [0.6.9] - 31.01.2024 ### Changes - The option to disable coordinates and some information has been re-enabled because firmaCiv has finally introduced items for tracking latitude and longitude, which is intended for determining one's own location. You can still view your coordinates through the mini-map, but this functionality will be disabled in the future when Antique Atlas and Game Stages are added. - BetterF3 has been slightly configured. diff --git a/config/gtceu.yaml b/config/gtceu.yaml index 0fe6e3235..3448687b4 100644 --- a/config/gtceu.yaml +++ b/config/gtceu.yaml @@ -185,6 +185,10 @@ machines: # Default: true enableMaintenance: true + # Whether to use GT6-style pipe and cable connections, meaning they will not auto-connect unless placed directly onto another pipe or cable. + # Default: true + gt6StylePipesCables: true + # Whether the machine's circuit slot need to be inserted a real circuit. ghostCircuit: true @@ -241,6 +245,11 @@ client: # #D2DCFF is the classic blue from GT5. defaultPaintingColor: #FFFFFF + # The default color to overlay onto Machine (and other) UIs. + # 16777215 (#FFFFFF) is no coloring (like GTCE). + # 13819135 (#D2DCFF in decimal) is the classic blue from GT5 (default). + defaultUIColor: #FFFFFF + # Use VBO cache for multiblock preview. # Disable it if you have issues with rendering multiblocks. # Default: true diff --git a/mods b/mods index e9354fe49..b92a05bcc 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit e9354fe49b58f65237a9fed34a72a3dc6e1acaba +Subproject commit b92a05bccba1fe479021dcdb65ff170bf0d00840