From 5bb47ecc0adcf31fe3e5c5022c7ae19aa14862a4 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Tue, 21 Nov 2023 06:02:41 -0600 Subject: [PATCH] added empty barrel to sugar->wax recipe --- changelog.txt | 1 + prototypes/recipes/arqad/recipes-arqad.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 6a964842..9cce58e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Date: ? - fixed crash with 2.1.10 migration - fixed that the arqad used comb recycling recipe was not unlockable by research - fixed that moondrop and bhoddos turds weren't reset properly on migration + - added empty barrel to sugar->wax recipe --------------------------------------------------------------------------------------------------- Version: 2.1.10 Date: 2023-11-21 diff --git a/prototypes/recipes/arqad/recipes-arqad.lua b/prototypes/recipes/arqad/recipes-arqad.lua index 05dc8d2a..0e3d4618 100644 --- a/prototypes/recipes/arqad/recipes-arqad.lua +++ b/prototypes/recipes/arqad/recipes-arqad.lua @@ -175,6 +175,7 @@ RECIPE { energy_required = 50, ingredients = { {type = 'item', name = 'sugar', amount = 5}, + {type = 'item', name = 'empty-barrel', amount = 1}, }, results = { {type = 'item', name = 'wax-barrel', amount = 1},