Posted April 24, 201411 yr I'm trying to create recipe's and need the 3 different fish individually. How do I define salmon and clownfish, because when you do Items. (And look at the options) the only option available is Items.fish GameRegistry.addShapedRecipe(new ItemStack(SalmonRoll, 3), " "," Y "," X ", 'X', Rice, 'Y', Items.fish)
April 24, 201411 yr Just a guess, but I bet if you look at the entity fish code you will find some variable to set. Long time Bukkit & Forge Programmer Happy to try and help
April 24, 201411 yr Hello MegaShrimp, U need to use the ItemDamage to change the fish type COD = ItemDamage to 0 SALMON = ItemDamage to 1 CLOWNFISH = ItemDamage to 2 PUFFERFISH = ItemDamage to 3 Try to understand alone, and after see the code here : https://gist.github.com/beaucoralk/11264344
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.