Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-03-19 20:02:48 -04:00
7 changed files with 21 additions and 14 deletions

View File

@@ -252,7 +252,7 @@ public class BuildBlock extends Block{
}
public void deconstruct(Unit builder, @Nullable TileEntity core, float amount){
float deconstructMultiplier = 0.5f;
float deconstructMultiplier = state.rules.deconstructRefundMultiplier;
if(cblock != null){
ItemStack[] requirements = cblock.requirements;