update to new gtceu
This commit is contained in:
parent
a4083b5644
commit
3701c694fd
3 changed files with 12 additions and 4 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.7.0] - ?
|
## [Unreleased]
|
||||||
### Changes
|
### Changes
|
||||||
# Wip for now (required for update)
|
|
||||||
- Vanilla glass bottles has been replaced with TFC bottles.
|
- 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).
|
- 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.
|
- 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
|
### 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.
|
- 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.
|
- BetterF3 has been slightly configured.
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,10 @@ machines:
|
||||||
# Default: true
|
# Default: true
|
||||||
enableMaintenance: 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.
|
# Whether the machine's circuit slot need to be inserted a real circuit.
|
||||||
ghostCircuit: true
|
ghostCircuit: true
|
||||||
|
|
||||||
|
|
@ -241,6 +245,11 @@ client:
|
||||||
# #D2DCFF is the classic blue from GT5.
|
# #D2DCFF is the classic blue from GT5.
|
||||||
defaultPaintingColor: #FFFFFF
|
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.
|
# Use VBO cache for multiblock preview.
|
||||||
# Disable it if you have issues with rendering multiblocks.
|
# Disable it if you have issues with rendering multiblocks.
|
||||||
# Default: true
|
# Default: true
|
||||||
|
|
|
||||||
2
mods
2
mods
|
|
@ -1 +1 @@
|
||||||
Subproject commit e9354fe49b58f65237a9fed34a72a3dc6e1acaba
|
Subproject commit b92a05bccba1fe479021dcdb65ff170bf0d00840
|
||||||
Loading…
Add table
Add a link
Reference in a new issue