From eb91e7c581f5f833a6cde493a9640a6d9b61d01d Mon Sep 17 00:00:00 2001 From: banyo Date: Wed, 23 Apr 2025 11:04:40 +0100 Subject: [PATCH] Update config.yml Cauldron Smelters --- .../plugins/FactoryMod/config.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ansible/files/paper-config/plugins/FactoryMod/config.yml b/ansible/files/paper-config/plugins/FactoryMod/config.yml index 664a1fb98e..94013ca781 100644 --- a/ansible/files/paper-config/plugins/FactoryMod/config.yml +++ b/ansible/files/paper-config/plugins/FactoryMod/config.yml @@ -561,22 +561,22 @@ factories: v: 3839 ==: org.bukkit.inventory.ItemStack type: COAL - amount: 512 + amount: 128 iron: v: 3839 ==: org.bukkit.inventory.ItemStack type: IRON_INGOT - amount: 256 + amount: 64 diamond: v: 3839 ==: org.bukkit.inventory.ItemStack type: DIAMOND - amount: 64 + amount: 16 essence: v: 3839 ==: org.bukkit.inventory.ItemStack type: ENDER_EYE - amount: 64 + amount: 16 meta: meta-type: UNSPECIFIC ==: ItemMeta @@ -1457,17 +1457,17 @@ factories: v: 3839 ==: org.bukkit.inventory.ItemStack type: IRON_INGOT - amount: 128 + amount: 64 gold: v: 3839 ==: org.bukkit.inventory.ItemStack type: GOLD_INGOT - amount: 32 + amount: 16 essence: v: 3839 ==: org.bukkit.inventory.ItemStack type: ENDER_EYE - amount: 32 + amount: 8 meta: meta-type: UNSPECIFIC ==: ItemMeta @@ -1507,23 +1507,23 @@ factories: iron_block: v: 3839 ==: org.bukkit.inventory.ItemStack - type: IRON_BLOCK - amount: 32 + type: IRON_INGOT + amount: 16 redstone_block: v: 3839 ==: org.bukkit.inventory.ItemStack type: REDSTONE_BLOCK - amount: 16 + amount: 8 piston: v: 3839 ==: org.bukkit.inventory.ItemStack type: PISTON - amount: 64 + amount: 8 crate: v: 3839 ==: org.bukkit.inventory.ItemStack type: CHEST - amount: 32 + amount: 8 meta: meta-type: UNSPECIFIC ==: ItemMeta