WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
115 stars 35 forks source link

Changue Priority on Custom Items Mmoitems/MythicMobs #362

Open ArubikU opened 4 months ago

ArubikU commented 4 months ago

What happened?

MMOItems some times contains MYTHIC_TYPE tag to add skills or mechanics to the item , actually if a mmoitems contains a mythic tag customcrafting use the mythicmobs items and not the mmoitems so add extra work for the "configurator" changuing manually the type in the config

How can the bug be reproduced?

Put a mmoitems with a mythic_type tag

Expected Behaviour?

Priority for mmoitems custom item?

Plugin version

4.16.9.1

Server software

Spigot 1.20.4

Relevant log output

No response

Submit issue

WolfyScript commented 4 months ago

I haven't worked a lot with MM and MMOItems. Does it also work the opposite way?
Like, could MythicMobs Items link to MMOItems, or is that more unlikely than MMOItems linking to MM?

ArubikU commented 4 months ago

Actually not you can link a mythicitem to a mmoitems but no a mmoitems to a mythicitem

ArubikU commented 4 months ago

Another cool feature can be a mmoitems durability support , when you craft a item and return some of the recipe, like a "hammer" you can use it for crafting and when crafted take 1 durability or "custom" from him ,

WolfyScript commented 4 months ago

Actually not you can link a mythicitem to a mmoitems but no a mmoitems to a mythicitem

Alright, then I'll change the priority

WolfyScript commented 4 months ago

MMOItems should have priority over MythicMobs items now with the latest WolfyUtils update: https://github.com/WolfyScript/WolfyUtils-Spigot/releases/tag/v4.17-beta.1