forked from MineClone5/MineClone5
Add fishing rod in mob mods
This commit is contained in:
parent
25e2bd106f
commit
31ae28e66e
|
@ -98,9 +98,9 @@ local professions = {
|
|||
{
|
||||
{ { "mcl_fishing:fish_raw", 6, 6, "mcl_core:emerald", 1, 1 }, { "mcl_fishing:fish_cooked", 6, 6 } },
|
||||
{ { "mcl_mobitems:string", 15, 20 }, E1 },
|
||||
{ { "mcl_core:coal_lump", 16, 24 }, E1 },
|
||||
-- TODO: replace with enchanted fishing rod
|
||||
{ { "mcl_core:emerald", 3, 11 }, { "mcl_fishing:fishing_rod", 1, 1} },
|
||||
},
|
||||
-- TODO: enchanted fishing rod
|
||||
},
|
||||
},
|
||||
fletcher = {
|
||||
|
|
|
@ -88,8 +88,7 @@ mobs_mc.override.items = {
|
|||
mycelium = "mcl_core:mycelium",
|
||||
carrot = "mcl_farming:carrot_item",
|
||||
golden_carrot = "mcl_farming:carrot_item_gold",
|
||||
fishing_rod = "mcl_core:stick",
|
||||
--TODO: Re-enable: fishing_rod = "mcl_fishing:fishing_rod",
|
||||
fishing_rod = "mcl_fishing:fishing_rod",
|
||||
fish_raw = "mcl_fishing:fish_raw",
|
||||
salmon_raw = "mcl_fishing:salmon_raw",
|
||||
clownfish_raw = "mcl_fishing:clownfish_raw",
|
||||
|
|
Loading…
Reference in New Issue