forked from VoxeLibre/VoxeLibre
Fix pumpkin and melon stems being upside down
This commit is contained in:
parent
c0445c50c8
commit
d06df50d96
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue