Add description to spawners
This commit is contained in:
parent
986ffccb46
commit
8bfa30677e
@ -35,7 +35,7 @@ local def = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
modes = {
|
modes = {
|
||||||
idle = {chance = 0.65, duration = 3, update_yaw = 6},--dur = 8 is gut
|
idle = {chance = 0.65, duration = 3, update_yaw = 6},
|
||||||
fly = {chance = 0.25, duration = 2.5, moving_speed = 2, max_height = 25, target_offset = 2.1},
|
fly = {chance = 0.25, duration = 2.5, moving_speed = 2, max_height = 25, target_offset = 2.1},
|
||||||
fly_2 = {chance = 0.1, duration = 4, moving_speed = 1.6, update_yaw = 3, max_height = 25, target_offset = 2.5},
|
fly_2 = {chance = 0.1, duration = 4, moving_speed = 1.6, update_yaw = 3, max_height = 25, target_offset = 2.5},
|
||||||
-- special modes
|
-- special modes
|
||||||
@ -94,6 +94,7 @@ local def = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
spawner = {
|
spawner = {
|
||||||
|
description = "Ghost Spawner",
|
||||||
range = 8,
|
range = 8,
|
||||||
number = 6,
|
number = 6,
|
||||||
light = {min = 0, max = 8},
|
light = {min = 0, max = 8},
|
||||||
|
@ -125,6 +125,7 @@ local def = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
--[[spawner = {
|
--[[spawner = {
|
||||||
|
description = "Sheep Spawner",
|
||||||
range = 8,
|
range = 8,
|
||||||
player_range = 20,
|
player_range = 20,
|
||||||
number = 6,
|
number = 6,
|
||||||
@ -156,7 +157,7 @@ local def = {
|
|||||||
self.target = clicker
|
self.target = clicker
|
||||||
self.mode = "follow"
|
self.mode = "follow"
|
||||||
self.modetimer = 0
|
self.modetimer = 0
|
||||||
|
|
||||||
if not self.tamed then
|
if not self.tamed then
|
||||||
self.fed_cnt = (self.fed_cnt or 0) + 1
|
self.fed_cnt = (self.fed_cnt or 0) + 1
|
||||||
end
|
end
|
||||||
|
@ -99,6 +99,7 @@ local def = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
spawner = {
|
spawner = {
|
||||||
|
description = "Zombie Spawner",
|
||||||
range = 8,
|
range = 8,
|
||||||
number = 6,
|
number = 6,
|
||||||
light = {min = 0, max = 8},
|
light = {min = 0, max = 8},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user