mirror of
https://github.com/HybridDog/connected_chests.git
synced 2025-11-23 00:35:45 +01:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 462fe3bbe3 | |||
|
|
044a91fcd5 | ||
| e13bb490d1 | |||
| 00eac777d7 | |||
| 1ec3601f7f | |||
| 53d2009680 | |||
|
|
7f5b39c673 |
2
init.lua
2
init.lua
@@ -647,7 +647,7 @@ minetest.register_alias("connected_chests:chest_locked_left",
|
|||||||
minetest.register_alias("connected_chests:chest_locked_right",
|
minetest.register_alias("connected_chests:chest_locked_right",
|
||||||
"default:chest_locked_connected_right")
|
"default:chest_locked_connected_right")
|
||||||
|
|
||||||
if minetest.get_modpath("hopper") then
|
if minetest.global_exists("hopper") and hopper.set_extra_container_info then
|
||||||
local function get_inventory(chest_right_pos)
|
local function get_inventory(chest_right_pos)
|
||||||
local node_right = minetest.get_node(chest_right_pos)
|
local node_right = minetest.get_node(chest_right_pos)
|
||||||
if node_right.param2 > 3 then
|
if node_right.param2 > 3 then
|
||||||
|
|||||||
Reference in New Issue
Block a user