Advertisement
Guest User

Block class

a guest
Jul 24th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. package com.TorchRunner1.firstutorial.init;
  2.  
  3. import com.TorchRunner1.firstutorial.items.BlockBase;
  4.  
  5. import net.minecraft.block.Block;
  6. import net.minecraft.block.material.Material;
  7.  
  8. public class ModBlocks
  9. {
  10. public static final Block RUBY_BLOCK = new BlockBase(Material.CLAY, "ruby");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement