benevolent27

Insert into Basic.java (or whatever you called it)

Jul 3rd, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1.     public static final StepSound soundGrassFootstep2 = new StepSound("grass", 1.0F, 1.0F);
  2.     public final static Block genericLeaves = new GenericLeavesBlock(502) // , Material.leaves, true)
  3.         .setCreativeTab(CreativeTabs.tabBlock).setTextureName(BasicInfo.NAME.toLowerCase() + ":GenericLeaves")
  4.         .setLightOpacity(1).setStepSound(soundGrassFootstep2).setUnlocalizedName("genericLeaves")
  5.         .setHardness(0.2F).setLightValue(1.0f);
Advertisement
Add Comment
Please, Sign In to add comment