Puffer Fish
NghtShad opened this issue ยท 4 comments
I am having troubles making puffer fish work as an ingredient option. Every other item I have used so far has worked by either using the material name from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
or the itemID from http://www.minecraftinfo.com/IDList.htm.
The exception to all of this so far as been Puffer fish. I have tried FISH,3 , RAW_FISH,3 , 349,3 and also PUFFERFISH or PUFFER_FISH but in all cases it has not worked. Has anyone else been able to use pufferfish as an ingredient? If so what did you use to get it to work?
Any assistance with figuring out what to use for Puffer Fish would be great. I have now found an issue with just Raw Fish and White Wool
Did you try adding the ingredient to the "cooked" section as well? EX: Wheat turns to Fermented Wheat
I had tried that with no success. As it turns out Bukkit does not see any difference between Raw fish, Puffer Fish, Salmon or any other of the raw fish types. They are all just RAW_FISH. This means that any of them can be used in a recipe but it is the only way to get Puffer fish to work as an ingredient.