mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
Changeable Mob Left Handed Chance
This commit is contained in:
@@ -65,6 +65,15 @@
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -1280,7 +_,7 @@
|
||||
);
|
||||
}
|
||||
|
||||
- this.setLeftHanded(random.nextFloat() < 0.05F);
|
||||
+ this.setLeftHanded(random.nextFloat() < level.getLevel().purpurConfig.entityLeftHandedChance); // Purpur - Changeable Mob Left Handed Chance
|
||||
return spawnGroupData;
|
||||
}
|
||||
|
||||
@@ -1619,6 +_,7 @@
|
||||
this.playAttackSound();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user