Add description to spawners

master
BlockMen 2015-10-30 17:38:17 +01:00
parent 986ffccb46
commit 8bfa30677e
3 changed files with 5 additions and 2 deletions

View File

@ -35,7 +35,7 @@ local def = {
},
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_2 = {chance = 0.1, duration = 4, moving_speed = 1.6, update_yaw = 3, max_height = 25, target_offset = 2.5},
-- special modes
@ -94,6 +94,7 @@ local def = {
},
spawner = {
description = "Ghost Spawner",
range = 8,
number = 6,
light = {min = 0, max = 8},

View File

@ -125,6 +125,7 @@ local def = {
},
--[[spawner = {
description = "Sheep Spawner",
range = 8,
player_range = 20,
number = 6,
@ -156,7 +157,7 @@ local def = {
self.target = clicker
self.mode = "follow"
self.modetimer = 0
if not self.tamed then
self.fed_cnt = (self.fed_cnt or 0) + 1
end

View File

@ -99,6 +99,7 @@ local def = {
},
spawner = {
description = "Zombie Spawner",
range = 8,
number = 6,
light = {min = 0, max = 8},