为什么又出来莫名其妙的改动啊

This commit is contained in:
minimouse0 2024-08-09 00:43:22 +08:00
parent 45a78e9f7b
commit 3c09b8b873
3 changed files with 38 additions and 10 deletions

View File

@ -95,6 +95,33 @@ spawn-limits:
``` ```
高版本的 config/paper-world-default.yml 中将 `animals` 改为了 `creature`,将 `water-animals` 改为了 `water-creature`,可参考这份配置文件:
```yaml
spawn-limits:
monsters: 70
#怪物包括 远古守卫者、末影人、监守者、蠹虫、猪灵蛮兵、流浪者、幻术师、骷髅、潜影贝、僵尸疣猪兽、守卫者、岩浆怪、僵尸村民、僵尸猪灵、卫道士、幻翼、猪灵、史莱姆、末影龙、溺尸、掠夺者、唤魔者、僵尸、蜘蛛、尸壳、恶魂、劫掠兽、疣猪兽、洞穴蜘蛛、女巫、枯萎、末影螨、凋灵骷髅、烈焰人、巨人、爬行者、恼鬼。
creature: 10
#动物包括 猪、北极熊、狐狸、猫、僵尸马、嗅探者、熊猫、兔子、狼、牛、海龟、青蛙、悦灵、行商羊驼、驴、蜜蜂、骆驼、绵羊、蝌蚪、豹猫、鸡、哞菇、马、羊驼、流浪商人、鹦鹉、山羊、骡、骷髅马刷、炽足兽.
water-creature: 5
# 包括鱿鱼和海豚
water-ambient: 20
# 包括鳕鱼、河豚、鲑鱼、热带鱼
water-underground-creature: 5
# 包括发光鱿鱼
axolotls: 5
# 美西螈
ambient: 15
# 只包括蝙蝠建议0
```
大多数情况下,直接将所有限制降低到原来的 50% 是合理的,由于限制和实际实体数量不成线性,实际存在的实体数量大约是原来的 72%。 大多数情况下,直接将所有限制降低到原来的 50% 是合理的,由于限制和实际实体数量不成线性,实际存在的实体数量大约是原来的 72%。
## 更低的实体显示距离(不推荐) ## 更低的实体显示距离(不推荐)

View File

@ -195,7 +195,7 @@ memory 键名 using lp
### 称号系统 ### 称号系统
见 [案例 | Invero|称号系统](../../other/Menu/TrMenu.md#称号系统) 见 [案例 | Invero|称号系统](../../other/Menu/Invero.md#称号系统)
## 限时meta ## 限时meta

View File

@ -42,10 +42,10 @@ const config = {
// Even if you don't use internalization, you can use this field to set useful // Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want // metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans". // to replace "en" with "zh-Hans".
// i18n: { i18n: {
// defaultLocale: 'zh-Hans', defaultLocale: 'zh-Hans',
// locales: ['zh-Hans'], locales: ['zh-Hans'],
// }, },
presets: [ presets: [
[ [
@ -154,10 +154,11 @@ const config = {
className: "header-github-link", className: "header-github-link",
position: "right", position: "right",
}, },
{ // 顶部导航栏显示切换语言按钮
type: 'localeDropdown', // {
position: 'right', // type: 'localeDropdown',
}, // position: 'right',
// },
], ],
}, },
// 底部链接 // 底部链接
@ -219,7 +220,7 @@ const config = {
require.resolve("@easyops-cn/docusaurus-search-local"), require.resolve("@easyops-cn/docusaurus-search-local"),
{ {
hashed: true, hashed: true,
// language: ["zh"], language: ["zh"],
highlightSearchTermsOnTargetPage: true, highlightSearchTermsOnTargetPage: true,
explicitSearchResultPath: true, explicitSearchResultPath: true,
indexBlog: false, indexBlog: false,