Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static BlockStairsTK stairs_qs = new BlockStairsTK("stairs_qs", TKBlocks.misc.getStateFromMeta(1));
- GameRegistry.registerBlock(stairs_qs, "tk_stairs_qs");
- -------
- public BlockStairsTK(String uName, IBlockState modelState) {
- this.setLightOpacity(0);
- this.setUnlocalizedName("tk_" + uName);
- this.setCreativeTab(Knowledge.tab);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement