initial 20w11a
This commit is contained in:
parent
dffec285b2
commit
adad632549
25 changed files with 65 additions and 71 deletions
|
@ -108,7 +108,7 @@ public enum TRArmorMaterials implements ArmorMaterial {
|
|||
}
|
||||
|
||||
@Override
|
||||
public float method_24355() {
|
||||
public float getKnockbackResistance() {
|
||||
return 0; //Knockback resitance
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,7 +35,6 @@ import techreborn.TechReborn;
|
|||
import techreborn.blockentity.cable.CableBlockEntity;
|
||||
import techreborn.blockentity.machine.misc.DrainBlockEntity;
|
||||
import techreborn.blockentity.machine.multiblock.casing.MachineCasingBlockEntity;
|
||||
import techreborn.blockentity.machine.multiblock.FusionControlComputerBlockEntity;
|
||||
import techreborn.blockentity.generator.LightningRodBlockEntity;
|
||||
import techreborn.blockentity.generator.PlasmaGeneratorBlockEntity;
|
||||
import techreborn.blockentity.generator.SolarPanelBlockEntity;
|
||||
|
|
|
@ -42,7 +42,6 @@ import techreborn.blockentity.machine.misc.ChargeOMatBlockEntity;
|
|||
import techreborn.blockentity.machine.misc.DrainBlockEntity;
|
||||
import techreborn.blockentity.storage.fluid.CreativeQuantumTankBlockEntity;
|
||||
import techreborn.blockentity.storage.fluid.QuantumTankBlockEntity;
|
||||
import techreborn.blockentity.machine.tier3.IndustrialCentrifugeBlockEntity;
|
||||
import techreborn.blockentity.generator.LightningRodBlockEntity;
|
||||
import techreborn.blockentity.generator.PlasmaGeneratorBlockEntity;
|
||||
import techreborn.blockentity.generator.advanced.*;
|
||||
|
|
|
@ -79,7 +79,7 @@ public enum TRToolTier implements ToolMaterial {
|
|||
}
|
||||
|
||||
@Override
|
||||
public float getMiningSpeed() {
|
||||
public float getMiningSpeedMultiplier() {
|
||||
return efficiency;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue