pahimar 2014-02-10 20:14:13 -05:00
parent 09b07b460e
commit 9f8f286c67

View file

@ -15,7 +15,7 @@ public class BlockChalk extends BlockEE
this.setHardness(0.6F);
this.setUnlocalizedName(Strings.CHALK_NAME);
this.setCreativeTab(EquivalentExchange3.tabsEE3);
this.setStepSound(soundGravelFootstep);
this.setStepSound(soundStoneFootstep);
}
@Override