diff --git a/scripts/load_settings/load_settings.gml b/scripts/load_settings/load_settings.gml index e7934c067..287964183 100644 --- a/scripts/load_settings/load_settings.gml +++ b/scripts/load_settings/load_settings.gml @@ -82,7 +82,7 @@ sch_exp_loop = buffer_read_byte() sch_exp_glass = buffer_read_byte() sch_exp_minecart = buffer_read_byte() sch_exp_chest = buffer_read_byte() -for (a = 0; a < 14; a += 1) { +for (a = 0; a < 20; a += 1) { sch_exp_ins_block[a] = buffer_read_byte() sch_exp_ins_data[a] = buffer_read_byte() } diff --git a/scripts/reset_schematic_export/reset_schematic_export.gml b/scripts/reset_schematic_export/reset_schematic_export.gml index 5bb3c20e1..4d9b410e1 100644 --- a/scripts/reset_schematic_export/reset_schematic_export.gml +++ b/scripts/reset_schematic_export/reset_schematic_export.gml @@ -17,6 +17,12 @@ sch_exp_ins_block[6] = 82 sch_exp_ins_block[7] = 41 sch_exp_ins_block[8] = 174 sch_exp_ins_block[9] = 216 +sch_exp_ins_block[10] = 42 +sch_exp_ins_block[11] = 88 +sch_exp_ins_block[12] = 86 +sch_exp_ins_block[13] = 133 +sch_exp_ins_block[14] = 170 +sch_exp_ins_block[15] = 89 sch_exp_walkway_block = 1 sch_exp_walkway_data = 0 diff --git a/scripts/save_settings/save_settings.gml b/scripts/save_settings/save_settings.gml index 89e581be8..73466b4f0 100644 --- a/scripts/save_settings/save_settings.gml +++ b/scripts/save_settings/save_settings.gml @@ -74,7 +74,7 @@ buffer_write_byte(sch_exp_loop) buffer_write_byte(sch_exp_glass) buffer_write_byte(sch_exp_minecart) buffer_write_byte(sch_exp_chest) -for (a = 0; a < 14; a += 1) { +for (a = 0; a < 20; a += 1) { buffer_write_byte(sch_exp_ins_block[a]) buffer_write_byte(sch_exp_ins_data[a]) } diff --git a/views/0da24e0a-f71e-4abd-a5b1-b6dbf8f9af62.yy b/views/0da24e0a-f71e-4abd-a5b1-b6dbf8f9af62.yy index ebfb4037f..81920ad12 100644 --- a/views/0da24e0a-f71e-4abd-a5b1-b6dbf8f9af62.yy +++ b/views/0da24e0a-f71e-4abd-a5b1-b6dbf8f9af62.yy @@ -9,7 +9,7 @@ "71dc38b0-4409-4d2b-a7d4-eae56434707b", "5400fd8c-a637-4f94-9bb0-45b8e22a0bc9", "17c0e441-63b2-4677-9086-8d373a1b9b89", - "972ca65b-c349-477f-bf0b-1b82d76b1334" + "f30c7dc3-c3f6-455b-aa98-1512c59b26b8" ], "filterType": "GMIncludedFile", "folderName": "Data",