常见问题
- 我可以在我的模组包中使用这个吗?
可以!它是为模组创建者设计的,用于移除可能破坏游戏平衡或引起问题的不受欢迎的实体。
- 我还可以让这些实体生成吗?
不行,一旦将一个生物加入黑名单,任何方法都不能让它再生成。无论是自然生成还是通过刷怪蛋/命令。这个模组旨在完全移除不受欢迎的实体。
- 客户端还是服务器端?
一切都在服务器端发生。虽然建议客户端也留下模组和配置文件,以防他们想玩单人世界。你应该永远将这个模组留在服务器包中,并与配置文件一起。
- 如果我将一个实体加入黑名单,而这个实体已经生成怎么办?
已生成的实体仍然存在,所以你可以选择是否要消灭它们。
因此,在创建世界之前配置模组是很有必要的。
- 如果我在配置文件中写错了实体的ID怎么办?
不会发生任何事情。添加无效的ID不会引起问题,但显然该实体不会被列入黑名单,因为从技术上讲它并不存在。如果模组不存在或后来添加了有效ID,则同样会发生相同的情况。
示例配置:
配置就像添加 JSON 条目一样简单,用于阻止每个你不想要生成的实体。
实体可以来自原版或任何模组,你只需要使用适当的名称空间添加ID,比如minecraft:slime。
它位于config文件夹下,文件名为"ysns.json"。
来自Modrinth
You Shall Not Spawn! 2.0.1
YouShallNotSpawn-forge-1.20.x-2.0.1.jar下载2.0.1#Release
## 2.0.1
- Added fallback calls to prevent possible cases where entities would still spawn
- Fixed crash on servers
# 2.0.0
Initial release of You Shall Not Spawn v2
- You can now disable entities globally, per-dimension, or reduce spawn chances.
- Config moved to JSON5
- Added Regex support (Can be used for example to ban all mobs except 1)
- Fixed many issues encountered when interacting with other mods
- Added fallback calls to prevent possible cases where entities would still spawn
- Fixed crash on servers
# 2.0.0
Initial release of You Shall Not Spawn v2
- You can now disable entities globally, per-dimension, or reduce spawn chances.
- Config moved to JSON5
- Added Regex support (Can be used for example to ban all mobs except 1)
- Fixed many issues encountered when interacting with other mods
展开
版本: 2.0.1
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Forge
NeoForge
Release
下载次数: 3,246
You Shall Not Spawn! 2.0.1
YouShallNotSpawn-fabric-1.20.x-2.0.1.jar下载2.0.1#Release
## 2.0.1
- Added fallback calls to prevent possible cases where entities would still spawn
- Fixed crash on servers
# 2.0.0
Initial release of You Shall Not Spawn v2
- You can now disable entities globally, per-dimension, or reduce spawn chances.
- Config moved to JSON5
- Added Regex support (Can be used for example to ban all mobs except 1)
- Fixed many issues encountered when interacting with other mods
- Added fallback calls to prevent possible cases where entities would still spawn
- Fixed crash on servers
# 2.0.0
Initial release of You Shall Not Spawn v2
- You can now disable entities globally, per-dimension, or reduce spawn chances.
- Config moved to JSON5
- Added Regex support (Can be used for example to ban all mobs except 1)
- Fixed many issues encountered when interacting with other mods
展开
版本: 2.0.1
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Release
下载次数: 13,534
You Shall Not Spawn! 2.0.1
YouShallNotSpawn-forge-1.19.x-2.0.1.jar下载2.0.1#Release
## 2.0.1
- Added fallback calls to prevent possible cases where entities would still spawn
- Fixed crash on servers
# 2.0.0
Initial release of You Shall Not Spawn v2
- You can now disable entities globally, per-dimension, or reduce spawn chances.
- Config moved to JSON5
- Added Regex support (Can be used for example to ban all mobs except 1)
- Fixed many issues encountered when interacting with other mods
- Added fallback calls to prevent possible cases where entities would still spawn
- Fixed crash on servers
# 2.0.0
Initial release of You Shall Not Spawn v2
- You can now disable entities globally, per-dimension, or reduce spawn chances.
- Config moved to JSON5
- Added Regex support (Can be used for example to ban all mobs except 1)
- Fixed many issues encountered when interacting with other mods
展开
版本: 2.0.1
支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
类型: Forge
Release
下载次数: 385
收录