diff --git a/eco-core/core-plugin/src/main/resources/reforges/affluent.yml b/eco-core/core-plugin/src/main/resources/reforges/affluent.yml index 8b81201..c32446b 100644 --- a/eco-core/core-plugin/src/main/resources/reforges/affluent.yml +++ b/eco-core/core-plugin/src/main/resources/reforges/affluent.yml @@ -9,8 +9,17 @@ description: "Gain &e\$100&r for each mob you kill" stone-config: requires-stone: true texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RjNTdjNzVhZGYzOWVjNmYwZTA5MTYwNDlkZDk2NzFlOThhOGExZTYwMDEwNGU4NGU2NDVjOTg4OTUwYmQ3In19fQ== - craftable: false - recipe: [] + craftable: true + recipe: + - gold_block + - trident + - gold_block + - air + - ecoitems:blank_reforge_stone ? obsidian + - air + - gold_block + - air + - gold_block config: money: 100 \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/reforges/dynamic.yml b/eco-core/core-plugin/src/main/resources/reforges/dynamic.yml index 9726faf..a734018 100644 --- a/eco-core/core-plugin/src/main/resources/reforges/dynamic.yml +++ b/eco-core/core-plugin/src/main/resources/reforges/dynamic.yml @@ -12,7 +12,7 @@ stone-config: craftable: true recipe: - air - - air + - ecoitems:blank_reforge_stone ? air - air - iron_block - daylight_sensor diff --git a/eco-core/core-plugin/src/main/resources/reforges/rich.yml b/eco-core/core-plugin/src/main/resources/reforges/rich.yml index 1be9c5d..1d14a44 100644 --- a/eco-core/core-plugin/src/main/resources/reforges/rich.yml +++ b/eco-core/core-plugin/src/main/resources/reforges/rich.yml @@ -9,8 +9,17 @@ description: "Gain &e\$10&r for each mob you kill" stone-config: requires-stone: true texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmUzZjhjY2NlMzMxZGM0Mjg3NWY3OGY4YjUyMjNkZWNmNDg3ZTY4YTE4OTExMjJkZGYyZjEyZGJkNzMxODdjYSJ9fX0= - craftable: false - recipe: [] + craftable: true + recipe: + - gold_block + - bow + - gold_block + - air + - ecoitems:blank_reforge_stone ? obsidian + - air + - gold_block + - air + - gold_block config: money: 10 \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/reforges/wealthy.yml b/eco-core/core-plugin/src/main/resources/reforges/wealthy.yml index 433963b..b6a26c4 100644 --- a/eco-core/core-plugin/src/main/resources/reforges/wealthy.yml +++ b/eco-core/core-plugin/src/main/resources/reforges/wealthy.yml @@ -9,8 +9,17 @@ description: "Gain &e\$10&r for each mob you kill" stone-config: requires-stone: true texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzVmNDg2MWFhNWIyMmVlMjhhOTBlNzVkYWI0NWQyMjFlZmQxNGMwYjFlY2M4ZWU5OThmYjY3ZTQzYmI4ZjNkZSJ9fX0= - craftable: false - recipe: [] + craftable: true + recipe: + - gold_block + - netherite_sword + - gold_block + - air + - ecoitems:blank_reforge_stone ? obsidian + - air + - gold_block + - air + - gold_block config: money: 10 \ No newline at end of file