From 08c7386074b2da46ace4e4f12cdf65782f37089d Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Sat, 20 Jan 2024 03:08:38 +1100 Subject: [PATCH] Fix reagents obtained from grinding iron ore. (#24215) add --- Resources/Prototypes/Entities/Objects/Materials/ore.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Materials/ore.yml b/Resources/Prototypes/Entities/Objects/Materials/ore.yml index b19842a2a2..2fed6498bd 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/ore.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/ore.yml @@ -87,9 +87,7 @@ ironore: reagents: - ReagentId: Iron - Quantity: 9 - - ReagentId: Carbon - Quantity: 1 + Quantity: 10 - type: entity id: SteelOre1 -- 2.51.2