mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-10 01:33:52 +01:00
Remove coral air-death ABM
This commit is contained in:
parent
513609dcfd
commit
ef7bd43829
@ -562,22 +562,6 @@ minetest.register_abm({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
--
|
|
||||||
-- Coral death near air
|
|
||||||
--
|
|
||||||
|
|
||||||
minetest.register_abm({
|
|
||||||
nodenames = {"default:coral_brown", "default:coral_orange"},
|
|
||||||
neighbors = {"air"},
|
|
||||||
interval = 17,
|
|
||||||
chance = 5,
|
|
||||||
catch_up = false,
|
|
||||||
action = function(pos, node)
|
|
||||||
minetest.set_node(pos, {name = "default:coral_skeleton"})
|
|
||||||
end,
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- NOTICE: This method is not an official part of the API yet.
|
-- NOTICE: This method is not an official part of the API yet.
|
||||||
-- This method may change in future.
|
-- This method may change in future.
|
||||||
|
Loading…
Reference in New Issue
Block a user