FastCraft

FastCraft

138k Downloads

RecipeManager: items are duplicated

frogglen opened this issue · 7 comments

commented

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

commented
commented

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

commented

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

commented

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.

commented

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

commented

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