我想把无尽贪婪里面的奇点需求矿物的数量改一下。。因为银锭不是很好获得。。
但是无论我怎么改他都无法成功 也没报错。。根据官网上说的移除压缩的合成表 他就真的移除干干净净的..
和我添加的魔改一起被移除了..不知道我说的清楚不..
但是无论我怎么改他都无法成功 也没报错。。根据官网上说的移除压缩的合成表 他就真的移除干干净净的..
和我添加的魔改一起被移除了..不知道我说的清楚不..
https://www.curseforge.com/minecraft/mc-mods/avaritia上面有你再看这个试试1.1x+https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10
在.minecraft的目录下,有一个config的文件夹(配置文件),在里面有一个
名为Avaritia的CFG文件,用txt打开,前几行会有这些东东:
# Configuration file
"balance!" {
# Added to the existing modifier to make prices more expensive or cheaper. Can be
negative.
I:"Cost Modifier"=0
# Added to the existing multiplier to make prices more expensive or cheaper. Can be
negative.
I:"Cost Multiplier"=0
}
第一个数值 I:"Cost Modifier"=0
表示奇点块的增加量
第二个数值 I:"Cost Multiplier"=0
表示奇点块的乘数
根据你自己的需求来改(可以为负)
名为Avaritia的CFG文件,用txt打开,前几行会有这些东东:
# Configuration file
"balance!" {
# Added to the existing modifier to make prices more expensive or cheaper. Can be
negative.
I:"Cost Modifier"=0
# Added to the existing multiplier to make prices more expensive or cheaper. Can be
negative.
I:"Cost Multiplier"=0
}
第一个数值 I:"Cost Modifier"=0
表示奇点块的增加量
第二个数值 I:"Cost Multiplier"=0
表示奇点块的乘数
根据你自己的需求来改(可以为负)
IF_LOVE 发表于 2019-8-13 01:12
在.minecraft的目录下,有一个config的文件夹(配置文件),在里面有一个
名为Avaritia的CFG文件,用txt打 ...
关键我想单独调低某一个奇点 这个方法好像不行