Don't spawn villagers

This commit is contained in:
Wuzzy 2017-05-10 13:24:33 +02:00
parent bb965b6d63
commit c8004a7ed8
1 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ mobs:register_mob("mobs_mc:villager", {
light_damage = 0, light_damage = 0,
view_range = 16, view_range = 16,
fear_height = 5, fear_height = 5,
-- TODO: Add trading menu
--[[ --[[
on_rightclick = function(self, clicker) on_rightclick = function(self, clicker)
local inv local inv
@ -165,7 +166,7 @@ mobs:register_mob("mobs_mc:villager", {
]] ]]
}) })
mobs:register_spawn("mobs_mc:villager", {"mcl_core:gravel"}, 20, 0, 500, 2, 31000) -- TODO: Spawn villager
-- compatibility -- compatibility