Advertisement
Transformator

java004

Apr 28th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. GameRegistry.addRecipe(null, new Objekt[] {
  2. "ccc",
  3. "xsx",
  4. "xsx",
  5. Character.toString('c'), Blocks.cobblestone.getItemIcon(), // i also tried .getItem
  6. Character.toString('s'), Items.stick
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement