coral skeleton
This commit is contained in:
parent
b46f4e8fec
commit
a84fdcc4d0
8
init.lua
8
init.lua
@ -76,6 +76,14 @@ minetest.override_item("flowers:waterlily", {
|
|||||||
visual_scale = 0.5,
|
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", {
|
minetest.override_item("default:coral_brown", {
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
tiles = {"nodeboxtrees_bcoral.png"},
|
tiles = {"nodeboxtrees_bcoral.png"},
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
License for Code
|
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
|
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
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user