Skip to content

Commit d0b5a2b

Browse files
authored
Hexic update:官库更新
1 parent e67dd68 commit d0b5a2b

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

projects/1.20-fabric/assets/modrinth-hexic/hexcasting/patchouli_books/thehexbook/en_us/entries/addon/hexic/lists2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
},
6464
{
6565
"type": "hexcasting:pattern",
66+
"header": "Exterior Distillation",
6667
"op_id": "hexcasting:mul",
6768
"anchor": "hexcasting:mul",
6869
"input": "[a], [b]",
@@ -71,8 +72,9 @@
7172
},
7273
{
7374
"type": "hexcasting:pattern",
74-
"op_id": "hexcasting:mul",
75-
"anchor": "hexcasting:mul",
75+
"header": "Interior Distillation",
76+
"op_id": "hexcasting:div",
77+
"anchor": "hexcasting:div",
7678
"input": "[a], [b]",
7779
"output": "[[a, b]]",
7880
"text": "Calculates the inner product of two lists. If the two lists were arranged side-by-side, the resulting list has one entry for every row (unpaired elements are skipped)."

projects/1.20-fabric/assets/modrinth-hexic/hexcasting/patchouli_books/thehexbook/zh_cn/entries/addon/hexic/lists2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
},
6464
{
6565
"type": "hexcasting:pattern",
66+
"header": "外积之馏化",
6667
"op_id": "hexcasting:mul",
6768
"anchor": "hexcasting:mul",
6869
"input": "[a], [b]",
@@ -71,8 +72,9 @@
7172
},
7273
{
7374
"type": "hexcasting:pattern",
74-
"op_id": "hexcasting:mul",
75-
"anchor": "hexcasting:mul",
75+
"header": "内积之馏化",
76+
"op_id": "hexcasting:div",
77+
"anchor": "hexcasting:div",
7678
"input": "[a], [b]",
7779
"output": "[[a, b]]",
7880
"text": "计算两列表的内积。即纵向排布两列表的元素,而后相邻排列两列表,将每行的元素对组为列表返回(跳过未配对的元素)。"

projects/1.20-fabric/assets/modrinth-hexic/hexic/lang/en_us.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"book.hexic.page.get_other_caster": "Adds the closest sentient being, excluding me, to the stack.",
55
"book.hexic.page.modulo": "Similar to Modulus, but differs for negative numbers: -8 %%₁ 3 = -2, but -8 %%₂ 3 = 1.",
66
"book.hexic.page.murmur": "Adds the phrase on the $(o)tip of my tongue/$ to the stack, regardless of whether I intend to say it.",
7+
"hexcasting.action.hexic:deleteworld": "Shatter Demiplane",
78
"hexcasting.action.hexic:drop": "Rejection Distillation",
89
"hexcasting.action.hexic:dye_offhand": "Apply Pigment",
910
"hexcasting.action.hexic:empty_map": "Vacant Reflection: Map",
@@ -17,6 +18,8 @@
1718
"hexcasting.action.hexic:jvm/class_of_payload": "Classifier Purification I",
1819
"hexcasting.action.hexic:jvm/newinstance_boxed": "Constructor Purification I",
1920
"hexcasting.action.hexic:jvm/newinstance_unboxed": "Constructor Purification II",
21+
"hexcasting.action.hexic:make_cme": "Thoth's Pseudogambit",
22+
"hexcasting.action.hexic:makeworld": "Conjure Demiplane",
2023
"hexcasting.action.hexic:malloc": "Allocator's Purification",
2124
"hexcasting.action.hexic:metatable": "Patchwork Exaltation",
2225
"hexcasting.action.hexic:modulo": "Modulus Distillation II",
@@ -36,6 +39,7 @@
3639
"hexcasting.action.hexic:nbt/serialize": "Exporter's Purification",
3740
"hexcasting.action.hexic:reveal": "Greater Reveal",
3841
"hexcasting.action.hexic:rotate": "Ferris Distillation",
42+
"hexcasting.action.hexic:snow": "Summon Snow",
3943
"hexcasting.action.hexic:staffcast_factory": "Lani's Greater Gambit",
4044
"hexcasting.action.hexic:staffcast_factory/lazy": "Lani's Lesser Gambit",
4145
"hexcasting.action.hexic:take": "Retention Distillation",

projects/1.20-fabric/assets/modrinth-hexic/hexic/lang/zh_cn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"book.hexic.page.get_other_caster": "将离我最近的有智慧存在压入栈,我自己不计入统计范围。",
55
"book.hexic.page.modulo": "与余数之馏化类似,但两者在负数上的表现不同:-8 %%₁ 3 = -2,而 -8 %%₂ 3 = 1。",
66
"book.hexic.page.murmur": "将$(o)在我嘴边/$的话语压入栈中,后续是否要说出不影响结果。",
7+
"hexcasting.action.hexic:deleteworld": "击碎半位面",
78
"hexcasting.action.hexic:drop": "拒斥之馏化",
89
"hexcasting.action.hexic:dye_offhand": "应用染色剂",
910
"hexcasting.action.hexic:empty_map": "空无之精思:映射",
@@ -17,6 +18,8 @@
1718
"hexcasting.action.hexic:jvm/class_of_payload": "判类器之纯化,第一型",
1819
"hexcasting.action.hexic:jvm/newinstance_boxed": "构造器之纯化,第一型",
1920
"hexcasting.action.hexic:jvm/newinstance_unboxed": "构造器之纯化,第二型",
21+
"hexcasting.action.hexic:make_cme": "托特之伪策略",
22+
"hexcasting.action.hexic:makeworld": "构筑半位面",
2023
"hexcasting.action.hexic:malloc": "分配器之纯化",
2124
"hexcasting.action.hexic:metatable": "修补之提整",
2225
"hexcasting.action.hexic:modulo": "余数之馏化,第二型",
@@ -36,6 +39,7 @@
3639
"hexcasting.action.hexic:nbt/serialize": "导出器之纯化",
3740
"hexcasting.action.hexic:reveal": "卓越揭示",
3841
"hexcasting.action.hexic:rotate": "摩天轮之馏化",
42+
"hexcasting.action.hexic:snow": "召雪",
3943
"hexcasting.action.hexic:staffcast_factory": "Lani之卓越策略",
4044
"hexcasting.action.hexic:staffcast_factory/lazy": "Lani之初等策略",
4145
"hexcasting.action.hexic:take": "维持之馏化",

0 commit comments

Comments
 (0)