Fixed another careless syntax error.

master
puzzlecube 2018-11-05 14:10:59 -06:00
parent 7a75713175
commit 28c835b914
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ minetest.register_craft({
})
minetest.register_node("puzzleblocks:puzzleblock_flat", {
description = "Puzzle block (flat)"
description = "Puzzle block (flat)",
tiles = {"puzzleblocks_paper_block.png"},
drawtype = "nodebox",
paramtype = "light",