1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-12 21:10:21 +02:00

Merge pull request #67 from Ezhh/master

Fix to prevent crashes
This commit is contained in:
Vanessa Ezekowitz
2017-01-04 14:56:38 -05:00
committed by GitHub

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,