我的世界MFR一些配置文件,如何用铁锭炼钢等
MFR具有很好的可配置性,你可以根据需求进行调整
配置文件位置
.minecraft/config/MineFantasyReforged
这是一个文件夹,里面是多个有关MFR的配置文件
可以利用ctrl+F来快速查找本页面,一般情况下true为开启,false为关闭
这里只说一些比较重要的配置文件
-
Crafting合成配方
# This means non-mf food cooked in a furnace can work on a cooking plate
是否可以用烤盘烤制非MF的食物,默允许
B:”Cook non-mf food on cooktop”=true
# If you’re not resourceful: you can allow iron ingots to make prepared iron for refining.
是否允许使用铁锭来制作生铁(炼钢)默认关闭,启用这个配方后就可以使用铁锭来代替铁矿/铁原矿制作处理好的铁矿石炼钢
B:”Allow Iron ingots to make Pig Iron”=false
2.Hardcore困难核心
面包配方 # Should Bread recipes be removed, since MF has its own recipe for such items.
B:”Remove Bread Recipes”=true
桶配方 # Should Bucket recipes be removed, since MF has its own recipe for such items.
B:”Remove Bucket Recipes”=true
蛋糕配方 # Should Cake recipes be removed, since MF has its own recipe for such items.
B:”Remove Cake Recipes”=true
打火石配方 # Should Flint and Steel recipes be removed, since MF has its own recipe for such items.
B:”Remove Flint and Steel Recipes”=true
南瓜派配方 # Should Pumpkin Pie recipes be removed, since MF has its own recipe for such items.
B:”Remove Pumpkin Pie Recipes”=true
# This will significantly reduce the durability of basic items (made on basic crafting table), they can still be crafted but are practically useless.
大幅度工作台直接合成的装备耐久,修改为false即可使装备回复原来耐久。
B:”Weaken Basic items”=true
# This removes the process of examining artefacts, research is unlocked by clicking entries in the book.
B:”Baby-Mode Research”=false
婴儿模式,更简单的研究,技能等级达到要求后,通过点击即可解锁研究,默认关闭
# If you don’t want to research, this will unlock all entries.
B:”Unlock entries”=false
直接解开所有研究,默认关闭
3.Stamina_System耐力系统
# This is the main switch for the stamina bar and all it’s features. Setting false disables the system entirely
B:”Is enabled”=true
这是耐力系统的主要开关及其所有功能。设置为false会完全禁用这个系统