forked from mtcontrib/mobs_animal
add new foods for kitten and rabbit
This commit is contained in:
parent
dd209a6360
commit
d6a70641f6
|
@ -42,7 +42,7 @@ mobs:register_mob("mobs_animal:bunny", {
|
||||||
punch_start = 16,
|
punch_start = 16,
|
||||||
punch_end = 24,
|
punch_end = 24,
|
||||||
},
|
},
|
||||||
follow = {"farming:carrot", "farming_plus:carrot_item"},
|
follow = {"farming:carrot", "farming_plus:carrot_item", "default:grass_1"},
|
||||||
view_range = 8,
|
view_range = 8,
|
||||||
replace_rate = 10,
|
replace_rate = 10,
|
||||||
replace_what = {"farming:carrot_7", "farming:carrot_8", "farming_plus:carrot"},
|
replace_what = {"farming:carrot_7", "farming:carrot_8", "farming_plus:carrot"},
|
||||||
|
|
|
@ -7,7 +7,7 @@ Bee
|
||||||
|
|
||||||
Bunny
|
Bunny
|
||||||
|
|
||||||
- Bunnies appear in green grass areas (prairie biome in ethereal) and can be tamed with 4 carrots. Can also be picked up and placed in inventory and gives 1-2 meat when killed.
|
- Bunnies appear in green grass areas (prairie biome in ethereal) and can be tamed with 4 carrots or grass. Can also be picked up and placed in inventory and gives 1-2 meat when killed.
|
||||||
|
|
||||||
Chicken
|
Chicken
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Cow
|
||||||
|
|
||||||
Kitten
|
Kitten
|
||||||
|
|
||||||
- Found on green grass these cute cats walk around and can be picked up and placed in inventory as pets or right-clicked with 4x raw fish (found in ethereal) and tamed.
|
- Found on green grass these cute cats walk around and can be picked up and placed in inventory as pets or right-clicked with 4x live rats or raw fish (found in ethereal) and tamed.
|
||||||
|
|
||||||
Rat
|
Rat
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user