Skip to content

Commit c332450

Browse files
committed
Allow MishapInvalidIota to refer to null, garbage, and jump iotas
1 parent 3f61f24 commit c332450

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
escape: "Consideration",
970970
undo: "Evanition",
971971
},
972-
972+
973973
"iota.hexcasting:": {
974974
null: {
975975
"": "Null",
@@ -1070,8 +1070,10 @@
10701070
boolean: "a boolean",
10711071
vector: "a vector",
10721072
list: "a list",
1073-
widget: "an influence",
10741073
pattern: "a pattern",
1074+
continuation: "a jump iota",
1075+
garbage: "garbage",
1076+
null: "null",
10751077

10761078
entity: {
10771079
"": "an entity",

0 commit comments

Comments
 (0)