From 202d58a0269015ae1e2be1e8bea912490f649c38 Mon Sep 17 00:00:00 2001 From: Neuromancer Date: Thu, 3 Jan 2013 20:39:20 -0600 Subject: [PATCH] Add blank paper to creative inventory --- phonics/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phonics/init.lua b/phonics/init.lua index 7db6537..83060dc 100644 --- a/phonics/init.lua +++ b/phonics/init.lua @@ -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(), })