replace newer chicken sounds with more suitable one's, add luckyblocks

This commit is contained in:
TenPlus1 2018-11-02 12:51:20 +00:00
parent 0ec8022a76
commit e36deb7bc5
4 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,10 @@ if minetest.get_modpath("lucky_block") then
{"spw", "mobs:kitten", 2},
{"exp"},
{"dro", {"mobs:hairball"}, 3},
{"dro", {"mobs:chicken_raw", "mobs:chicken_cooked"}, 10},
{"dro", {"mobs:pork_raw", "mobs:pork_cooked"}, 10},
{"dro", {"mobs:mutton_raw", "mobs:mutton_cooked"}, 10},
{"dro", {"mobs:meat_raw", "mobs:meat"}, 10},
})
if minetest.registered_nodes["default:nyancat"] then

View File

@ -42,4 +42,4 @@ These monochrome cuties spawn in Ethereal's bamboo biome and can be tamed with b
---
*Note: After breeding, animals need to rest for 4 minutes and baby animals take 4 minutes to grow up, also feeding them helps them grow quicker...*
#### Lucky Blocks: 15
#### Lucky Blocks: 19

Binary file not shown.

Binary file not shown.