Hide WIP items from craft guide, more cleanup
- Make fishing rod uncraftable (too overpowered) - Lift WIP status from golden apple - Lift Experimental status from lookup tool
This commit is contained in:
parent
a1e53fa129
commit
899acaab0e
5 changed files with 36 additions and 8 deletions
|
@ -86,7 +86,8 @@ mobs_mc.override.items = {
|
|||
mycelium = "mcl_core:mycelium",
|
||||
carrot = "mcl_farming:carrot_item",
|
||||
golden_carrot = "mcl_farming:carrot_item_gold",
|
||||
fishing_rod = "mcl_fishing:fishing_rod",
|
||||
fishing_rod = "mcl_core:stick",
|
||||
--TODO: Re-enable: 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…
Add table
Add a link
Reference in a new issue