diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2014-12-29 11:03:11 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2014-12-29 11:03:11 +0000 |
commit | cae854e5baefd2f73ce1682bd35b77222b701b94 (patch) | |
tree | eef4b37b220e420f2b0e64f2ddbcc8e487d5c871 /fences.lua | |
parent | 4c3e8741cad55be7509c49f908ca796d6bba2705 (diff) |
Updated to work with MT 0.4.11
Diffstat (limited to 'fences.lua')
-rw-r--r-- | fences.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ fence.type = { {"banana", "Banana Wood", "banana_wood.png", "ethereal:banana_wood"}, {"mushroom", "Mushroom", "mushroom_trunk.png", "ethereal:mushroom_trunk"}, {"acacia", "Acacia Wood", "moretrees_acacia_wood.png","ethereal:acacia_wood"}, + {"pine", "Pine Wood", "default_pinewood.png", "default:pinewood"}, } for _, row in ipairs(fence.type) do |