Skip to content

Commit

Permalink
Remove coral air-death ABM
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Jul 10, 2018
1 parent 513609d commit ef7bd43
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions mods/default/functions.lua
Expand Up @@ -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.
-- This method may change in future.
Expand Down

0 comments on commit ef7bd43

Please sign in to comment.