Resolved a merge conflict

master
Doug Reeves 2021-05-08 14:27:52 -05:00
parent 5b09b85c3e
commit 719b7c1777
2 changed files with 0 additions and 11 deletions

View File

@ -36,11 +36,7 @@ for i in ipairs(coral_color) do
})
end
<<<<<<< HEAD
minetest.register_abm({
=======
minetest.register_abm({ --Coral dyes when exposed to air.
>>>>>>> f6636f9c133a01f478836f857ec430901f4ff3f7
nodenames = {'group:coral'},
neighbors = {'air'},
interval = 17,
@ -51,8 +47,6 @@ minetest.register_abm({ --Coral dyes when exposed to air.
end,
})
<<<<<<< HEAD
=======
minetest.register_abm({ --Coral can spread, but very slowly.
nodenames = {'group:coral'},
neighbors = {'group:water'},
@ -71,7 +65,6 @@ minetest.register_abm({ --Coral can spread, but very slowly.
end,
})
>>>>>>> f6636f9c133a01f478836f857ec430901f4ff3f7
minetest.register_decoration({
name = "default:corals",
deco_type = "simple",

View File

@ -1,8 +1,4 @@
name = more_coral
depends = default, dye
<<<<<<< HEAD
license =
=======
license = Code is licensed MIT, Media CC by SA 4.0
>>>>>>> f6636f9c133a01f478836f857ec430901f4ff3f7
author = NathanSalapat