Andrew2448

Recipes

Mar 3rd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. GameRegistry.addRecipe(new ShapedOreRecipe(ItemComponent.solarPanel, true,
  2.     "GGG",
  3.     "CLC",
  4.     " E ",
  5.     'G', glass,
  6.     'L', new ItemStack(Block.blockLapis),
  7.     'C', conduitEnergy,
  8.     'E', powerCoilSilver));
Advertisement
Add Comment
Please, Sign In to add comment