Remove unused texture call
This commit is contained in:
parent
9bb904b96f
commit
1424222a69
5
init.lua
5
init.lua
@ -54,10 +54,7 @@ minetest.register_node("christmas:eggnog", {
|
|||||||
})
|
})
|
||||||
minetest.register_node("christmas:present", {
|
minetest.register_node("christmas:present", {
|
||||||
description = "Christmas present",
|
description = "Christmas present",
|
||||||
tiles = {
|
tiles = {"christmas_present.png"},
|
||||||
"christmas_present.png",
|
|
||||||
"christmas_present_top.png"
|
|
||||||
},
|
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
mesh = "christmas_present.obj",
|
mesh = "christmas_present.obj",
|
||||||
|
Loading…
Reference in New Issue
Block a user