mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Add fireball to default max load config (#6252)
This commit is contained in:
parent
0f090e7328
commit
8b32eebc95
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ getInt("entity-per-chunk-save-limit.snowball", -1);
|
||||
+ getInt("entity-per-chunk-save-limit.ender_pearl", -1);
|
||||
+ getInt("entity-per-chunk-save-limit.arrow", -1);
|
||||
+ getInt("entity-per-chunk-save-limit.fireball", -1);
|
||||
+ getInt("entity-per-chunk-save-limit.small_fireball", -1);
|
||||
+ EntityType.getEntityNameList().forEach(name -> {
|
||||
+ final EntityType<?> type = EntityType.byString(name.getPath()).orElseThrow(() -> new IllegalStateException("Unknown Entity Type: " + name.toString()));
|
||||
+ final String path = ".entity-per-chunk-save-limit." + name.getPath();
|
||||
|
|
Loading…
Reference in a new issue