coral skeleton

This commit is contained in:
D00Med 2016-12-30 10:45:08 +10:00
parent b46f4e8fec
commit a84fdcc4d0
2 changed files with 9 additions and 1 deletions

View File

@ -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"},

View File

@ -1,7 +1,7 @@
License for Code
----------------
Copyright (C) 2016 DOOMED <heiselong@gmx.com>
Copyright (C) 2016 DOOMED <heiselong@gmx.com> 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