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

RecipeManager: items are duplicated #171

Open
frogglen opened this issue May 10, 2020 · 7 comments
Open

RecipeManager: items are duplicated #171

frogglen opened this issue May 10, 2020 · 7 comments

Comments

@frogglen
Copy link

frogglen commented May 10, 2020

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

@BenWoodworth
Copy link
Owner

BenWoodworth commented May 10, 2020 via email

@frogglen
Copy link
Author

frogglen commented May 10, 2020

the recipe i made was this:

craft
wheat + wheat + wheat
wheat + poisonous_potato + wheat
nether_wart + nether_wart + nether_wart
= wheat_seeds:0:5
@name Alimento Economico
@lore Rango Bajo
@lore Sirve para alimentar Mascotas Iniciales.

you can replicate it by placing it in the recipemanager recipe folder

@BenWoodworth
Copy link
Owner

Alright, I was able to reproduce it. I'll take a look

Before & after crafting with FastCraft:
2020-05-10_16 29 31
2020-05-10_16 29 34

@frogglen
Copy link
Author

Alright, I was able to reproduce it. I'll take a look

Before & after crafting with FastCraft:
2020-05-10_16 29 31
2020-05-10_16 29 34

exactly, the resources are not spent to make the recipe, but if I do it on the normal preparation table, the custom recipe works and the materials are consumed.

@BenWoodworth
Copy link
Owner

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

@frogglen
Copy link
Author

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

@BenWoodworth BenWoodworth added this to the FastCraft v3.3 milestone May 11, 2020
@BenWoodworth BenWoodworth changed the title items are duplicated RecipeManager: items are duplicated May 12, 2020
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

2 participants