Age | Commit message (Collapse) | Author |
|
take any available ownership into account before deciding on area protection
|
|
|
|
|
|
|
|
code files
|
|
(especially for can_dig)
|
|
use the item description and provide more information in paused states
|
|
avoid any leaking during worldediting
|
|
stop the crafter as expected
|
|
via the output slot
|
|
|
|
|
|
|
|
|
|
be used for quickly emptying or filling the crafting grid with the last registered recipe
some of the recipes are still treated wrongly due to minetest/minetest#2222 but are failling gracefully
|
|
|
|
|
|
|
|
|
|
the reaction time of the button might be a bit confusing though until minetest/minetest#2220 is being resolved
|
|
|
|
|
|
autocrafters when needed
autocrafters will stop() when theres no valid recipe, no dst space or enough src material
it will resume again on inventory or recipe changes
|
|
this gives us flexibility for future changes
|
|
|
|
cache if there was actually a reason to assume a recipe change
|
|
previous configuration in
|
|
|
|
|
|
(i.e. that looks like nil)
|
|
|
|
|
|
|
|
|
|
stuff needs to be globally-visible. Also, fix a bad drop on valve.
|
|
|
|
> stack max for that item.
|
|
|
|
output
|
|
|
|
|
|
to follow tubes.connect_sides rather than having each component coded individually, and added support for placing deployers and node breakers facing vertically
|
|
|
|
autocrafter, nodebreaker, deployer, and made sure each item will only
initiate a connection to those sides which can accept such. Fixed
various autorouting bugs as I ran across them. Autorouting for various
devices is now:
filters: left and right sides only
nodebreaker, deployer: back only
autocrafter: all six sides
chests: top, bottom, left, right, back (not front)
furnace: bottom, left, right, back (not the top or front)
|
|
|
|
|
|
Fixed a bug where autocrafter could bbe used to clone items.
Removed test code.
|
|
Fixed a bug where items in mese tubes disappeared whan placing or removing a tube next to it.
|