From 651564d582b5ee604e7cc268840584e1d068373f Mon Sep 17 00:00:00 2001 From: ZeeOcho <20840895+ZeeOcho@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:24:20 +0200 Subject: [PATCH] Update VerticalLogisticsQoL for Satisfactory 1.2 --- .../Private/VLQoLConveyorAttachmentHologram.cpp | 2 +- VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp b/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp index 6bddbaf..ec7c1f0 100644 --- a/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp +++ b/VerticalLogisticsQoL/Source/VerticalLogisticsQoL/Private/VLQoLConveyorAttachmentHologram.cpp @@ -162,7 +162,7 @@ TArray AVLQoLConveyorAttachmentHologram::GetBaseCost() const { // Use the real recipe when calculating the cost; for some reason some of the attachments have // different costs for their vertical versions. - return UFGRecipe::GetIngredients(mRealRecipe); + return UFGRecipe::GetIngredients(this, mRealRecipe); } void AVLQoLConveyorAttachmentHologram::PostConstructMessageDeserialization() diff --git a/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin b/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin index 7f30b87..b9afd92 100644 --- a/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin +++ b/VerticalLogisticsQoL/VerticalLogisticsQoL.uplugin @@ -25,9 +25,9 @@ { "Name": "SML", "Enabled": true, - "SemVersion": "^3.11.3" + "SemVersion": "^3.12.0" } ], "SemVersion": "1.1.0", - "GameVersion": ">=455399" + "GameVersion": ">=502094" } \ No newline at end of file