diff --git a/init.lua b/init.lua index 61e4455..3f0077d 100644 --- a/init.lua +++ b/init.lua @@ -76,6 +76,14 @@ minetest.override_item("flowers:waterlily", { visual_scale = 0.5, }) +minetest.override_item("default:coral_skeleton", { + drawtype = "mesh", + tiles = {"nodeboxtrees_scoral.png"}, + mesh = "leaf.b3d", + paramtype = "light", + visual_scale = 0.55, +}) + minetest.override_item("default:coral_brown", { drawtype = "mesh", tiles = {"nodeboxtrees_bcoral.png"}, diff --git a/license.txt b/license.txt index 6cb7261..59f23a2 100644 --- a/license.txt +++ b/license.txt @@ -1,7 +1,7 @@ License for Code ---------------- -Copyright (C) 2016 DOOMED +Copyright (C) 2016 DOOMED and toby109tt(aka tobyplowy) This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by