Add blank paper to creative inventory

master
Neuromancer 2013-01-03 20:39:20 -06:00
parent 0442bc3baf
commit 202d58a026
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ minetest.register_node("phonics:BlankPaper", {
is_ground_content = true,
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=3,not_in_creative_inventory=1},
groups = {cracky=3},
sounds = default.node_sound_stone_defaults(),
})