YufiriaMazenta / Craftorithm

Advanced recipe management system for minecraft server
https://yufiriamazenta.gitbook.io/craftorithm-wiki/
GNU General Public License v3.0
61 stars 4 forks source link

Item duplication #31

Closed EhsanMNA closed 8 months ago

EhsanMNA commented 8 months ago

Describe the bug | 描述你遇到的bug

I have created some recipes for my items but when you put something in crafting table then picking it up, first recipe has been setting in craftable slot and player can pick it up without any items putting in recipe section.

Steps to reproduce the bug | 复现此Bug的步骤

ex. you put a diamond in recipe slot of crafting table, then you picking it up... a recipe result appears in result slot, then player can pick it up.

Server version | 服务器版本

Purpur version git-Purpur-1171 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)

Craftorithm Version | Craftorithm的版本

Plugin version: 1.8.5-20240103

FULL server log | 完整服务器日志

latest.log

Other files, you can drag and drop them here to upload | 其他文件,你可以拖拽文件到这里上传

No response

Images | 相关图片

image image image image

YufiriaMazenta commented 8 months ago

I cannot reproduce this bug. Can you record a video to demonstrate in detail the process from registering the recipe to the occurrence of the bug?

In addition, you should check whether the bug is caused by other plugins.

EhsanMNA commented 8 months ago

https://github.com/YufiriaMazenta/Craftorithm/assets/80750019/8254e5ae-1c5c-4cba-b777-338aba7b534b

YufiriaMazenta commented 8 months ago

I’m not sure this is a problem with Craftorithm. Can you upload the file of your recipe? It should be in plugins/Craftorithm/recipes.

YufiriaMazenta commented 8 months ago

I probably understand. You might have added a recipe using air as a material. In this case, it is not considered a bug, but is in line with the design.

The recipe might look like this: image

EhsanMNA commented 8 months ago

thanks, I recreated the recipe and it fixed.