5249 Commits

Author SHA1 Message Date
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
Martin Robertz
48babe101f
Merge pull request #41 from GTNewHorizons/fix-dependency
Switch dependency to master
2021-12-20 14:45:32 +01:00
Johann Bernhardt
14bef576a6 Switch dependency to master 2021-12-20 14:44:42 +01:00
Martin Robertz
2618389715
Merge pull request #40 from GTNewHorizons/unified-build-script
Unified build script
2021-12-20 09:59:52 +01:00
Johann Bernhardt
6e862ad97f Simplify expression 2021-12-20 09:19:49 +01:00
Johann Bernhardt
99006bc2f2 Resolved todos in dependencies 2021-12-20 01:01:32 +01:00
Johann Bernhardt
d2114db097 Migrate dependency to in-house version 2021-12-19 22:47:28 +01:00
Johann Bernhardt
6abee91ed1 Fix API missmatches and version replacement in various files 2021-12-19 11:41:57 +01:00
Johann Bernhardt
66ab5d8774 Migrate to unified build script 2021-12-19 11:16:17 +01:00
Johann Bernhardt
d3f628f60d Refactor copied dependencies 2021-12-19 10:38:52 +01:00
Martin Robertz
b0b9f6dd89
Merge pull request #39 from repo-alt/master
Add NEI drag&drop support to database GUI
2021-12-12 09:57:23 +01:00
repo_alt
34165fe75c - check slot validity in server packet handler 2021-12-12 08:50:06 +03:00
repo_alt
828e97d47d Buffer capacity added to BM alter interface 2021-12-11 18:05:24 +03:00
repo_alt
b6b8ec23b4 - fixed docstring for transferFluid 2021-12-11 17:56:26 +03:00
repo_alt
9cf102cde4 Add NEI drag&drop support to database GUI 2021-12-09 15:21:13 +03:00
Martin Robertz
470421b965
Merge pull request #38 from repo-alt/feature/AnchorDriver
Railcraft anchors driver
2021-12-05 19:47:22 +01:00
repo_alt
bd3fad32e0 Railcraft anchors driver
API:
    "getFuel():int -- Get remaining anchor time in ticks."
    "getOwner():string -- Get the  anchor owner name."
    "getType():string -- Get the anchor type."
    "getFuelSlotContents():table -- Get the anchor input slot contents."
    "isDisabled():boolean -- If the anchor is disabled with redstone."

https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8994
2021-12-05 17:29:45 +03:00
Martin Robertz
07e0d2252c
Merge pull request #37 from GTNewHorizons/updaterepo
Updaterepo
2021-12-05 15:27:20 +01:00
bombcar
59cf311376 readd embeds 2021-12-03 17:01:09 -06:00
bombcar
1ff8d8a030 cleanup 2021-12-03 15:48:22 -06:00
bombcar
d4e9350d24 cofhlib 2021-12-03 15:34:50 -06:00
bombcar
ef701fa570 extracells finally built 2021-12-03 13:06:21 -06:00
bombcar
4f5d0cc3bc update build 2021-12-02 17:52:34 -06:00
bombcar
2687fb13c5 remove ccl blocker 2021-12-02 14:00:38 -06:00
bombcar
f03bca49b7 update to GTNH EnderStorage, avoid chickenlib issue 2021-12-02 13:33:17 -06:00
bombcar
b55b6ded4b update to GTNH ae2 2021-12-02 13:03:46 -06:00
bombcar
dcea8f342e update to https 2021-12-02 12:58:46 -06:00
Martin Robertz
519cc2fd6c
bump version 2021-12-02 18:49:27 +01:00
Martin Robertz
4c7678e6e8
Merge pull request #36 from GTNewHorizons/oc-arm64
fix typo
2021-11-25 20:49:53 +01:00
bombcar
794abfdb50 fix typo 2021-11-25 13:38:00 -06:00
Martin Robertz
3c87db0d4b
Merge pull request #35 from GTNewHorizons/oc-arm64
add support for aarch64
2021-11-25 18:52:26 +01:00
Tom Dickson
87faadb975 add support for aarch64 2021-11-24 14:06:31 -06:00
Tom Dickson
13489c602e fix build 2021-11-24 13:00:28 -06:00
Martin Robertz
a9faa643af
Merge pull request #34 from repo-alt/master-MC1.7.10
Add fluid container item converter (Volumetric flask, certus tank, universal cell, etc.)
2021-11-11 19:36:09 +01:00
repo_alt
828f813e14 Forestry circuit boards internal layout
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8809
2021-11-11 18:38:13 +03:00
repo_alt
1a8d2732e1 Add fluid container item converter (Volumetric flask, certus tank, universal cell, etc.)
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8807
2021-11-10 12:23:23 +03:00
repo-alt
1c2bf07dfa
Merge pull request #33 from repo-alt/master-MC1.7.10
Beekeeper upgrade localized name
2021-09-17 23:50:42 +03:00
repo_alt
cdcf5517ae Beekeeper upgrade localized name 2021-09-17 23:49:18 +03:00
Martin Robertz
299e02ee69
Merge pull request #32 from repo-alt/master-MC1.7.10
Bee keeper robot upgrade
2021-09-17 22:02:02 +02:00
repo_alt
ccdd480453 fixed species converter not being registered for bees
also simplified generic forestry converter
2021-09-15 01:21:43 +03:00
repo_alt
17cfaf5e40 added species favorite temperature and humidity info 2021-09-14 23:23:15 +03:00
repo_alt
772d327edc analyze fixed and API changed to use selected slot 2021-09-14 17:45:27 +03:00