Commit Graph

75 Commits

Author SHA1 Message Date
texmex
8a7ebcf6ca Replace deprecated settings method (#9) 2017-06-18 14:22:33 -06:00
FaceDeer
c8b83cd72d hoppers sometimes crashed when adjacent to undefined nodes 2017-05-07 13:06:26 -06:00
FaceDeer
f871723edf sorter wasn't checking allow_metadata_inventory_move
this allowed for items to be duplicated and destroyed inadvertently when
moving back and forth between the filter and the storage buffer
inventories.
2017-04-29 15:12:56 -06:00
FaceDeer
3f5deef63a use fake players for offline players like in Pipeworks 2017-04-01 22:39:31 -06:00
FaceDeer
74c8cf887f add ability to "filter all" to sorter 2017-04-01 09:48:54 -06:00
FaceDeer
9972c1de84 update readme with sorter 2017-03-31 01:00:21 -06:00
FaceDeer
b8f4ee3f8b Sorter, splitting up giant init.lua
Adding a sorter, and splitting up the overly-large init.lua in the process.
2017-03-31 00:58:28 -06:00
FaceDeer
ca9abb7613 Merge pull request #1 from bewlay/master
Remove erroneous line from chute formspec code
2017-03-06 10:03:10 -07:00
bewlay
4a10b63ab6 Remove erroneous line from chute formspec code 2017-03-06 17:08:03 +01:00
FaceDeer
5bb417b4c0 forgot to mention item ejection button 2017-02-26 16:32:46 -07:00
FaceDeer
ebf05de397 add option to disable the "eject item" button 2017-02-25 15:17:37 -07:00
FaceDeer
ee89ae4734 update readme 2017-02-25 07:20:31 -07:00
FaceDeer
7f255423f7 make default dependency optional 2017-02-25 07:12:21 -07:00
FaceDeer
cf4608a412 fix a documentation typo 2017-02-25 07:00:01 -07:00
FaceDeer
0defbdb522 add api support for registering groups 2017-02-25 06:59:43 -07:00
FaceDeer
4b8d61568f add eject setting for hoppers
This allows hoppers to dump the items they're ingesting out into the
world if there's not a compatible inventory to receive them (and the
target node is "open", tested via buildable_to)
2017-02-23 20:36:40 -07:00
FaceDeer
5b04908df5 Update readme with mention of chutes 2017-02-04 23:39:26 -07:00
FaceDeer
039421453f check for protection bypass permission 2017-02-04 23:07:40 -07:00
FaceDeer
58505e8d04 Add chutes 2017-02-04 21:29:23 -07:00
FaceDeer
ad0ad11039 Vertical hoppers can now be rotated on their side and work as expected
Consistency is now maintained for side and vertical hoppers regarding
which face of a target node they inject items into. Injecting from the
top goes to the same inventory regardless of what hopper type did the
injecting, and likewise injecting from the side goes ot the same
inventory.
2017-02-04 18:58:15 -07:00
FaceDeer
ce30c31a24 add an active object count check to the suction ABM 2017-02-04 00:39:28 -07:00
FaceDeer
d6327921ad rewrite internal container list structure and ABM to replace O(n) loop with an O(1) hash table lookup 2017-02-04 00:01:16 -07:00
FaceDeer
a1a9900b6c a little formatting and comment cleanup 2017-02-02 20:14:10 -07:00
FaceDeer
191c242816 update intllib to latest format 2017-02-02 20:03:24 -07:00
FaceDeer
0a71615571 inventory image is unused 2017-02-01 21:01:15 -07:00
FaceDeer
f16b51efe1 merge recent tenplus1 changes 2017-02-01 21:00:57 -07:00
TenPlus1
803f5ee4b2 Added intllib support (german translation by Xanthin) 2017-02-01 20:35:04 +00:00
TenPlus1
2e3ef7cf7e Tweaked and tidied code, uses a single abm for hoppers 2017-01-31 11:50:13 +00:00
TenPlus1
3b653f6da1 changed a few descriptions 2017-01-30 22:05:27 +00:00
TenPlus1
35d34ae5d6 update readme 2017-01-30 21:30:10 +00:00
FaceDeer
cfaf9d5d9c update license 2017-01-28 12:04:32 -07:00
FaceDeer
b9cf0d2c7e add a paragraph to the documentation about locked chest handling 2017-01-28 11:59:52 -07:00
FaceDeer
28181b99b7 Adding locked-chest sourcing, hoppers respect player permissions now. 2017-01-28 11:56:52 -07:00
FaceDeer
26ea80de9d move option-reading up so the documentation is properly changed 2017-01-28 11:46:21 -07:00
FaceDeer
6ee933934b remove unused textures 2017-01-28 11:42:48 -07:00
FaceDeer
561d74b728 support transitioning to single_craftable_item better 2017-01-28 11:41:26 -07:00
FaceDeer
7317380996 remove leftover debug 2017-01-28 11:35:17 -07:00
FaceDeer
d23997b7ab typo in the transfer abm 2017-01-28 11:33:30 -07:00
FaceDeer
f15188babb Merge remote-tracking branch 'refs/remotes/tenplus1/master' 2017-01-28 11:27:45 -07:00
TenPlus1
169cbf7ce2 can insert into locked chests but not take :) 2017-01-27 19:13:59 +00:00
TenPlus1
8a308e6291 added screenshot 2017-01-27 14:11:36 +00:00
TenPlus1
ea10762e0e tweak wording a little 2017-01-27 13:30:04 +00:00
TenPlus1
7cddb3a124 Added simple API to expand hopper usage 2017-01-26 16:34:15 +00:00
TenPlus1
014da42d6f side hopper now appears on placement 2017-01-25 20:24:18 +00:00
FaceDeer
28a99ec02f update readme and description 2017-01-22 16:47:18 -07:00
FaceDeer
e9d8265596 update lucky blocks to handle different settings 2017-01-22 16:21:33 -07:00
FaceDeer
033d697f88 Wording tweak, since side hoppers can be reoriented 2017-01-22 16:15:58 -07:00
FaceDeer
06f399ffcb Simplify to a single ABM to match tenplus1's work 2017-01-22 16:13:53 -07:00
FaceDeer
6f1187bb01 Import the changes I made to a fork of the original repository. 2017-01-22 15:54:42 -07:00
TenPlus1
d709bd0ec7 Timer issues fixed with new furnaces 2016-12-22 11:02:16 +00:00