Leaves
This commit is contained in:
parent
6b9b8bb121
commit
4d46b57dd5
11
init.lua
11
init.lua
@ -1,4 +1,15 @@
|
||||
|
||||
--leaf overrides
|
||||
|
||||
minetest.override_item("default:leaves", {
|
||||
drawtype = "mesh",
|
||||
mesh = "leaf.b3d",
|
||||
paramtype = "light",
|
||||
visual_scale = 0.5,
|
||||
})
|
||||
|
||||
--trunk overrides
|
||||
|
||||
minetest.override_item("default:acacia_tree", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
|
BIN
models/default_leaves.png
Normal file
BIN
models/default_leaves.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
models/leaf.b3d
Normal file
BIN
models/leaf.b3d
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user