Give llamas an appetite for hay bales
This commit is contained in:
parent
c9b642a706
commit
219b2464a1
3 changed files with 4 additions and 2 deletions
|
@ -73,7 +73,7 @@ mobs_mc.override.items = {
|
|||
wheat = "mcl_farming:wheat_item",
|
||||
cookie = "mcl_farming:cookie",
|
||||
potato = "mcl_farming:potato_item",
|
||||
hay_bale = "mcl_farming:hay_bale",
|
||||
hay_bale = "mcl_farming:hay_block",
|
||||
prismarine_shard = "mcl_ocean:prismarine_shard",
|
||||
prismarine_crystals = "mcl_ocean:prismarine_crystals",
|
||||
apple = "mcl_core:apple",
|
||||
|
@ -136,6 +136,7 @@ mobs_mc.override.follow = {
|
|||
sheep = { mobs_mc.override.items.wheat },
|
||||
cow = { mobs_mc.override.items.wheat },
|
||||
horse = { mobs_mc.override.items.apple, mobs_mc.override.items.sugar, mobs_mc.override.items.wheat, mobs_mc.override.items.hay_bale, mobs_mc.override.items.golden_apple, mobs_mc.override.items.golden_carrot },
|
||||
llama = { mobs_mc.override.items.wheat, mobs_mc.override.items.hay_bale },
|
||||
rabbit = { mobs_mc.override.items.dandelion, mobs_mc.override.items.carrot, mobs_mc.override.items.golden_carrot },
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue