diff --git a/ansible/files/paper-config/plugins/FactoryMod/config.yml b/ansible/files/paper-config/plugins/FactoryMod/config.yml index 0ede1eda1a..641082987f 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: 64 + amount: 16 essence: v: 3839 ==: org.bukkit.inventory.ItemStack type: ENDER_EYE - amount: 16 + amount: 8 meta: meta-type: UNSPECIFIC ==: ItemMeta @@ -1507,23 +1507,23 @@ factories: iron_block: v: 3839 ==: org.bukkit.inventory.ItemStack - type: IRON_BLOCK + type: IRON_INGOT amount: 16 redstone_block: v: 3839 ==: org.bukkit.inventory.ItemStack type: REDSTONE_BLOCK - amount: 32 + amount: 8 piston: v: 3839 ==: org.bukkit.inventory.ItemStack type: PISTON - amount: 16 + amount: 8 crate: v: 3839 ==: org.bukkit.inventory.ItemStack type: CHEST - amount: 32 + amount: 8 meta: meta-type: UNSPECIFIC ==: ItemMeta