repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zh_cn lang & patchouli update

+39 -111
+1 -1
project/hexic/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/zh_cn/entries/addon/hexic/media_bundle.json
··· 1 1 2 2 { 3 - "name": "媒质口袋", 3 + "name": "施法口袋", 4 4 "category": "hexcasting:items", 5 5 "icon": "hexic:small_preferred_bundle", 6 6 "sortnum": 1,
-58
project/hexic/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/zh_cn/entries/addon/hexic/nbt.json
··· 1 - { 2 - "name": "自然的记录", 3 - "category": "hexcasting:patterns", 4 - "icon": "minecraft:glow_ink_sac", 5 - "advancement": "hexcasting:enlightenment", 6 - "pages": [ 7 - "我的研究向我揭示了这个世界中现实之纤维的方方面面。自然的记录表现为多个类型的“标签”构成的递归式结构。我在后面几页记述了它们。虽然有些类型在其他类型面前像是冗余,我也必须时刻小心,要记住它们不可随意互换。而因为我操纵的是自然的记录本身,犯下的错可能会远超所谓“致命”的范畴。", 8 - "如果万事万物都能简化成标签……那我是什么?我的存在难道也能简化成一堆数据?不过这起码让我安了心,我先前牺牲的所有村民本质上没有它们自己的生命……那我呢?我是什么?我现在在这本书上写下的字,难道只是一串零和一?$(2br)我最好别想得太多。我能随意操控万事万物的所有侧面,想太多只会让这种能力变得无趣。", 9 - { 10 - "type": "hexcasting:pattern", 11 - "anchor": "hexic:nbt/lift1", 12 - "op_id": "hexic:nbt/lift1", 13 - "input": "number", 14 - "output": "nbt", 15 - "text": "将数转变成字节标签:在 -128 到 127 之间(两端闭)的整数。" 16 - }, 17 - { 18 - "type": "hexcasting:pattern", 19 - "anchor": "hexic:nbt/lift2", 20 - "op_id": "hexic:nbt/lift2", 21 - "input": "number", 22 - "output": "nbt", 23 - "text": "将数转变成短整型标签:在 -65536 到 65535 之间。" 24 - }, 25 - { 26 - "type": "hexcasting:pattern", 27 - "anchor": "hexic:nbt/lift4", 28 - "op_id": "hexic:nbt/lift4", 29 - "input": "number", 30 - "output": "nbt", 31 - "text": "将数转变成整型标签:在大约负 20 亿到正 20 亿之间。" 32 - }, 33 - { 34 - "type": "hexcasting:pattern", 35 - "anchor": "hexic:nbt/lift8", 36 - "op_id": "hexic:nbt/lift8", 37 - "input": "number", 38 - "output": "nbt", 39 - "text": "将数转变成长整型标签:范围约是 900 京,大概率永远都超不出去。" 40 - }, 41 - { 42 - "type": "hexcasting:pattern", 43 - "anchor": "hexic:nbt/liftd", 44 - "op_id": "hexic:nbt/liftd", 45 - "input": "number", 46 - "output": "nbt", 47 - "text": "将数转变为双精度浮点型标签。奇怪的是,双精度浮点型似乎和我对数的认知完全一致,而且还有表示无限和非数的能力。" 48 - }, 49 - { 50 - "type": "hexcasting:pattern", 51 - "anchor": "hexic:nbt/liftf", 52 - "op_id": "hexic:nbt/liftf", 53 - "input": "number", 54 - "output": "nbt", 55 - "text": "将数转变为单精度浮点型标签。它们和双精度浮点型很相似,但其精度较低。" 56 - } 57 - ] 58 - }
+38 -52
project/hexic/src/main/resources/assets/hexic/lang/zh_cn.json
··· 9 9 "hexcasting.action.hexic:dye_offhand": "应用染色剂", 10 10 "hexcasting.action.hexic:erase": "清除方块", 11 11 "hexcasting.action.hexic:extract": "切除器之策略", 12 + "hexcasting.action.hexic:findview": "精思之纯化", 12 13 "hexcasting.action.hexic:fox": "狐狸之策略", 13 14 "hexcasting.action.hexic:free": "释放器之策略", 14 15 "hexcasting.action.hexic:get_other_caster": "对偶之精思", 15 16 "hexcasting.action.hexic:grep": "精炼之馏化", 16 - "hexcasting.action.hexic:jvm/class_of_iota": "判类器之纯化,第二型", 17 - "hexcasting.action.hexic:jvm/class_of_payload": "判类器之纯化,第一型", 18 - "hexcasting.action.hexic:jvm/newinstance_boxed": "构造器之纯化,第一型", 19 - "hexcasting.action.hexic:jvm/newinstance_unboxed": "构造器之纯化,第二型", 20 17 "hexcasting.action.hexic:make_cme": "托特之伪策略", 21 18 "hexcasting.action.hexic:makeworld": "构筑半位面", 22 19 "hexcasting.action.hexic:malloc": "分配器之纯化", 23 20 "hexcasting.action.hexic:modulo": "余数之馏化,第二型", 21 + "hexcasting.action.hexic:moveconcept": "转运物质", 22 + "hexcasting.action.hexic:moveentity": "转运生物", 24 23 "hexcasting.action.hexic:murmur": "私语之精思", 25 - "hexcasting.action.hexic:nbt/deserialize": "导入器之纯化", 26 - "hexcasting.action.hexic:nbt/lift1": "秘书之纯化:字节", 27 - "hexcasting.action.hexic:nbt/lift2": "秘书之纯化:短整型", 28 - "hexcasting.action.hexic:nbt/lift4": "秘书之纯化:整型", 29 - "hexcasting.action.hexic:nbt/lift8": "秘书之纯化:长整型", 30 - "hexcasting.action.hexic:nbt/liftd": "秘书之纯化:双精度浮点型", 31 - "hexcasting.action.hexic:nbt/liftf": "秘书之纯化:单精度浮点型", 32 - "hexcasting.action.hexic:nbt/literal/array1": "秘书之精思:空字节数组", 33 - "hexcasting.action.hexic:nbt/literal/array2": "秘书之精思:空整型数组", 34 - "hexcasting.action.hexic:nbt/literal/array4": "秘书之精思:空长整型数组", 35 - "hexcasting.action.hexic:nbt/literal/collection": "秘书之精思:容器", 36 - "hexcasting.action.hexic:nbt/literal/list": "秘书之精思:空列表", 37 - "hexcasting.action.hexic:nbt/serialize": "导出器之纯化", 38 24 "hexcasting.action.hexic:reveal": "卓越揭示", 39 25 "hexcasting.action.hexic:rotate": "摩天轮之馏化", 40 26 "hexcasting.action.hexic:staffcast_factory": "Lani之卓越策略", 41 27 "hexcasting.action.hexic:staffcast_factory/lazy": "Lani之初等策略", 42 28 "hexcasting.action.hexic:take": "维持之馏化", 43 - "hexcasting.action.hexic:tripwire": "绊线之精思", 44 29 "hexcasting.action.hexic:unfox": "狐狸之驱逐", 45 30 "hexcasting.action.hexic:whatthefuck": "苦痛", 46 31 "hexcasting.action.hexic:where": "演绎之纯化", 47 32 "hexcasting.special.hexic:tuple": "耦合器之策略", 48 33 "hexcasting.special.hexic:tuple.n": "耦合器之策略:%s", 49 34 "hexcasting.iota.hexic:nbt": "标签", 50 - "hexcasting.iota.hexic:tripwire": "绊线", 51 35 "hexcasting.iota.hexic:variant": "概念", 52 36 "hexcasting.mishap.bad_block.hexic:erase": "一个存有施法物品或用于存储iota的方块", 53 37 "hexcasting.mishap.bad_item.hexic:erase": "一个施法物品或iota存储器", ··· 68 52 "item.hexic.cyan_mediaweave": "青色媒质布匹", 69 53 "item.hexic.gray_mediaweave": "灰色媒质布匹", 70 54 "item.hexic.green_mediaweave": "绿色媒质布匹", 71 - "item.hexic.large_black_bundle": "大型黑色媒质口袋", 72 - "item.hexic.large_blue_bundle": "大型蓝色媒质口袋", 73 - "item.hexic.large_brown_bundle": "大型棕色媒质口袋", 74 - "item.hexic.large_cyan_bundle": "大型青色媒质口袋", 75 - "item.hexic.large_gray_bundle": "大型灰色媒质口袋", 76 - "item.hexic.large_green_bundle": "大型绿色媒质口袋", 77 - "item.hexic.large_light_blue_bundle": "大型淡蓝色媒质口袋", 78 - "item.hexic.large_light_gray_bundle": "大型淡灰色媒质口袋", 79 - "item.hexic.large_lime_bundle": "大型黄绿色媒质口袋", 80 - "item.hexic.large_magenta_bundle": "大型品红色媒质口袋", 81 - "item.hexic.large_orange_bundle": "大型橙色媒质口袋", 82 - "item.hexic.large_pink_bundle": "大型粉红色媒质口袋", 83 - "item.hexic.large_purple_bundle": "大型紫色媒质口袋", 84 - "item.hexic.large_red_bundle": "大型红色媒质口袋", 85 - "item.hexic.large_white_bundle": "大型白色媒质口袋", 86 - "item.hexic.large_yellow_bundle": "大型黄色媒质口袋", 55 + "item.hexic.large_black_bundle": "大型黑色施法口袋", 56 + "item.hexic.large_blue_bundle": "大型蓝色施法口袋", 57 + "item.hexic.large_brown_bundle": "大型棕色施法口袋", 58 + "item.hexic.large_cyan_bundle": "大型青色施法口袋", 59 + "item.hexic.large_gray_bundle": "大型灰色施法口袋", 60 + "item.hexic.large_green_bundle": "大型绿色施法口袋", 61 + "item.hexic.large_light_blue_bundle": "大型淡蓝色施法口袋", 62 + "item.hexic.large_light_gray_bundle": "大型淡灰色施法口袋", 63 + "item.hexic.large_lime_bundle": "大型黄绿色施法口袋", 64 + "item.hexic.large_magenta_bundle": "大型品红色施法口袋", 65 + "item.hexic.large_orange_bundle": "大型橙色施法口袋", 66 + "item.hexic.large_pink_bundle": "大型粉红色施法口袋", 67 + "item.hexic.large_purple_bundle": "大型紫色施法口袋", 68 + "item.hexic.large_red_bundle": "大型红色施法口袋", 69 + "item.hexic.large_white_bundle": "大型白色施法口袋", 70 + "item.hexic.large_yellow_bundle": "大型黄色施法口袋", 87 71 "item.hexic.light_blue_mediaweave": "淡蓝色媒质布匹", 88 72 "item.hexic.light_gray_mediaweave": "淡灰色媒质布匹", 89 73 "item.hexic.lime_mediaweave": "黄绿色媒质布匹", ··· 108 92 "item.hexic.pink_mediaweave": "粉红色媒质布匹", 109 93 "item.hexic.purple_mediaweave": "紫色媒质布匹", 110 94 "item.hexic.red_mediaweave": "红色媒质布匹", 111 - "item.hexic.small_black_bundle": "小型黑色媒质口袋", 112 - "item.hexic.small_blue_bundle": "小型蓝色媒质口袋", 113 - "item.hexic.small_brown_bundle": "小型棕色媒质口袋", 114 - "item.hexic.small_cyan_bundle": "小型青色媒质口袋", 115 - "item.hexic.small_gray_bundle": "小型灰色媒质口袋", 116 - "item.hexic.small_green_bundle": "小型绿色媒质口袋", 117 - "item.hexic.small_light_blue_bundle": "小型淡蓝色媒质口袋", 118 - "item.hexic.small_light_gray_bundle": "小型淡灰色媒质口袋", 119 - "item.hexic.small_lime_bundle": "小型黄绿色媒质口袋", 120 - "item.hexic.small_magenta_bundle": "小型品红色媒质口袋", 121 - "item.hexic.small_orange_bundle": "小型橙色媒质口袋", 122 - "item.hexic.small_pink_bundle": "小型粉红色媒质口袋", 123 - "item.hexic.small_purple_bundle": "小型紫色媒质口袋", 124 - "item.hexic.small_red_bundle": "小型红色媒质口袋", 125 - "item.hexic.small_white_bundle": "小型白色媒质口袋", 126 - "item.hexic.small_yellow_bundle": "小型黄色媒质口袋", 95 + "item.hexic.small_black_bundle": "小型黑色施法口袋", 96 + "item.hexic.small_blue_bundle": "小型蓝色施法口袋", 97 + "item.hexic.small_brown_bundle": "小型棕色施法口袋", 98 + "item.hexic.small_cyan_bundle": "小型青色施法口袋", 99 + "item.hexic.small_gray_bundle": "小型灰色施法口袋", 100 + "item.hexic.small_green_bundle": "小型绿色施法口袋", 101 + "item.hexic.small_light_blue_bundle": "小型淡蓝色施法口袋", 102 + "item.hexic.small_light_gray_bundle": "小型淡灰色施法口袋", 103 + "item.hexic.small_lime_bundle": "小型黄绿色施法口袋", 104 + "item.hexic.small_magenta_bundle": "小型品红色施法口袋", 105 + "item.hexic.small_orange_bundle": "小型橙色施法口袋", 106 + "item.hexic.small_pink_bundle": "小型粉红色施法口袋", 107 + "item.hexic.small_purple_bundle": "小型紫色施法口袋", 108 + "item.hexic.small_red_bundle": "小型红色施法口袋", 109 + "item.hexic.small_white_bundle": "小型白色施法口袋", 110 + "item.hexic.small_yellow_bundle": "小型黄色施法口袋", 127 111 "item.hexic.stringworm.item.hexcasting.dye_colorizer_black": "闪亮的黑色毛绒线虫", 128 112 "item.hexic.stringworm.item.hexcasting.dye_colorizer_blue": "闪亮的蓝色毛绒线虫", 129 113 "item.hexic.stringworm.item.hexcasting.dye_colorizer_brown": "闪亮的棕色毛绒线虫", ··· 160 144 "item.hexic.stringworm.item.oneironaut.pigment_echo": "闪亮的回响毛绒线虫", 161 145 "item.hexic.stringworm.item.oneironaut.pigment_noosphere": "闪亮的智识毛绒线虫", 162 146 "item.hexic.stringworm.item.oneironaut.pigment_frenzyflame": "闪亮的狂热毛绒线虫", 147 + "item.hexic.stringworm.item.oneironaut.pigment_clock": "闪亮的计时员毛绒线虫", 148 + "item.hexic.stringworm.item.slate_work.allay_pigment": "闪亮的淬灵毛绒线虫", 163 149 "item.hexic.stringworm_action": "毛绒线虫", 164 150 "item.hexic.stringworm_hex": "毛绒线虫", 165 151 "item.hexic.stringworm_media": "毛绒线虫", ··· 172 158 "tag.item.hexic.mediaweaves": "媒质布匹", 173 159 "text.hexic.or_map": "%s或映射", 174 160 "text.hexic.pigment_holder_item": "存有染色剂的物品" 175 - } 161 + }