forked from VoxeLibre/VoxeLibre
Fix incorrect drop of open fence gates
This commit is contained in:
parent
da2742d27b
commit
816c8b4b38
|
@ -111,7 +111,7 @@ mcl_fences.register_fence_gate = function(id, fence_gate_name, texture, gate_ima
|
|||
sunlight_propagates = true,
|
||||
walkable = true,
|
||||
groups = groups,
|
||||
drop = 'mcl_fences:fence_gate',
|
||||
drop = gate_id,
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
|
|
Loading…
Reference in New Issue