1
0
鏡像自 https://github.com/mt-mods/moretrees.git 已同步 2025-10-17 08:45:22 +02:00

fixed a minor drop bug in leaves, they were giving unknown items on dig.

此提交包含在:
Vanessa Ezekowitz
2013-01-09 23:22:02 -05:00
父節點 c9e1ac370f
當前提交 da4bd37efb

查看文件

@@ -267,9 +267,9 @@ for color = 1, 3 do
{
-- player will get leaves only if he get no saplings,
-- this is because max_items is 1
items = {leave_name},
items = {"jungletree:leaves_"..leaves[color]},
}
}
}z
},
sounds = default.node_sound_leaves_defaults(),
})