From 0f89ab5b44dd092fa48217beea5d579cc87fad19 Mon Sep 17 00:00:00 2001 From: Ezhh Date: Wed, 4 Jan 2017 19:27:49 +0000 Subject: [PATCH] Fix to prevent crashes --- vines/functions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vines/functions.lua b/vines/functions.lua index db120a6..853bec3 100644 --- a/vines/functions.lua +++ b/vines/functions.lua @@ -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,