调整readme mod列表顺序
新增自动翻译mod 部分mod更新 汉化更新
This commit is contained in:
		
							
								
								
									
										53
									
								
								.minecraft/versions/边境流放/config/autotranslation.json5
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										53
									
								
								.minecraft/versions/边境流放/config/autotranslation.json5
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,53 @@ | ||||
| { | ||||
| 	/* 筛选模式 | ||||
| 	     RESOURCE: 只要当前语言存在 key,就忽略这个key,无论是否翻译 | ||||
| 	     CORRECTION: 只要当前语言的 key 未翻译,就进行翻译,无论资源文件内是否存在 | ||||
| 	*/ | ||||
| 	"mode": "RESOURCE", | ||||
| 	// 英语特征 | ||||
| 	"enFeature": "([A-Z]?[a-z]{2,}\\s*)+", | ||||
| 	// 您的语言的特征,默认的是中日韩 | ||||
| 	"yourLanguageFeature": "[\\u0800-\\u9fa5\\uac00-\\ud7ff]+", | ||||
| 	// 翻译引擎,默认 Google,如果未安装其他翻译引擎,请勿修改本项 | ||||
| 	"translator": "Google", | ||||
| 	// 屏幕翻译排除原版屏幕 | ||||
| 	"ignoreOriginalScreen": true, | ||||
| 	// 是否在翻译后的文本里增加原文显示 | ||||
| 	"appendOriginal": true, | ||||
| 	// 无需翻译文本, 支持正则, 不区分大小写 | ||||
| 	"wordBlacklist": [], | ||||
| 	// 开启 DEBUG 模式,开启可能会有日志刷屏 | ||||
| 	"debug": false, | ||||
| 	// 忽略的命名空间, 支持正则 | ||||
| 	"excludedNamespace": [ | ||||
| 		"minecraft", | ||||
| 		"forge", | ||||
| 		"^fabric-.*" | ||||
| 	], | ||||
| 	// 翻译图标配置 | ||||
| 	"icon": { | ||||
| 		// 是否常显图标 | ||||
| 		"alwaysDisplay": false, | ||||
| 		// 显示位置 | ||||
| 		"displayArea": "TOP_RIGHT", | ||||
| 		// X 轴偏移量 | ||||
| 		"offsetX": 0, | ||||
| 		// Y 轴偏移量 | ||||
| 		"offsetY": 0 | ||||
| 	}, | ||||
| 	// Google 翻译相关配置 | ||||
| 	"google": { | ||||
| 		// Google 翻译备用域名,可以填镜像站,只要 API 跟谷歌相同就行 | ||||
| 		"domain": "translate.google.com", | ||||
| 		/* Google 服务器 IP,如果您所在地区无法直连域名,可以配置此项 | ||||
| 		    参考 https://github.com/Ponderfly/GoogleTranslateIpCheck | ||||
| 		*/ | ||||
| 		"dns": [ | ||||
| 			"216.239.32.40", | ||||
| 			"108.177.97.100", | ||||
| 			"74.125.196.113", | ||||
| 			"142.251.171.90", | ||||
| 			"64.233.189.191" | ||||
| 		] | ||||
| 	} | ||||
| } | ||||
| @@ -4,7 +4,7 @@ | ||||
| 	#Allowed Values: EVERYTHING, TOOLS_AND_ARMOR, NOTHING | ||||
| 	allow_repairing = "TOOLS_AND_ARMOR" | ||||
| 	#Allow enchantments on an already enchanted item to be increased / removed. | ||||
| 	#Allowed Values: ALL, FULL_DURABILITY, UNENCHANTED | ||||
| 	#Allowed Values: UNENCHANTED, ALL, FULL_DURABILITY | ||||
| 	allow_modifying_enchantments = "ALL" | ||||
| 	#How many bookshelves you need around the infuser to be able to apply maximum level enchantments. | ||||
| 	#Filling in corners is important to reach higher values. | ||||
| @@ -14,6 +14,8 @@ | ||||
| 	maximum_bookshelves = 15 | ||||
| 	#Allow books to be enchanted in an infuser. | ||||
| 	allow_books = true | ||||
| 	#Working an item in an infuser increases the prior work penalty stat used by anvils for that item, meaning future anvil repairs will become more expensive, possibly even too expensive. | ||||
| 	increase_anvil_repair_cost = false | ||||
|  | ||||
| 	[advanced_infuser.types] | ||||
| 		#Allow curses (e.g. curse of vanishing) to be applied using the enchanting infuser. | ||||
| @@ -101,7 +103,7 @@ | ||||
| 	#Allowed Values: EVERYTHING, TOOLS_AND_ARMOR, NOTHING | ||||
| 	allow_repairing = "NOTHING" | ||||
| 	#Allow enchantments on an already enchanted item to be increased / removed. | ||||
| 	#Allowed Values: ALL, FULL_DURABILITY, UNENCHANTED | ||||
| 	#Allowed Values: UNENCHANTED, ALL, FULL_DURABILITY | ||||
| 	allow_modifying_enchantments = "UNENCHANTED" | ||||
| 	#How many bookshelves you need around the infuser to be able to apply maximum level enchantments. | ||||
| 	#Filling in corners is important to reach higher values. | ||||
| @@ -111,6 +113,8 @@ | ||||
| 	maximum_bookshelves = 15 | ||||
| 	#Allow books to be enchanted in an infuser. | ||||
| 	allow_books = false | ||||
| 	#Working an item in an infuser increases the prior work penalty stat used by anvils for that item, meaning future anvil repairs will become more expensive, possibly even too expensive. | ||||
| 	increase_anvil_repair_cost = false | ||||
|  | ||||
| 	[normal_infuser.types] | ||||
| 		#Allow curses (e.g. curse of vanishing) to be applied using the enchanting infuser. | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| { | ||||
|   "enabledByDefault": false, | ||||
|   "enabledByDefault": true, | ||||
|   "xOffset": 0, | ||||
|   "sneakXOffset": 0, | ||||
|   "sitXOffset": 0, | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #Early window height | ||||
| earlyWindowHeight = 900 | ||||
| earlyWindowHeight = 861 | ||||
| #Early window framebuffer scale | ||||
| earlyWindowFBScale = 1 | ||||
| #Enable forge global version checking | ||||
| @@ -7,7 +7,7 @@ versionCheck = true | ||||
| #Early window provider | ||||
| earlyWindowProvider = "fmlearlywindow" | ||||
| #Early window width | ||||
| earlyWindowWidth = 1600 | ||||
| earlyWindowWidth = 1598 | ||||
| #Early window starts maximized | ||||
| earlyWindowMaximized = false | ||||
| #Default config path for servers | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #This file stores configuration options for Iris, such as the currently active shaderpack | ||||
| #Fri Oct 06 20:13:04 CST 2023 | ||||
| #Thu Oct 12 13:09:53 CST 2023 | ||||
| colorSpace=SRGB | ||||
| disableUpdateMessage=false | ||||
| enableDebugOptions=false | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|     "block.mmorpg.station.cooking":"烹饪站", | ||||
|     "block.mmorpg.station.salvaging":"回收站", | ||||
|     "block.mmorpg.station.gear_crafting":"装备合成站", | ||||
|     "block.mmorpg.station.alcheny":"炼金站", | ||||
|     "block.mmorpg.station.alchemy":"炼金站", | ||||
|     "block.mmorpg.station.enchanting":"附魔站", | ||||
|  | ||||
|     "item.mmorpg.skill_gems.support.str":"辅助宝石", | ||||
|   | ||||
| @@ -65,7 +65,8 @@ | ||||
| 			"shouldFilterDisplays": true, | ||||
| 			"filteringRules": [ | ||||
| 				"{id:\"roughlyenoughitems:manual\",rule:{}}", | ||||
| 				"{id:\"roughlyenoughitems:basic\",rule:{}}" | ||||
| 				"{id:\"roughlyenoughitems:basic\",rule:{}}", | ||||
| 				"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}" | ||||
| 			], | ||||
| 			"filteringQuickCraftCategories": { }, | ||||
| 			"filteredStacks": [] | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| {"UUID":"a292c9fcfe064311b918bbcea40ef073","shownHints":[]} | ||||
| {"UUID":"0000000000003007998FFD40182613AF","shownHints":[]} | ||||
| @@ -1,2 +1,2 @@ | ||||
| #Pinyin Options | ||||
| #Sun Oct 01 19:26:37 CST 2023 | ||||
| #Thu Oct 12 13:10:32 CST 2023 | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| #Double Pinyin Options | ||||
| #Sun Oct 01 19:26:37 CST 2023 | ||||
| #Thu Oct 12 13:10:32 CST 2023 | ||||
| Converter=sougou | ||||
|   | ||||
| @@ -47,4 +47,8 @@ | ||||
| 	#Shrine Lamp Max Range Of Absorb Power Point | ||||
| 	#Range: > 0 | ||||
| 	ShrineLampMaxRange = 6 | ||||
| 	#The following biome do not spawn maid fairy | ||||
| 	MaidFairyBlacklistBiome = ["minecraft:the_void", "minecraft:mushroom_fields"] | ||||
| 	#The following dimension do not spawn maid fairy | ||||
| 	MaidFairyBlacklistDimension = ["minecraft:the_nether", "minecraft:the_end", "twilightforest:twilight_forest"] | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| { | ||||
|   "mods": [ | ||||
|     "example" | ||||
|     "mmorpg", | ||||
|     "mmorpg_dynamic" | ||||
|   ], | ||||
|   "classes": [], | ||||
|   "apply_mods": [], | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| [ | ||||
|   { | ||||
|     "authors": "(authors)", | ||||
|     "name": "汉化", | ||||
|     "desc": "汉化", | ||||
|     "authors": "ddaodan", | ||||
|     "name": "挖矿与砍杀汉化", | ||||
|     "desc": "挖矿与砍杀汉化", | ||||
|     "mods": "(mods)" | ||||
|   }, | ||||
|   { | ||||
| @@ -95,5 +95,23 @@ | ||||
|       {"key": "Cooldown:  ","value": "冷却时间:"}, | ||||
|       {"key": "s","value": "秒"} | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.vanilla_mc.items.SoulMakerItem", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "pairs": [ | ||||
|       {"key": "Click on items to extract their soul.","value": "点击物品即可提取其灵魂。"}, | ||||
|       {"key": "Works only on that rarity.","value": "仅适用于相同的稀有度物品。"}, | ||||
|       {"key": "Deletes the Item in the process.","value": "该物品正在计划删除。"} | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     "target_class": { | ||||
|       "name": "com.robertx22.age_of_exile.vanilla_mc.items.CommonGearProducerItem", | ||||
|       "method": "" | ||||
|     }, | ||||
|     "key": "Right click to produce a common gear soul.","value": "右键点击生成普通装备魂魄。" | ||||
|   } | ||||
| ] | ||||
| @@ -0,0 +1,11 @@ | ||||
| [ | ||||
|     { | ||||
|       "authors": "ddaodan", | ||||
|       "name": "挖矿与砍杀汉化 动态替换", | ||||
|       "desc": "挖矿与砍杀汉化 动态替换", | ||||
|       "mods": "(mods)", | ||||
|       "dynamic": true | ||||
|     }, | ||||
|     {"key": "Favor","value": "好感"}, | ||||
|     {"key": "Item Type: ","value": "物品类型:"} | ||||
| ] | ||||
| @@ -22,8 +22,8 @@ | ||||
|     "dotSize": 2.0, | ||||
|     "renderOverMinimapFrame": 1.0, | ||||
|     "icons": 2.0, | ||||
|     "heightLimit": 20.0, | ||||
|     "names": 0.0, | ||||
|     "heightLimit": 20.0, | ||||
|     "iconScale": 1.0 | ||||
|   }, | ||||
|   "subCategories": [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user