From d06df50d9608f70894e2b754edc93f89b8c702b8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 13 Mar 2017 19:57:50 +0100 Subject: [PATCH] Fix pumpkin and melon stems being upside down --- mods/ITEMS/mcl_farming/melon.lua | 4 ---- mods/ITEMS/mcl_farming/pumpkin.lua | 4 ---- 2 files changed, 8 deletions(-) diff --git a/mods/ITEMS/mcl_farming/melon.lua b/mods/ITEMS/mcl_farming/melon.lua index 600caf39d..f961543d6 100644 --- a/mods/ITEMS/mcl_farming/melon.lua +++ b/mods/ITEMS/mcl_farming/melon.lua @@ -124,7 +124,6 @@ minetest.register_node("mcl_farming:melontige_linked_r", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = { @@ -157,7 +156,6 @@ minetest.register_node("mcl_farming:melontige_linked_l", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = { @@ -190,7 +188,6 @@ minetest.register_node("mcl_farming:melontige_linked_t", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = { @@ -223,7 +220,6 @@ minetest.register_node("mcl_farming:melontige_linked_b", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = { diff --git a/mods/ITEMS/mcl_farming/pumpkin.lua b/mods/ITEMS/mcl_farming/pumpkin.lua index 5a84eccd4..9de78a127 100644 --- a/mods/ITEMS/mcl_farming/pumpkin.lua +++ b/mods/ITEMS/mcl_farming/pumpkin.lua @@ -129,7 +129,6 @@ minetest.register_node("mcl_farming:pumpkintige_linked_r", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = { @@ -162,7 +161,6 @@ minetest.register_node("mcl_farming:pumpkintige_linked_l", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = { @@ -195,7 +193,6 @@ minetest.register_node("mcl_farming:pumpkintige_linked_t", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = { @@ -228,7 +225,6 @@ minetest.register_node("mcl_farming:pumpkintige_linked_b", { drop = stemdrop, drawtype = "nodebox", paramtype = "light", - paramtype2 = "wallmounted", node_box = { type = "fixed", fixed = {