CustomCrafting icon indicating copy to clipboard operation
CustomCrafting copied to clipboard

(BUG) NBT-Specific stonecutter recipes doesnt work

Open itsMarkiS opened this issue 2 years ago • 1 comments

What happened?

Custom Model Data and general NBT does not work in stonecutter recipes

for example, im using custom items from oraxen using the filledmap item, and i want lilke, if you use them in the stonecutter you can change them into other furniture but... if you used a normal map you can also use it to change for furnitures and also, you wont get

it also display the wrong item

How can the bug be reproduced?

https://youtu.be/ijDEwx5SM3E

Expected Behaviour?

to work?

Plugin version

4.16.6.4

Server software

Purpur 1.19.4

Relevant log output

No response

Submit issue

  • [X] read the Wiki and especially the FaQ, and made sure there is no fix to your issue,
  • [X] searched for and ensured there isn't already an open issue regarding this,
  • [X] are running the latest version of your server software (Spigot, Paper, etc.), and plugins (WolfyUtilities, CustomCrafting).

itsMarkiS avatar May 06 '23 05:05 itsMarkiS

There seem to be too issues here.

1. The ingredient (input slot) is not checked for valid NBT

I'll look into this one and try to fix it. As far as I know, I should be able to fix it.

2. The result items (buttons) are mixed & don't align with the actual result

I haven't found a solution for this yet, because it seems to be a Minecraft issue. The Stonecutter GUI simply ignores the NBT of items, meaning the buttons may conflict when they use the same base item. The issue is that it happens on the client side, meaning it would require a client-side mod to be fixed. Maybe I can find some hacky solution that works from the server-side, but I doubt it.

WolfyScript avatar May 06 '23 17:05 WolfyScript