You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click on the recipe button you clearly see vanilla items added instead of the renamed Diamond.
This causes the recipe to not be selected correctly, instead the vanilla overlapping recipe gets used.
This happens both on Spigot (even on pre-1.21.3) and on Paper 1.21.3.
Paper 1.21.1 implemented a fix for that which wasn't introduced in 1.21.3.
I did some tests by logging client packets, using this guide, and seems that 1.21.3 client doesn't send [play:serverbound/minecraft:place_recipe] (ServerboundPlaceRecipePacket) packet at all when clicking again on the recipe. It used to do that on 1.21.1, so this might now be fixable.
This server is running Paper version 1.21.3-14-master@fcb6c72 (2024-11-06T10:06:32Z) (Implementing API version 1.21.3-R0.1-SNAPSHOT)
You are running the latest version
Expected behavior
Custom recipe to be selected correctly.
Observed/Actual behavior
If you click on the recipe button you clearly see vanilla items added instead of the renamed Diamond.
This causes the recipe to not be selected correctly, instead the vanilla overlapping recipe gets used.
This happens both on Spigot (even on pre-1.21.3) and on Paper 1.21.3.
Paper 1.21.1 implemented a fix for that which wasn't introduced in 1.21.3.
I did some tests by logging client packets, using this guide, and seems that 1.21.3 client doesn't send
[play:serverbound/minecraft:place_recipe]
(ServerboundPlaceRecipePacket
) packet at all when clicking again on the recipe. It used to do that on 1.21.1, so this might now be fixable.Steps/models to reproduce
1.21.1
Minecraft.1.21.1.-.Multiplayer.3rd-party.Server.2024-11-08.11-03-35.2.mp4
1.21.3
Minecraft.1.21.3.-.Multiplayer.3rd-party.Server.2024-11-08.11-03-15.2.1.mp4
Example code to reproduce the issue:
Plugin and Datapack List
None
Paper version
This server is running Paper version 1.21.3-14-master@fcb6c72 (2024-11-06T10:06:32Z) (Implementing API version 1.21.3-R0.1-SNAPSHOT)
You are running the latest version
Other
Opened an issue on Spigot jira too as this bug is reproducible also on Spigot.
https://hub.spigotmc.org/jira/browse/SPIGOT-7950
The text was updated successfully, but these errors were encountered: