diff options
author | MadMan310 <66886359+MadMan310@users.noreply.github.com> | 2023-03-16 19:29:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 02:29:29 +0000 |
commit | 76adb65991f741ab39b418b130cb98c93c8cfb70 (patch) | |
tree | 0841e59786daccbb0f0128098d575a894083a5e6 /LICENSE.txt | |
parent | e2a796c7e6b1a3f1fb1963c7463785992f3fb9a2 (diff) | |
download | GT5-Unofficial-76adb65991f741ab39b418b130cb98c93c8cfb70.tar.gz GT5-Unofficial-76adb65991f741ab39b418b130cb98c93c8cfb70.tar.bz2 GT5-Unofficial-76adb65991f741ab39b418b130cb98c93c8cfb70.zip |
Auto-stock for stocking input bus (#1790)
* Add auto-stock for stocking input bus
* Add GUI support for autostock and min input limiting.
* Added support for copy+pasting config w/ data sticks
* typo
* correct order
* fixes
* update branch (#1795)
* Send cover data immediately when cover is placed (#1791)
* migrate ore prefixes from gt++ and bw (#1792)
OrePrefixes are used in switch case a lot and this prevents it from being a valid EnumHelper target.
Under the hood for huge enum switch cases, javac will generate a synthetic class with a synthetic static final int[] field to hold switch map. If the OrePrefixes is ever extended, said switch map will be smaller than actual and cause ArrayIndexOutOfBoundException.
This moves all addon added ore prefixes back to main mod.
This also cleans up the obnoxious comment blocks created by spotless.
* Fix advanced external transmitter cover (#1793)
* change tpv back to 4k
* Revert "change tpv back to 4k"
This reverts commit 3560a670e3d697b26014f6320e344867953684e7.
* change Tungstensteel to 4k
* Add regulator abilities to Steam Valve (#1785)
* fix: fix Steam Valve not being configurable
* Revert "fix: fix Steam Valve not being configurable"
This reverts commit 505d9e273b48315fde154490e116d58fed46ffaf.
* feat: add steam regulator
* feat: add superheated steam to steam valve
* update bs
* update to subversion 42
---------
Co-authored-by: miozune <miozune@gmail.com>
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
Co-authored-by: Matej Dipčár <492666@mail.muni.cz>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: NexusNull <p.wellershaus@googlemail.com>
* fix
---------
Co-authored-by: miozune <miozune@gmail.com>
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
Co-authored-by: Matej Dipčár <492666@mail.muni.cz>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: NexusNull <p.wellershaus@googlemail.com>
Diffstat (limited to 'LICENSE.txt')
0 files changed, 0 insertions, 0 deletions