Skip to content

Commit f840b24

Browse files
nageihSlimeSB
andauthored
Modular Routers 译文格式更新 (#4573)
* Modular Routers 译文格式更新 * br 和 tooltip * 修人机语句 修编码 修badlink * 遗漏 --------- Co-authored-by: SlimeSB <86453765+SlimeSB@users.noreply.github.com>
1 parent 3585774 commit f840b24

File tree

122 files changed

+3103
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+3103
-0
lines changed

projects/1.20/assets/modular-routers/modularrouters/lang/en_us.json

Lines changed: 362 additions & 0 deletions
Large diffs are not rendered by default.

projects/1.20/assets/modular-routers/modularrouters/lang/zh_cn.json

Lines changed: 359 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Augments",
3+
"description": "Module Augments can be installed in Modules to enhance or extend their functionality",
4+
"icon": "modularrouters:xp_vacuum_augment",
5+
"sortnum": 4
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Smart Filters",
3+
"description": "Smart Filters are a collection of items which can be placed in any module's filter slots instead of a regular item, and provide more sophisticated item matching functionality.",
4+
"icon": "modularrouters:bulk_item_filter",
5+
"sortnum": 5
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Introduction",
3+
"description": "Welcome to $(modr) !",
4+
"icon": "minecraft:knowledge_book",
5+
"sortnum": 0
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Modules",
3+
"description": "Modules are placed into a Modular Router and define the router's functionality.",
4+
"icon": "modularrouters:sender_module_1",
5+
"sortnum": 2
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Modular Router",
3+
"description": "The Modular Router is the only block in the $(modr) mod.",
4+
"icon": "modularrouters:modular_router",
5+
"sortnum": 1
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Upgrades",
3+
"description": "Upgrades can be installed in a Modular Router to enhance or modify its functionality.",
4+
"icon": "modularrouters:speed_upgrade",
5+
"sortnum": 3
6+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Fast Pickup Augment",
3+
"category": "modularrouters:augments",
4+
"icon": "modularrouters:fast_pickup_augment",
5+
"pages": [
6+
{
7+
"type": "text",
8+
"text": "This augment can only be added to the $(l:modules/vacuum)Vacuum Module/$. It allows the Vacuum Module to ignore the normal pickup delay on dropped items - 40 ticks for items dropped by players, and 10 ticks for items dropped by other means (e.g. sheep shearing) - and pick up items as soon as it sees them.$(p)A max of one Fast Pickup Augment can be added."
9+
},
10+
{
11+
"type": "crafting",
12+
"recipe": "modularrouters:fast_pickup_augment"
13+
}
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Mimic Augment",
3+
"category": "modularrouters:augments",
4+
"icon": "modularrouters:mimic_augment",
5+
"pages": [
6+
{
7+
"type": "text",
8+
"text": "This augment can only be added to the $(l:modules/extruder_2)Extruder Module Mk2/$.$(p)When present, any fake blocks extruded by the module take on the properties of the faked block, e.g. $(item)Obsidian/$ is hard to break, $(item)Glowstone/$ emits light, and $(item)Redstone Blocks/$ emit a redstone signal."
9+
},
10+
{
11+
"type": "crafting",
12+
"recipe": "modularrouters:mimic_augment"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)