From 0fde7ac7f0ba031ce61337ab296bba21e9bfdbb0 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 17 Nov 2016 18:21:00 +0000 Subject: [PATCH] remove jack o lantern (ON) from creative --- pumpkin.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pumpkin.lua b/pumpkin.lua index ebbbd87..4be0bf4 100644 --- a/pumpkin.lua +++ b/pumpkin.lua @@ -82,7 +82,10 @@ minetest.register_node("farming:jackolantern_on", { }, light_source = default.LIGHT_MAX - 1, paramtype2 = "facedir", - groups = {choppy = 1, oddly_breakable_by_hand = 1, flammable = 2}, + groups = { + choppy = 1, oddly_breakable_by_hand = 1, flammable = 2, + not_in_creative_inventory = 1 + }, sounds = default.node_sound_wood_defaults(), drop = "farming:jackolantern", on_punch = function(pos, node, puncher)