1
0
mirror of https://github.com/AntumMT/mod-kpgmobs.git synced 2025-04-02 18:10:20 +02:00

Disable sheep:

- Using sheep from 'creatures_mob_engine'
This commit is contained in:
AntumDeluge 2017-05-09 23:10:59 -07:00
parent 98003e4f89
commit da0285cf01

View File

@ -476,6 +476,7 @@ end
--END HORSE
--[[ DISABLE sheep (using sheep from creatures_mod_engine)
kpgmobs:register_mob("kpgmobs:sheep", {
type = "animal",
hp_max = 5,
@ -548,6 +549,7 @@ kpgmobs:register_mob("kpgmobs:sheep", {
end,
})
kpgmobs:register_spawn("kpgmobs:sheep", {"default:dirt_with_grass"}, 20, 8, 9000, 1, 31000)
--]]
minetest.register_craftitem("kpgmobs:meat_raw", {