5592 Commits

Author SHA1 Message Date
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
repo_alt
fec38c1f20 fixed documentation 2022-02-03 14:48:22 +03:00
repo_alt
8da9748685 fixed empty filters handling for liquid conduits 2022-02-03 12:15:17 +03:00
repo_alt
740334eea3 Added conduit connection mode, extraction redstone mode and color support
Merged 2 `setItemConduit(Input|Output)Color` functions
Added redstone conduit support
Automatically upcase input enum values to avoid confusion
2022-02-03 08:47:39 +03:00
repo_alt
30aa902620 Add Robot API to inspect its upgrade containers 2022-02-02 18:05:42 +03:00
repo_alt
e6a026c178 runtime dependencies for CI 2022-02-02 15:30:29 +03:00
repo_alt
9245aa45d6 Configurator upgrade, currently supports EIO conduits
Fixed forestry item converter, adding empty circuit list to all items
Added inventory_controller.installUpgrade function for robots, to use upgrade containers at runtime
2022-02-02 13:54:47 +03:00
Martin Robertz
872795c40f
Merge pull request #48 from GTNewHorizons/updatebuild
MIT
2022-01-31 20:21:13 +01:00
bombcar
285d4c4104 remove ColoredLightsCore-1.3.7.39.jar 2022-01-31 10:30:45 -06:00
bombcar
4a073a7a1d better Colored Lights Core 2022-01-31 10:29:55 -06:00
bombcar
c8acc97542 leave files 2022-01-31 09:06:49 -06:00
bombcar
9e22462bfb can't use curse 2022-01-30 17:51:37 -06:00
bombcar
5e9cfca123 fix url 2022-01-30 17:38:45 -06:00
bombcar
a178e8e5e4 notdeV 2022-01-30 17:30:26 -06:00
bombcar
ca3b1203e7 parenthesis 2022-01-30 15:10:02 -06:00
bombcar
3e845da1f1 MIT 2022-01-30 15:04:28 -06:00
bombcar
d0e760c956 update buildscript 2022-01-30 15:01:26 -06:00
Jason Mitchell
ab041e20d9 update to explicit dependencies 2022-01-18 19:49:42 -08:00
Jason Mitchell
b90cf6c8d4 update to explicit dependencies 2022-01-18 19:49:02 -08:00
Jason Mitchell
10a3c82b11 maven publish buildscript update 2022-01-18 08:47:05 -08:00
Martin Robertz
d3670fc7f7
Merge pull request #47 from GTNewHorizons/riteg_upgrade
Riteg upgrade
2022-01-16 12:41:22 +01:00
Florexiz
6b64cd166b Limited upgrade to only tablets and microcontrollers 2022-01-16 14:33:38 +03:00
Florexiz
598d5ce349 Add upgrade slot to tier 2 microcontroller 2022-01-16 12:06:44 +03:00
Florexiz
c9fbb42683 Added RITEG upgrade
Tier 3 upgrade that can be inserted in microcontrollers, robots and drones.
Generates a bit less energy than regular generator.
2022-01-16 12:06:13 +03:00
Martin Robertz
e93c1dcc0b
Merge pull request #46 from repo-alt/master
Extended AE crafting CPU API
2022-01-15 10:22:38 +01:00
repo_alt
8cd376e9b1 added current craft final output to the crafting CPU API 2022-01-15 11:47:10 +03:00
repo_alt
872dc5b888 Extended AE crafting CPU API
Fixed NEI valid items highlight after API update
Some AE integration code cleanup
2022-01-07 03:58:03 +03:00
Martin Robertz
b30c1bf743
Merge pull request #45 from repo-alt/master
Allow debug card to insert huge amounts of items, e.g. to fill infinity chest
2021-12-31 02:16:03 +01:00
repo_alt
962e7d67ef Added a function to set database slot with an item constructed from description
(also some warnings cleanup)
2021-12-29 16:52:16 +03:00
repo_alt
72793aff25 Increase JVM memory pool in gradle script
Allow debug card to insert huge amounts of items, e.g. to fill infinity chest
2021-12-28 11:50:29 +03:00
Martin Robertz
9e869814d4
Merge pull request #44 from TheyuGin/master
fix: supply empty match case for geolyzer getTileEntity
2021-12-21 20:00:11 +01:00
TheyuGin
c9fd55421f fix: supply empty match case for geolyzer getTileEntity 2021-12-21 23:44:34 +05:00
Martin Robertz
42d390b7c6
Merge pull request #43 from GTNewHorizons/fix-shaded-dependencies
Updated build script to switch shadowed dependencies to shaded depend…
2021-12-21 07:16:31 +01:00
Johann Bernhardt
d0961fd12f Updated build script to switch shadowed dependencies to shaded dependencies 2021-12-21 01:16:31 +01:00
Martin Robertz
eb86eba881
Merge pull request #42 from repo-alt/master
GT blocks facing and sensor information added to geolyzer.analyze
2021-12-20 21:16:15 +01:00
repo_alt
d670b80f4a GT blocks facing and sensor information added to geolyzer.analyze
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9204
2021-12-20 22:15:40 +03:00