Fix incorrect drop of open fence gates

This commit is contained in:
Wuzzy 2017-02-22 03:28:25 +01:00
parent da2742d27b
commit 816c8b4b38
1 changed files with 1 additions and 1 deletions

View File

@ -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",