fixed node def bug with new feature

master
MisterE123 2021-02-16 17:18:41 -05:00
parent 4bc0629939
commit a9d2f83556
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
minetest.register_node("quikbild:climb", {
description = "Minigame Climb",
drawtype = "airlike",
tiles = {"wool_" .. name .. ".png"},
tiles = {},
pointable = false,
buildable_to = true,
climbable = true,