Merge branch 'master' into crater

This commit is contained in:
Patrick 'Quezler' Mounier
2020-03-15 22:00:51 +01:00
21 changed files with 42 additions and 13 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;