update api.txt

This commit is contained in:
TenPlus1 2018-04-29 12:26:46 +01:00
parent 531c1570d6
commit 0530de06f0

View File

@ -28,6 +28,7 @@ hopper:add_container({
{"top", "default:furnace", "dst"}, -- take cooked items from above into hopper below
{"bottom", "default:furnace", "src"}, -- insert items below to be cooked from hopper above
{"side", "default:furnace", "fuel"}, -- replenish furnace fuel from hopper at side
{"void", "default:chest", "main"}, -- use void hopper to move items to chest
})
@ -35,4 +36,4 @@ We already have support for the wine barrel inside of the Wine mod and protected
chests inside of Protector Redo, as well as default chests, furnaces and hoppers
themselves.
Note: Hoppers can transfer into locked chests but not take from them (yet).
Note: Hoppers can transfer into locked chests but not take from them.