tsm_chests: Prevent chests being placed on top of other chests
This commit is contained in:
parent
a86cb11501
commit
bd3b1c1a2d
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ local non_ground_nodes = {
|
|||
"air",
|
||||
"default:water_source",
|
||||
"default:lava_source",
|
||||
"default:lava_flowing"
|
||||
"default:lava_flowing",
|
||||
"tsm_chests:chest"
|
||||
}
|
||||
|
||||
local chest_formspec =
|
||||
|
|
Loading…
Reference in a new issue