Skip to content

Commit af6c17b

Browse files
committed
update files for v1.12.2
1 parent 167ffe4 commit af6c17b

4 files changed

Lines changed: 16 additions & 50 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ If you like these mods and want to support me, feel free to share it with your f
2020
You can find a gallery of images from my mod [here](docs/).
2121

2222
## Changelog
23+
<details>
24+
<summary>Patch Notes Version 1.12.2</summary>
25+
26+
* [Mineslot Unification]: Compatibility fix for New Horizons, fix an issue with opencast resource deposits that could not be moved in the Horai session.
2327

28+
</details>
2429
<details>
2530
<summary>Patch Notes Version 1.12.1</summary>
2631

[Gameplay] Mineslot Unification (Taludas)/data/config/export/main/asset/assets.xml

Lines changed: 4 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -902,54 +902,6 @@
902902
</TriggerSetup>
903903
</Values>
904904
</Asset>
905-
<Asset>
906-
<Template>Trigger</Template>
907-
<Values>
908-
<Standard>
909-
<GUID>1999002327</GUID>
910-
<Name>Trigger: Change ClayAsia slots to Clay</Name>
911-
</Standard>
912-
<Locked />
913-
<Trigger>
914-
<TriggerCondition>
915-
<IsBaseAutoCreateAsset>1</IsBaseAutoCreateAsset>
916-
<Values>
917-
<Condition />
918-
<ConditionAlwaysTrue />
919-
</Values>
920-
</TriggerCondition>
921-
<TriggerActions>
922-
<Item>
923-
<TriggerAction>
924-
<Template>ActionSetObjectGUID</Template>
925-
<Values>
926-
<Action />
927-
<ActionSetObjectGUID>
928-
<NewGUID>101061</NewGUID>
929-
</ActionSetObjectGUID>
930-
<ObjectFilter>
931-
<ObjectGUID>1447803</ObjectGUID>
932-
</ObjectFilter>
933-
</Values>
934-
</TriggerAction>
935-
</Item>
936-
<Item>
937-
<TriggerAction>
938-
<Template>ActionResetTrigger</Template>
939-
<Values>
940-
<Action />
941-
<ActionResetTrigger />
942-
</Values>
943-
</TriggerAction>
944-
</Item>
945-
</TriggerActions>
946-
</Trigger>
947-
<TriggerSetup>
948-
<AutoRegisterTrigger>1</AutoRegisterTrigger>
949-
<UsedBySecondParties>0</UsedBySecondParties>
950-
</TriggerSetup>
951-
</Values>
952-
</Asset>
953905
<Asset>
954906
<Template>Trigger</Template>
955907
<Values>
@@ -973,7 +925,7 @@
973925
<Values>
974926
<Action />
975927
<ActionSetObjectGUID>
976-
<NewGUID>101061</NewGUID>
928+
<NewGUID>1447803</NewGUID>
977929
</ActionSetObjectGUID>
978930
<ObjectFilter>
979931
<ObjectGUID>1447800</ObjectGUID>
@@ -999,6 +951,9 @@
999951
</Values>
1000952
</Asset>
1001953
</ModOp>
954+
955+
<!-- Fix for people from v1.2.1 and using NH-->
956+
<ModOp Type="add" GUID="101061" Path="/Values/Building/AssociatedRegions">;Mod2</ModOp>
1002957
</Group>
1003958

1004959
</ModOps>

[Gameplay] Mineslot Unification (Taludas)/modinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "1.2.1",
2+
"Version": "1.2.2",
33
"ModID": "Taludas_MineSlotUnification",
44
"IncompatibleIds": null,
55
"ModDependencies": null,

readme_german.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Wenn ihr diese Mods mögt und mich unterstützen wollt, könnt ihr sie gerne mit
1919
Du kannst eine Galerie von Bildern von meiner Mod [hier](docs/) finden.
2020

2121
## Changelog
22+
<details>
23+
<summary>Patch Notes Version 1.12.2</summary>
24+
25+
* [Mineslot Unification]: Kompatibilitätsfix für New Horizons, Behebung eines Problems mit den Oberflächen Rohstoffvorkommen, die in der Horai-Session nicht verschoben werden konnten.
26+
27+
</details>
2228
<details>
2329
<summary>Patch Notes Version 1.12.1</summary>
2430

0 commit comments

Comments
 (0)