mirror of
https://github.com/AntumMT/mod-kpgmobs.git
synced 2025-04-03 18:40:22 +02:00
Disable sheep:
- Using sheep from 'creatures_mob_engine'
This commit is contained in:
parent
98003e4f89
commit
da0285cf01
2
init.lua
2
init.lua
@ -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", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user