5325 Commits

Author SHA1 Message Date
repo-alt
f0d4afef47
Merge pull request #67 from GTNewHorizons/update-buildscript
Update buildscript
2022-07-17 11:40:11 +03:00
Jason Mitchell
8e82900d40 [ci skip] Migrate github actions to GTNH-Actions-Workflows 2022-07-16 10:50:15 -07:00
Raven Szewczyk
af04d9cdde Update buildscript 2022-07-16 18:14:01 +01:00
Connor-Colenso
e2e7ea9443
Merge pull request #66 from GTNewHorizons/feature/facing
Fix robot using tools on non-facing side
2022-07-15 23:03:20 +01:00
repo_alt
72e7092568 removed CofhLib dependency (CofHCore is enough) 2022-07-15 20:56:58 +04:00
repo_alt
c7476661b3 Try to _downgrade_ the script this time 2022-07-15 13:49:36 +04:00
repo_alt
3f60f25d60 update buildscript 2022-07-15 13:39:48 +04:00
repo_alt
362542ddba Fix robot using tools on non-facing side 2022-07-15 01:15:48 +04:00
Connor-Colenso
113955e749
Merge pull request #65 from GTNewHorizons/feature/TpsCard
Profiling card
2022-07-02 14:31:09 +01:00
repo_alt
a8ad595456 Visibility & access fix 2022-06-29 23:47:59 +04:00
repo_alt
6a8ecf3e04 TPS card localization and registration fix 2022-06-29 20:30:49 +04:00
repo_alt
fa4f340bbf Upgrade buildcript, spotless apply 2022-06-29 20:27:23 +04:00
repo_alt
b8bf1bbfd5 Profiling card
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10573
2022-06-29 18:30:34 +04:00
Martin Robertz
1e8541eca0
Merge pull request #64 from GTNewHorizons/feature/rtg_accessibility
Decrease RTG upgrade tier
2022-06-29 00:09:22 +02:00
repo_alt
4bde592a24 Decrease RTG upgrade tier
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10039
2022-06-28 22:50:39 +04:00
boubou19
140c8a7965
Merge pull request #63 from GTNewHorizons/feature/fixDebugStatement
Avoid crash in debug statement (happened on Zeta)
2022-06-26 20:58:35 +02:00
repo_alt
db1739e270 derp 2022-06-26 22:49:25 +04:00
repo_alt
8f4edb1a68 Avoid crash in debug statement (happened on Zeta) 2022-06-26 22:28:03 +04:00
Martin Robertz
3e7b484c2b
Merge pull request #62 from MuXiu1997/keys
Comment out duplicate keys
2022-06-06 19:30:47 +02:00
MuXiu1997
611335a123
Comment out duplicate keys
Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
2022-06-05 21:46:32 +08:00
Martin Robertz
e7205bc739
Merge pull request #61 from slprime/inventory_controller-rename_item
Inventory Controller: setStackDisplayName
2022-06-04 17:25:08 +02:00
slprime
04951cf710 inventory controller: setstackdisplayname 2022-06-04 13:58:25 +03:00
Martin Robertz
9ca2853054
Merge pull request #60 from GTNewHorizons/transporter
Make the `Transporter` able to transfer the fluid directly to the Container Item
2022-04-27 23:17:55 +02:00
MuXiu1997
2505f4822e
Expand parameter name 2022-04-27 21:45:10 +08:00
MuXiu1997
c8be9e5ab1
Fix things 2022-04-27 18:52:19 +08:00
MuXiu1997
e39397e2d8
FluidContainerTransfer 2022-04-27 18:36:45 +08:00
MuXiu1997
e8266229d4
WorldFluidContainerAnalytics 2022-04-26 18:57:40 +08:00
Martin Robertz
ab430d1d92
Merge pull request #59 from GTNewHorizons/feature/filter-fix
Fixes filtering for optional keys
2022-04-15 19:25:49 +02:00
repo_alt
823a79d6cb Fixes filtering for optional keys
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10148
2022-04-15 18:10:53 +03:00
Martin Robertz
45cc2ea5ae
Merge pull request #58 from Kiwi233/master
Update zh_CN.lang
2022-04-15 00:00:34 +02:00
[Kiwi233]
be935e82bd Update zh_CN.lang 2022-04-14 10:06:38 +08:00
Martin Robertz
f546e0f716
Merge pull request #57 from GTNewHorizons/feature/versionChecker
remove version checker
2022-04-03 16:03:48 +02:00
repo_alt
3694108a67 remove version checker 2022-04-03 16:24:45 +03:00
Martin Robertz
6e8fe17c86
Merge pull request #56 from GTNewHorizons/feature/APU-components
fix the number of components for the creative APU
2022-03-05 11:06:11 +01:00
repo_alt
8727571e95 Changed APU component support a bit, to fix tooltip
(Still a hack, but it's local and quite straightforward)
2022-03-05 10:48:02 +03:00
repo_alt
41a717fb2c fix the number of components for the creative APU 2022-03-03 22:13:43 +03:00
Martin Robertz
8e70fe697f
Merge pull request #55 from GTNewHorizons/feature/interface-pattern-store
New pattern manipulation functions:
2022-03-02 20:31:16 +01:00
repo_alt
ba90a78584 fix updating pattern after edit 2022-03-02 21:13:00 +03:00
repo_alt
f10bfe97c8 fix indices to start from 1, LUA style 2022-03-02 10:50:37 +03:00
repo_alt
8d93a1dfd4 buildcript updated 2022-03-01 19:13:44 +03:00
repo_alt
522f434513 New pattern manipulation functions:
storeInterfacePatternInput(slot:number, index:number, database:address, entry:number):boolean -- Store pattern input at the given index to the database entry.
  storeInterfacePatternOutput(slot:number, index:number, database:address, entry:number):boolean -- Store pattern output at the given index to the database entry.
  clearInterfacePatternInput(slot:number, index:number):boolean -- Clear pattern input at the given index.
  clearInterfacePatternOutput(slot:number, index:number):boolean -- Clear pattern output at the given index.
2022-03-01 19:05:20 +03:00
bombcar
6018ba6b15
fix annoying tab 2022-02-07 15:23:12 -06:00
bombcar
f09a829d68
update deps and fix maven version (#53) 2022-02-07 14:29:46 -06:00
Martin Robertz
71183a8bfe
Merge pull request #52 from GTNewHorizons/fixver
remove bad bc ver
2022-02-07 00:54:21 +01:00
bombcar
cd8683badf remove bad bc ver: 2022-02-06 17:47:41 -06:00
Martin Robertz
913373eb4c
Merge pull request #51 from GTNewHorizons/updatedeps
update dependencies, including buildscript and buildcraft
2022-02-06 21:24:17 +01:00
bombcar
f241d0d9ae update dependencies, including buildscript and buildcraft 2022-02-06 14:11:10 -06:00
Martin Robertz
5c9e79c24b
Merge pull request #50 from Kiwi233/master
Update zh_CN.lang
2022-02-06 19:15:40 +01:00
[Kiwi233]
ec85d660ac Update zh_CN.lang 2022-02-06 22:49:16 +08:00
Martin Robertz
c5903ee21e
Merge pull request #49 from GTNewHorizons/feature/configurator
Configurator upgrade
2022-02-05 11:21:27 +01:00