Guest User

Untitled

a guest
May 21st, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public static class mod_RedstoneDye.java
  2. {
  3. public void load()
  4. {
  5. ModLoader.AddRecipe(new ItemStack(Item.dyePowder, 1, 1), new Object[]
  6. {
  7. "$",
  8. '$', Item.Redstone,);
  9. });
  10. }
  11. }
Add Comment
Please, Sign In to add comment