Skip to content

Commit ac85d4b

Browse files
committed
Use spawning mob categories for throttling natural spawning config
Sync from Winds-Studio/Leaf@406bad3
1 parent 85821d6 commit ac85d4b

3 files changed

Lines changed: 0 additions & 30 deletions

File tree

pages/de/docs/config/data/leaf-global-latest.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -567,16 +567,6 @@ const config: ConfigRoot = {
567567
default: "25.0",
568568
desc: "Die Spawn-Chance für ambiente Wassermobs (Tropenfische) nach Erreichen des `min-failed`-Wertes oben."
569569
}
570-
},
571-
misc: {
572-
"min-failed": {
573-
default: 8,
574-
desc: "Die minimalen fehlgeschlagenen Spawn-Versuche für sonstige Entities."
575-
},
576-
"spawn-chance": {
577-
default: "25.0",
578-
desc: "Die Spawn-Chance für sonstige Entities nach Erreichen des `min-failed`-Wertes oben."
579-
}
580570
}
581571
},
582572
"create-snapshot-on-retrieving-blockstate": {

pages/docs/config/data/leaf-global-latest.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -584,16 +584,6 @@ const config: ConfigRoot = {
584584
default: "25.0",
585585
desc: "The spawn chance of ambient water mobs (tropical fish) after reaching the `min-failed` value above."
586586
}
587-
},
588-
misc: {
589-
"min-failed": {
590-
default: 8,
591-
desc: "The minimum failed spawn attempt for misc entities."
592-
},
593-
"spawn-chance": {
594-
default: "25.0",
595-
desc: "The spawn chance of misc entities after reaching the `min-failed` value above."
596-
}
597587
}
598588
},
599589
"create-snapshot-on-retrieving-blockstate": {

pages/zh/docs/config/data/leaf-global-latest.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -586,16 +586,6 @@ const config: ConfigRoot = {
586586
default: "25.0",
587587
desc: "在达到上方的 `min-failed` 值后,热带鱼所使用的刷怪概率。"
588588
}
589-
},
590-
misc: {
591-
"min-failed": {
592-
default: 8,
593-
desc: "杂项实体生成失败次数超过此值时,将被限制生成频率。"
594-
},
595-
"spawn-chance": {
596-
default: "25.0",
597-
desc: "在达到上方的 `min-failed` 值后,杂项实体所使用的刷怪概率。"
598-
}
599589
}
600590
},
601591
"create-snapshot-on-retrieving-blockstate": {

0 commit comments

Comments
 (0)