-
Notifications
You must be signed in to change notification settings - Fork 17
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
RecipeManager: items are duplicated #171
Comments
I can take a look at this in about an hour. Could you share the recipe with
me (the file it's saved in if possible) so I can reproduce this?
…On Sun, May 10, 2020, 2:08 PM frogglen ***@***.***> wrote:
Description
Well, I tried to make a new recipe with the RecipeManager plugin and I was
able to do it correctly resulting in a named item and custom lore. The
FastCraft plugin I take it and when obtaining the item from FastCraft, the
ingredients do not consume them and you can do the crafting infinitely.
Server Details
- Server: Paper 1.15.2 #273
- FastCraft: v3.1.3
I have RecipeManager v2.22.1
Errors
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#171>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN6SJL7X6ZIZASJHEGXE3TRQ3UTJANCNFSM4M5K7TIA>
.
|
the recipe i made was this:
you can replicate it by placing it in the recipemanager recipe folder |
It looks like RecipeManager is doing something weird with the crafting events RecipeManager is cancelling the crafting (so FastCraft won't take the ingredients, and won't give the seeds), then it's giving the players seeds itself. I'll try to figure out how to make that work correctly, but for now, I released v3.1.4 which disables the recipes from RecipeManager |
thanks, i have temporarily disabled fastcraft on my server and will install the version you mention to me |
RecipeManager handles the CraftItemEvent: RecipeManager adds the result (seeds) to the player's inventory: RecipeManager cancels the CraftItemEvent: RecipeManager subtracts ingredients from the crafting grid:
|
Description
Well, I tried to make a new recipe with the RecipeManager plugin and I was able to do it correctly resulting in a named item and custom lore. The FastCraft plugin I take it and when obtaining the item from FastCraft, the ingredients do not consume them and you can do the crafting infinitely.
Server Details
Errors
The text was updated successfully, but these errors were encountered: