Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions ansible/files/paper-config/plugins/FactoryMod/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading