WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
114 stars 36 forks source link

Bug to bake items with a CustomModelData - 2 #317

Open TheBestMines opened 1 year ago

TheBestMines commented 1 year ago

What happened?

The bug is the same of this report (fixed by version 4.16.8.2 on free, or 4.16.8.1 on premium) : https://github.com/WolfyScript/CustomCrafting/issues/296

The bug is less present since the update, but still appears occasionally in particular with furnaces.

New record : https://youtu.be/P2ybij5PimE

As a reminder:

  1. When this custom craft is done the first time, that works.
  2. If I bake the basic item (without the CustomModelData applied), on the same furnaces, that works.
  3. If I repeat the first action, the result no longer has the CustomModelData. It's the result of the second action.
  4. But, if the furnaces are breaked then placed (or another item is bake in beetween), when I try the custom craft again, that work.

How can the bug be reproduced?

  1. To bake an item with CustomModelData to craft another item with CustomModelData.
  2. To bake the item without the CustomModelData (the vanilla recipe).
  3. Try again the first action. The result is not the item with CustomModelData, but the basic item.

Expected Behaviour?

The MUTTON with a CustomModelData must become a COOKED_MUTTON with a CustomModelData too.

Plugin version

CustomCrafting 4.16.8.2 (Free), WolfyUtilities 4.16.12.1

Server software

Paper 1.20.1, build 100

Relevant log output

No response

Submit issue