fix error typo

This commit is contained in:
crabman77 2015-08-17 22:56:54 +02:00
parent 390d2a5a3b
commit 9ebe8986d1
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ mobs:register_mob("mobs:dirt_monster", {
-- spawn on dirt_with_grass and drygrass between -1 and 5 light, 1 in 10000 change, 1 dirt monster in area up to 31000 in height
mobs:spawn_specific("mobs:dirt_monster", {"default:dirt_with_grass", "watershed:drygrass"}, {"air"}, -1, 5, 30, 10000, 1, -31000, 31000, false)
-- register spawn egg
mobs:register_egg("mobs:dirt_monster", "Dirt Monster", "mobs_dirtmonster_inv.png", 1)
mobs:register_egg("mobs:dirt_monster", "Dirt Monster", "mobs_dirt_monster_inv.png", 1)