Fixed Problem with growing in Redo-Mode.
This commit is contained in:
parent
b69c07f32b
commit
2774c5d15f
@ -21,7 +21,6 @@ local modname = minetest.get_current_modname()
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.asparagus_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -42,7 +41,6 @@ local modname = minetest.get_current_modname()
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
minlight = 11,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
drop = "",
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
|
@ -20,7 +20,6 @@ minetest.register_node("cucina_vegana:" .. pname .. "_seed", {
|
||||
inventory_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
minlight = cucina_vegana_plant_settings.chives_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
drawtype = "signlike",
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
@ -42,7 +41,6 @@ local crop_def = {
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
minlight = 10,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
drop = "",
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
|
@ -20,7 +20,6 @@ minetest.register_node("cucina_vegana:" .. pname .. "_seed", {
|
||||
inventory_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
minlight = cucina_vegana_plant_settings.flax_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
drawtype = "signlike",
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
@ -42,7 +41,6 @@ local crop_def = {
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
minlight = 10,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
drop = "",
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
|
@ -21,7 +21,6 @@ local modname = minetest.get_current_modname()
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.kohlrabi_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -43,8 +42,7 @@ local modname = minetest.get_current_modname()
|
||||
buildable_to = true,
|
||||
drop = "",
|
||||
minlight = 13,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
selection_box = farming.select,
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
flammable = 4, snappy=3, dig_immediate=1, plant = 1, attached_node = 1,
|
||||
not_in_creative_inventory = 1, growing = 1
|
||||
|
@ -21,7 +21,6 @@ minetest.register_node("cucina_vegana:" .. pname .. "_seed", {
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.lettuce_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -42,7 +41,6 @@ local crop_def = {
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
minlight = 12,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
drop = "",
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
|
@ -21,7 +21,6 @@ minetest.register_node("cucina_vegana:" .. pname .. "_seed", {
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.parsley_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4, attached_node = 1},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -41,7 +40,6 @@ local crop_def = {
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
minlight = 11,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
buildable_to = true,
|
||||
drop = "",
|
||||
selection_box = farming.select,
|
||||
|
@ -21,7 +21,6 @@ local modname = minetest.get_current_modname()
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.rice_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -42,7 +41,6 @@ local modname = minetest.get_current_modname()
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
minlight = 12,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
drop = "",
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
|
@ -21,7 +21,6 @@ minetest.register_node("cucina_vegana:" .. pname .. "_seed", {
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.rosemary_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -43,7 +42,6 @@ local crop_def = {
|
||||
buildable_to = true,
|
||||
drop = "",
|
||||
minlight = 12,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
flammable = 4, snappy=3, dig_immediate=1, plant = 1, attached_node = 1,
|
||||
|
@ -21,7 +21,6 @@ minetest.register_node("cucina_vegana:".. pname .."_seed", {
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.soy_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, flammable = 4},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -44,7 +43,6 @@ local crop_def = {
|
||||
drop = "",
|
||||
selection_box = farming.select,
|
||||
minlight = 12,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {
|
||||
snappy = 3, flammable = 4, plant = 1, attached_node = 1,
|
||||
not_in_creative_inventory = 1, growing = 1
|
||||
|
@ -29,7 +29,6 @@ else
|
||||
wield_image = "cucina_vegana_" .. pname .. "_seed.png",
|
||||
drawtype = "signlike",
|
||||
minlight = cucina_vegana_plant_settings.sunflower_light,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
groups = {seed = 1, snappy = 3, attached_node = 1, dig_immediate=1, flammable = 4},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
@ -51,7 +50,6 @@ else
|
||||
buildable_to = true,
|
||||
drop = "",
|
||||
minlight = 13,
|
||||
maxlight = default.LIGHT_MAX,
|
||||
selection_box = farming.select,
|
||||
groups = {
|
||||
flammable = 4, snappy=3, dig_immediate=1, plant = 1, attached_node = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user