mapgen torchspine wasn't having its timer set

This commit is contained in:
FaceDeer
2022-08-07 17:52:55 -06:00
parent cdaeb36b14
commit a1e837f9c0
4 changed files with 20 additions and 11 deletions

View File

@ -35,7 +35,7 @@ minetest.register_node("df_primordial_items:mushroom_gills", {
tiles = {"dfcaverns_mush_gills.png"},
inventory_image = "dfcaverns_mush_gills.png",
wield_image = "dfcaverns_mush_gills.png",
groups = {snappy = 3, flora = 1, flammable = 1, leaves = 1, leafdecay = 5},
groups = {snappy = 3, flora = 1, flammable = 1, leaves = 1, leafdecay = 8},
paramtype = "light",
drawtype = "plantlike",
waving = 2,
@ -71,7 +71,7 @@ minetest.register_node("df_primordial_items:mushroom_gills_glowing", {
tiles = {"dfcaverns_mush_gills_glow.png"},
inventory_image = "dfcaverns_mush_gills_glow.png",
wield_image = "dfcaverns_mush_gills_glow.png",
groups = {snappy = 3, flora = 1, flammable = 1, leaves = 1, leafdecay = 5},
groups = {snappy = 3, flora = 1, flammable = 1, leaves = 1, leafdecay = 8},
paramtype = "light",
drawtype = "plantlike",
waving = 2,