mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2026-01-13 04:45:30 +01:00
boost default plant growth delay, add growing selection boxes
This commit is contained in:
@@ -22,6 +22,12 @@ local register_pig_tail = function(number)
|
||||
buildable_to = true,
|
||||
groups = {snappy = 3, flammable = 2, plant = 1, not_in_creative_inventory = 1, attached_node = 1, light_sensitive_fungus = 11},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-8/16, -8/16, -8/16, 8/16, -8/16 + 2*number/16, 8/16},
|
||||
},
|
||||
},
|
||||
|
||||
on_timer = function(pos, elapsed)
|
||||
df_farming.grow_underground_plant(pos, name, elapsed)
|
||||
|
||||
Reference in New Issue
Block a user