本帖最后由 450616533w 于 2022-8-3 21:43 编辑
在自然灵气的config文件中有提到
#Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end.
auraTypeOverrides = []
这个应该是添加自然祭坛在xxx世界可以使用祭坛的方法
但是如何添加如世界名称
世界名
bskyblock_world
bskyblock_world_the_end
bskyblock_world_nether
怎么吧这三个世界都加进去请给与完整的例子[可以使用的]
auraTypeOverrides = []
这个应该是添加自然祭坛在xxx世界可以使用祭坛的方法
但是如何添加如世界名称
世界名
bskyblock_world
bskyblock_world_the_end
bskyblock_world_nether
怎么吧这三个世界都加进去请给与完整的例子[可以使用的]
游戏版本1.16.5 cat核心
已自行解决
解决方案
auraTypeOverrides = ["bskyblock_world->naturesaura:overworld", "bskyblock_world_nether->naturesaura:nether", "bskyblock_world_the_end->naturesaura:end"]
本帖最后由 Don_Trueno 于 2022-8-2 13:37 编辑
感觉分隔符可能是逗号,
可以尝试下
复制代码
修改原因:少打了个引号
感觉分隔符可能是逗号,
可以尝试下
- auraTypeOverrides = ["bskyblock_world"->"naturesaura:overworld","bskyblock_world_nether"->"naturesaura:nether","bskyblock_world_the_end"->"naturesaura:end"]
修改原因:少打了个引号
Don_Trueno 发表于 2022-8-2 12:58
感觉分隔符可能是逗号,
可以尝试下
不可以直接导致服务器无限崩溃
Don_Trueno 发表于 2022-8-2 12:58
感觉分隔符可能是逗号,
可以尝试下
还是不行已自行解决 auraTypeOverrides = ["bskyblock_world->naturesaura:overworld", "bskyblock_world_nether->naturesaura:nether", "bskyblock_world_the_end->naturesaura:end"]这样就可以了
450616533w 发表于 2022-8-2 14:12
还是不行已自行解决 auraTypeOverrides = ["bskyblock_world->naturesaura:overworld", "bskyblock_world ...
大佬可以的
建议标题改为已完成,并把自己的答案贴在问题后面,然后去https://www.mcbbs.net/thread-256348-1-1.html申请回退奖金