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", {
|
||||
description = "Christmas present",
|
||||
tiles = {
|
||||
"christmas_present.png",
|
||||
"christmas_present_top.png"
|
||||
},
|
||||
tiles = {"christmas_present.png"},
|
||||
drawtype = "mesh",
|
||||
paramtype = "light",
|
||||
mesh = "christmas_present.obj",
|
||||
|
Loading…
Reference in New Issue
Block a user