summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-11-02 12:51:20 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-11-02 12:51:20 +0000
commite36deb7bc5913b2cb063b893d9d6df6ac0872007 (patch)
tree48569931191743e7392922f00dcaec6ba6e1c342
parent0ec8022a76d0a224efff9a8ae09095f8f9c703a3 (diff)
replace newer chicken sounds with more suitable one's, add luckyblocksHEADmaster
-rw-r--r--lucky_block.lua4
-rw-r--r--readme.md2
-rw-r--r--sounds/mobs_chicken.1.oggbin65265 -> 14321 bytes
-rw-r--r--sounds/mobs_chicken.2.oggbin32635 -> 10048 bytes
4 files changed, 5 insertions, 1 deletions
diff --git a/lucky_block.lua b/lucky_block.lua
index c519a4c..7fa0639 100644
--- a/lucky_block.lua
+++ b/lucky_block.lua
@@ -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
diff --git a/readme.md b/readme.md
index 275193d..6517917 100644
--- a/readme.md
+++ b/readme.md
@@ -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
diff --git a/sounds/mobs_chicken.1.ogg b/sounds/mobs_chicken.1.ogg
index 4abce9c..9d74661 100644
--- a/sounds/mobs_chicken.1.ogg
+++ b/sounds/mobs_chicken.1.ogg
Binary files differ
diff --git a/sounds/mobs_chicken.2.ogg b/sounds/mobs_chicken.2.ogg
index 6ad6f2c..8bf7bed 100644
--- a/sounds/mobs_chicken.2.ogg
+++ b/sounds/mobs_chicken.2.ogg
Binary files differ