Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

itemsadder fastcraft support #187

Open
AcesGamingUK opened this issue Sep 17, 2020 · 6 comments
Open

itemsadder fastcraft support #187

AcesGamingUK opened this issue Sep 17, 2020 · 6 comments

Comments

@AcesGamingUK
Copy link

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

@AcesGamingUK
Copy link
Author

AcesGamingUK commented Sep 27, 2020

also support for custom recipe plugins
such as
Item Creator Plus , Custom Crafting

@BenWoodworth
Copy link
Owner

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.

@Ekmot276
Copy link

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

@BenWoodworth
Copy link
Owner

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

@onicalls
Copy link

onicalls commented Dec 8, 2021

Hi, FastCraft v3.2.10 is not working with ItemsAdder. IA has a full API if you can check it.

@dinobossytnew
Copy link

YEAH PLISE CHECK API IA PLISE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants