Update Vines mod to prevent crashes

From Plantlife/Vines upstream [PR#67](https://github.com/minetest-mods/plantlife_modpack/pull/67)
master
demon_boy 2017-01-05 10:34:02 +11:00 committed by GitHub
parent da78dab95e
commit ae413c5390
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ vines.register_vine = function( name, defs, biome )
sunlight_propagates = true,
paramtype = "light",
paramtype2 = "wallmounted",
buildable_to = true,
buildable_to = false,
tiles = { vine_image_end },
drawtype = drawtype,
inventory_image = vine_image_end,
@ -70,7 +70,7 @@ vines.register_vine = function( name, defs, biome )
sunlight_propagates = true,
paramtype = "light",
paramtype2 = "wallmounted",
buildable_to = true,
buildable_to = false,
tiles = { vine_image_middle },
wield_image = vine_image_middle,
drawtype = drawtype,