调整无人机血量
This commit is contained in:
parent
dc12d92fb7
commit
1c90597c5c
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ public class DroneEntity extends PathfinderMob implements GeoEntity {
|
|||
public static AttributeSupplier.Builder createAttributes() {
|
||||
AttributeSupplier.Builder builder = Mob.createMobAttributes();
|
||||
builder = builder.add(Attributes.MOVEMENT_SPEED, 0.1);
|
||||
builder = builder.add(Attributes.MAX_HEALTH, 20);
|
||||
builder = builder.add(Attributes.MAX_HEALTH, 4);
|
||||
builder = builder.add(Attributes.ARMOR, 0);
|
||||
builder = builder.add(Attributes.ATTACK_DAMAGE, 0);
|
||||
builder = builder.add(Attributes.FOLLOW_RANGE, 64);
|
||||
|
|
Loading…
Add table
Reference in a new issue