oops...
parent
87316b5083
commit
22a7bed688
|
@ -65,6 +65,7 @@ minetest.register_abm({
|
|||
interval = 50,
|
||||
chance = 3,
|
||||
action = function(pos, node)
|
||||
|
||||
-- return if already full grown
|
||||
if minetest.get_item_group(node.name, "growing") < 1 then
|
||||
return
|
||||
|
|
|
@ -50,7 +50,7 @@ minetest.register_abm({
|
|||
|
||||
-- If Crystal Spike, Crystal Dirt, Snow near Water, change Water to Ice
|
||||
minetest.register_abm({
|
||||
nodenames = {"ethereal:crystal_spike", "ethereal:crystal_dirt", "default:snow", "default:snowblock", "ethereal:snowbrick"},
|
||||
nodenames = {"ethereal:crystal_spike", "default:snow", "default:snowblock", "ethereal:snowbrick"},
|
||||
neighbors = {"default:water_source"},
|
||||
interval = 15,
|
||||
chance = 2,
|
||||
|
|
Loading…
Reference in New Issue