Fix pumpkin and melon stems being upside down

This commit is contained in:
Wuzzy 2017-03-13 19:57:50 +01:00
parent c0445c50c8
commit d06df50d96
2 changed files with 0 additions and 8 deletions

View File

@ -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 = {

View File

@ -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 = {