mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-11-19 22:03:47 +01:00
Adding locked-chest sourcing, hoppers respect player permissions now.
This commit is contained in:
parent
26ea80de9d
commit
28181b99b7
1
init.lua
1
init.lua
@ -61,6 +61,7 @@ hopper:add_container({
|
|||||||
{"bottom", "default:furnace_active", "src"},
|
{"bottom", "default:furnace_active", "src"},
|
||||||
{"side", "default:furnace_active", "fuel"},
|
{"side", "default:furnace_active", "fuel"},
|
||||||
|
|
||||||
|
{"top", "default:chest_locked", "main"},
|
||||||
{"bottom", "default:chest_locked", "main"},
|
{"bottom", "default:chest_locked", "main"},
|
||||||
{"side", "default:chest_locked", "main"},
|
{"side", "default:chest_locked", "main"},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user