From 95efcd4b1a56a76caa332140be5a29b75f76969c Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 13 Apr 2025 13:46:25 +0900 Subject: [PATCH] . --- PHI-CL/data-updates.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHI-CL/data-updates.lua b/PHI-CL/data-updates.lua index 9a84feb..861cf88 100644 --- a/PHI-CL/data-updates.lua +++ b/PHI-CL/data-updates.lua @@ -47,7 +47,7 @@ if mods['space-exploration'] and settings.startup['PHI-MB'].value and settings.s name = miner_name, energy_required = 2, enabled = false, - ingredients = {{name = 'se-core-miner-' .. (i - 1), amount = 1}, {name = 'se-core-miner', amount = 1}}, + ingredients = {{type = 'item', name = 'se-core-miner-' .. (i - 1), amount = 1}, {type = 'item', name = 'se-core-miner', amount = 1}}, result = miner_name, localised_name = {'name.se-core-miner-drill'}, localised_description = {'description.se-core-miner-drill'} @@ -59,7 +59,7 @@ if mods['space-exploration'] and settings.startup['PHI-MB'].value and settings.s name = miner_name, energy_required = 2, enabled = false, - ingredients = {{name = 'se-core-miner', amount = 2}}, + ingredients = {{type = 'item', name = 'se-core-miner', amount = 2}}, result = miner_name, localised_name = {'name.se-core-miner-drill'}, localised_description = {'description.se-core-miner-drill'}