TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Stone anvils are missed from rock blocks mining speed config

DisasterMoo opened this issue ยท 0 comments

commented

Since stone anvils doesn't implement any BlockRockVariant:

public class BlockStoneAnvil extends Block implements IRockObject

it is missed here:

if (event.getState().getBlock() instanceof BlockRockVariant)
{
event.setNewSpeed((float) (event.getNewSpeed() / ConfigTFC.General.MISC.rockMiningTimeModifier));
}