itemsadder fastcraft support
AcesGamingUK opened this issue · 6 comments
Fastcraft support for Itemsadder
itemsadder adds custom items/tools/entities to the game via NBT editing a base item and custom resources
currently, fast craft only sees the base item and thus can cause some unintended crafting behavior
Hi, FastCraft v3.2.10 is not working with ItemsAdder. IA has a full API if you can check it.
YEAH PLISE CHECK API IA PLISE
also support for custom recipe plugins
such as
Item Creator Plus , Custom Crafting
Sorry, I forgot to respond!
Could you provide configs/screenshots for recipes that aren't working right, so it's easy for me to reproduce?
And could you create separate issues for Item Creator Plus and Custom Crafting, so they can be kept track of separately?
I think I'll have some time to look into these tomorrow to see what's going on.
my custom recipe plugin is working fine with fast-craft, plugins like itemsadder uses a "non vanilla" way to realize their custom recipes which will be very hard to implement
Yeah, FastCraft will create a crafting inventory and trigger PrepareItemCraftEvent​
and then CraftItemEvent
, so any recipes that use those should work fine (or at least get rejected if FastCraft gets the recipe wrong). Anything else I'd need to hook into an API to get/check the recipe some other way