本帖最后由 keaidekaikai 于 2021-9-4 22:59 编辑
<模组介绍(文字)>
如果你在以下方面想要优化那么这个mod可以帮助你
1.更快的系列
2.食物饱和度溢出
3.刷怪系列
4.铁砧与附魔台
5.砍树系列
<手把手教你更改config系列>
备注:其他版本和1.16.5的1.3.3有区别后续楼主还会做,包括做视频,有着急的可以直接评论
<下载>
有能力的支持作者:Curseforge Github 火了发网盘
<搬运授权>
本mod为MIT开源协议
<模组介绍(文字)>
如果你在以下方面想要优化那么这个mod可以帮助你
1.更快的系列
2.食物饱和度溢出
3.刷怪系列
4.铁砧与附魔台
5.砍树系列
<手把手教你更改config系列>
首先,楼主自己翻译的,主要怕有人看不懂英语,有错请说 本篇以1.16做解说 1.config文件位置 (不同启动器可能略有不同) 你的mc文件夹\.minecraft\versions\你的版本\config 或\.minecraft\config 2.默认配置 #Anvil Tweaks [anvil] #Allow books to be combined over the enchantment max level allowOverlevelBooks = true #Removes additional cost from repairing/enchanting items in an anvil multiple times noRepairCost = true #Always allow enchantments from books to be applied in an anvil, regardless of item type or other enchantments alwaysAllowBooks = false #Chance for an anvil to be damaged on use (default 0.12) #Range: 0.0 ~ 1.0 breakChance = 0.12 #Enables disenchanting items by combining with a vanilla book disenchant = true #Plant Tweaks [plant] #Leaves decay immediately when their supporting tree is removed instantLeafDecay = true #Vanilla Machine Speed Tweaks [machines] #Vanilla furnaces are faster. fastFurnace = true #Vanilla blast furnaces are faster. fastBlastFurnace = true #Vanilla campfires cook faster. fastCampfire = true #Cook speed multiplier for furnace, blast furnace, and smoker. Time per item is (10/multiplier) seconds. Valid values (2,4,5,8,10,20,25,40,50) #Range: 2 ~ 50 multiplier = 20 #Brewing stands are faster. fastBrewing = true #Number of ticks to brew a potion. Vanilla = 400. #Range: 2 ~ 400 brewTicks = 20 #Vanilla smokers are faster. fastSmoker = true #Entity Tweaks [entity] #Removes 0.5 sec invulnerability time after an entity gets hit. noInvulnerabilityTicks = false #Set to false to disable phantom spawns. allowPhantoms = true #Mobs can only spawn blocks with a full-cube collision box. Prevents spawning on partial blocks like top-slabs, upside-down-stairs, and hoppers. spawnRequiresFullCube = true #Crouch while flying to immediately end elytra flight. crouchStopsFlight = true #Hunger Tweaks [food] #Remove food cap that limits food value to 20. Useful with modded foods uncapFood = true #Remove saturation cap that limits saturation to current food level uncapSaturation = true 3.带你翻译 #Allow books to be combined over the enchantment max level allowOverlevelBooks = true 允许书籍附魔的等级无限高(如两本锋利5可以砸成锋利6,两本锋利6可以砸成锋利7)(有些附魔可能没有增强比如经验修补)(在红字输入false即可关闭) #Removes additional cost from repairing/enchanting items in an anvil multiple times noRepairCost = true 移除修复多次会变贵和“过于昂贵” #Always allow enchantments from books to be applied in an anvil, regardless of item type or other enchantments alwaysAllowBooks = false 你可以乱附魔,比如给草方块附魔亡灵杀手,给弓附魔引雷,或者同时给三叉戟附魔忠诚和激流(也有可能没有用)输入true启用 #Chance for an anvil to be damaged on use (default 0.12) #Range: 0.0 ~ 1.0 breakChance = 0.12 使用时铁砧损坏的几率(0为无法破坏,1为立刻变为损坏状态)更改红字可改概率 #Enables disenchanting items by combining with a vanilla book disenchant = true 将一本书的附魔转移到另一部书上,红字改FALSE禁用 #Plant Tweaks [plant] #Leaves decay immediately when their supporting tree is removed instantLeafDecay = true 植物部分: 树干没了叶子立刻没,红字改FALSE禁用 [machines] #Vanilla furnaces are faster. fastFurnace = true 机器: 熔炉加快,红字改FALSE禁用 #Vanilla blast furnaces are faster. fastBlastFurnace = true 高炉加快,红字改FALSE禁用 #Vanilla campfires cook faster. fastCampfire = true 营火烤吃的加快,红字改FALSE禁用 #Cook speed multiplier for furnace, blast furnace, and smoker. Time per item is (10/multiplier) seconds. Valid values (2,4,5,8,10,20,25,40,50) #Range: 2 ~ 50 multiplier = 20 加快的速度,可选:2,4,5,8,10,20,25,40,50(倍) 更改红字即可更改速度。 #Brewing stands are faster. fastBrewing = true #Number of ticks to brew a potion. Vanilla = 400. #Range: 2 ~ 400 brewTicks = 20 酿造台的速度更快(禁用把蓝字改为FALSE)调试把红字更改(倍)不建议改太快因为有可能连三个瓶子就酿造好了 #Vanilla smokers are faster. fastSmoker = true 药磕的更快,红字改FALSE禁用 #Removes 0.5 sec invulnerability time after an entity gets hit. noInvulnerabilityTicks = false 删除受伤后的无敌时间(0.5秒)红字改TRUE启用 #Set to false to disable phantom spawns. allowPhantoms = true 红字改FALSE幻翼就~无~啦~ #Mobs can only spawn blocks with a full-cube collision box. Prevents spawning on partial blocks like top-slabs, upside-down-stairs, and hoppers. spawnRequiresFullCube = true 能在非完整方块刷怪,红字改FALSE禁用(推荐禁用,如果你有屋顶或刷怪塔) #Enables disenchanting items by combining with a vanilla book disenchant = true 当人物下蹲时,立刻结束飞行(不就是紫颂果吗?)红字改FALSE禁用 [food] #Remove food cap that limits food value to 20. Useful with modded foods uncapFood = true 吃的: 你可以无限吃东西,改红字FALSE禁用 #Remove saturation cap that limits saturation to current food level uncapSaturation = true 就是你可以在3饥饿值时有10饱和度,红字改FALSE禁用 1.12.2版 原文 # Configuration file general { ########################################################################################################## # anvil #--------------------------------------------------------------------------------------------------------# # Tweaks to anvils ########################################################################################################## anvil { # Allow books to be combined over the enchantment max level B:allowOverlevelBooks=true # Always allow enchantments from books to be applied in an anvil, regardless of item type or other enchantments B:alwaysAllowBooks=false # Removes additional cost from repairing/enchanting items in an anvil multiple times B:noRepairCost=true } ########################################################################################################## # furnace #--------------------------------------------------------------------------------------------------------# # Tweaks to vanilla furnaces ########################################################################################################## furnace { # Vanilla furnaces are faster. If you toggle this, you must break and re-place any furnaces. B:fastFurnace=true # Cook speed multiplier. Time per item is (10/multiplier) seconds. Valid values (2,4,5,8,10,20,25,40,50,100) # Min: 1 # Max: 100 I:multiplier=20 } ########################################################################################################## # brewing #--------------------------------------------------------------------------------------------------------# # Tweaks to vanilla brewing stands ########################################################################################################## brewing { # Number of ticks to brew a potion. Vanilla = 400. # Min: 1 # Max: 400 I:brewTicks=20 # Brewing stands are faster. If you toggle this, you must break and re-place any brewing stands. B:fastBrewing=true } ########################################################################################################## # boats #--------------------------------------------------------------------------------------------------------# # Tweaks to vanilla boats ########################################################################################################## boats { # Boats float up flowing water instead of sinking. If you toggle this, you must break and re-place any boats. B:buoyantBoats=true # Disables vanilla behavior of ejecting passengers from a boat after 3 seconds underwater. Requires buoyantBoats = true B:dontEjectPassengers=false } ########################################################################################################## # recipes #--------------------------------------------------------------------------------------------------------# # Tweaks to recipes ########################################################################################################## recipes { # How to handle conflicts with 2x2 stone and wooden pressure plates when recipes2x2=true. 0 = do nothing (use another recipe mod like minetweaker). 1 = change plate recipes to use slabs. I:pressurePlateHandling=0 # Enables 2x2 versions of stair and slab recipes, and adds recipes to recombine them into their base blocks. B:recipes2x2=false # Removes 3x3 version of slab and stair recipes when recipes2x2=true B:remove3x3Recipes=false } ########################################################################################################## # spawn #--------------------------------------------------------------------------------------------------------# # Tweaks to mob spawning ########################################################################################################## spawn { # Mobs can only spawn on full-cube blocks. Prevents spawning on partial blocks like top-slabs, upside-down-stairs, and hoppers. B:spawnRequiresFullCube=false } ########################################################################################################## # player #--------------------------------------------------------------------------------------------------------# # Tweaks to players ########################################################################################################## player { # Remove food cap that limits food value to 20. Useful with modded foods B:uncapFood=true # Remove saturation cap that limits saturation to current food level B:uncapSaturation=false } } 翻译(人工) # Allow books to be combined over the enchantment max level B:allowOverlevelBooks=true 允许附魔超过最大等级,红字改FALSE禁用 # Always allow enchantments from books to be applied in an anvil, regardless of item type or other enchantments B:alwaysAllowBooks=false 允许乱附魔(没有冲突)红字改TRUE启用 # Removes additional cost from repairing/enchanting items in an anvil multiple times B:noRepairCost=true 移除多附魔会变贵,红字改FALSE禁用 # Vanilla furnaces are faster. If you toggle this, you must break and re-place any furnaces. B:fastFurnace=true 熔炉变得更快(如果关闭之前放置的熔炉要打掉才会生效酿造台也一样)红字改FALSE禁用 # Cook speed multiplier. Time per item is (10/multiplier) seconds. Valid values (2,4,5,8,10,20,25,40,50,100) # Min: 1 # Max: 100 I:multiplier=20 熔炉加快的速度,可选2,4,5,8,10,20,25,40,50,100(倍)改红字修改 # Number of ticks to brew a potion. Vanilla = 400. # Min: 1 # Max: 400 I:brewTicks=20 酿造台的加快(同熔炉) # Brewing stands are faster. If you toggle this, you must break and re-place any brewing stands. B:fastBrewing=true 酿造台是否加快(同熔炉) # Boats float up flowing water instead of sinking. If you toggle this, you must break and re-place any boats. B:buoyantBoats=true 船在飞源头水方块上上浮而非下沉(同样的,已经放过的船要摧毁再放),红字改FALSE禁用 其他同1.16 |
备注:其他版本和1.16.5的1.3.3有区别后续楼主还会做,包括做视频,有着急的可以直接评论
<下载>
有能力的支持作者:Curseforge Github 火了发网盘
<搬运授权>
本mod为MIT开源协议
这个微调可以出一下1·12的教程吗
我的版本路径没有你所说的config,hmcl
这个看起来挺好的