Remove unused texture call

This commit is contained in:
Extex101 2020-12-30 22:14:10 -08:00 committed by GitHub
parent 9bb904b96f
commit 1424222a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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