From a78da495d0d2882516e6a56cce7ba2e2b7f5b6f3 Mon Sep 17 00:00:00 2001 From: tchncs Date: Fri, 4 Nov 2016 12:58:21 +0100 Subject: [PATCH] comment spawncommand 'til next year :) --- init.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/init.lua b/init.lua index 3f6e5e5..190acf5 100644 --- a/init.lua +++ b/init.lua @@ -68,17 +68,17 @@ mobs:register_mob("halloween_mobs:pumpkin", { } }) -mobs:spawn({ - name = "halloween_mobs:pumpkin", - nodes = "air", - neighbors = "air", - interval = 300, - chance = 30000, - active_object_count = 1, - day_toggle = nil, - min_height = 5, - max_height = 60, - day_toggle = false -}) +--mobs:spawn({ +-- name = "halloween_mobs:pumpkin", +-- nodes = "air", +-- neighbors = "air", +-- interval = 300, +-- chance = 30000, +-- active_object_count = 1, +-- day_toggle = nil, +-- min_height = 5, +-- max_height = 60, +-- day_toggle = false +--}) mobs:register_egg("halloween_mobs:pumpkin", "Flying Pumpkin", "default_cloud.png", 1)