Shift clicking is buggy
Pilvinen opened this issue · 3 comments
When you craft this recipe with shift-clicking you get the base item but you do not get the NBT tag from give command. I think it bypasses the whole command part.
When you click it without shift you get the NBT tag and everything is OK.
craft kartussi
paper + paper + paper
paper + air + paper
paper + paper + paper
= diamond_axe:23:1
@noresult
@command give {player} minecraft:diamond_axe 1 23 {HideFlags:31,display:{Name:"§fKartussi",Lore:["Kartussi on tyhjä."]},Unbreakable:1b}
No, I was wrong. You actually you get both items.
It seems the noresult tag is not working. You get the item from the command and you get the item from the recipe.