comment spawncommand 'til next year :)

master
tchncs 2016-11-04 12:58:21 +01:00
parent c094ff7538
commit a78da495d0
1 changed files with 12 additions and 12 deletions

View File

@ -68,17 +68,17 @@ mobs:register_mob("halloween_mobs:pumpkin", {
} }
}) })
mobs:spawn({ --mobs:spawn({
name = "halloween_mobs:pumpkin", -- name = "halloween_mobs:pumpkin",
nodes = "air", -- nodes = "air",
neighbors = "air", -- neighbors = "air",
interval = 300, -- interval = 300,
chance = 30000, -- chance = 30000,
active_object_count = 1, -- active_object_count = 1,
day_toggle = nil, -- day_toggle = nil,
min_height = 5, -- min_height = 5,
max_height = 60, -- max_height = 60,
day_toggle = false -- day_toggle = false
}) --})
mobs:register_egg("halloween_mobs:pumpkin", "Flying Pumpkin", "default_cloud.png", 1) mobs:register_egg("halloween_mobs:pumpkin", "Flying Pumpkin", "default_cloud.png", 1)