Added a comma I forgot.

master
puzzlecube 2018-11-05 14:08:54 -06:00
parent ef479a9bf0
commit 79e1e5a4c5
3 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@ puzzleblock_flat = {
}
minetest.register_node("puzzleblocks:paper_block", {
description "Block of Paper"
description "Block of Paper",
tiles = {"puzzleblocks_paper_block.png"},
is_ground_content = false,
groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 3, flammable = 3, paper=1},

View File

@ -1,2 +0,0 @@