CobbleSword / NachoSpigot

NachoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes.
GNU General Public License v3.0
237 stars 87 forks source link

Recipe Bug #315

Open tutucastro opened 2 years ago

tutucastro commented 2 years ago

Observed Behavior

When adding a new recipe, the result when trying to craft is null

Expected Behavior

The result when trying to craft should be the recipe item

Steps To Reproduce

Create a new ShapedRecipe and add it using Bukkit#addRecipe

Plugin List

No response

Server Version

2cefae4

Other

No response

Agreements

ghost commented 2 years ago

Unable to reproduce, can you show the code you are using to create a recipe?

tutucastro commented 2 years ago

Hey man! Sorry for the delay, the code used is this:

image

ghost commented 2 years ago

Does this happen with normal PaperSpigot?

ghost commented 2 years ago

Hey man! Sorry for the delay, the code used is this:

With your code I cannot reproduce this. Are you sure this code is being executed?

tutucastro commented 2 years ago

The code works on paper spigot

tutucastro commented 2 years ago

I tried it several times on nacho and none of them worked