Posted April 3, 201510 yr Hey there, I am wondering how one would go about doing something like this, for example something like if(player == username"jordsta95"){ GameRegistry.addRecipe(new ItemStack(blockRegist.blankGlass, 9), new Object[]{ "GGG", "GGG", "GGG", 'G', new ItemStack(Blocks.dirt) }); } else GameRegistry.addRecipe(new ItemStack(blockRegist.blankGlass, 9), new Object[]{ "GGG", "GGG", "GGG", 'G', new ItemStack(Blocks.glass) }); } Obviously not that recipe, but I am thinking of a sort of troll for some friends Why bother?
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.