Skip to content

Commit 15930b0

Browse files
committed
test: rename test recipes
1 parent 1f4891e commit 15930b0

12 files changed

+25
-72
lines changed

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/burned_beef_campfire.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ processing {
3636
replacement {
3737
identifier {
3838
type = vanilla
39-
stack = "{id:'charcoal'}"
39+
stack = "{id:'beef'}"
4040
}
4141
}
4242
}

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/disenchant_netherite_chestplate.conf renamed to api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/disenchant_netherite_chestplate_with_ghast_tear_grinding.conf

File renamed without changes.

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/enchanted_golden_apple.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ formula {
4747

4848
matching {
4949
type = item
50+
// Item must be of the same type and must have a custom item name component
5051
mustContain = [
5152
"minecraft:item_name"
5253
]

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/leaves_selection_stonecutter.conf

Lines changed: 0 additions & 69 deletions
This file was deleted.

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/stonecut_oak_planks.conf renamed to api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/oak_palette_selection_stonecutter.conf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ result {
3333
stack = "{id:'oak_slab'}"
3434
}
3535
}, {
36+
amount = 4
3637
identifier {
3738
type = vanilla
3839
stack = "{id:'oak_fence'}"
3940
}
4041
}, {
42+
amount = 2
4143
identifier {
4244
type = vanilla
4345
stack = "{id:'oak_fence_gate'}"
@@ -48,10 +50,29 @@ result {
4850
stack = "{id:'oak_door'}"
4951
}
5052
}, {
53+
amount = 4
5154
identifier {
5255
type = vanilla
5356
stack = "{id:'oak_trapdoor'}"
5457
}
58+
}, {
59+
amount = 2
60+
identifier {
61+
type = vanilla
62+
stack = "{id:'oak_pressure_plate'}"
63+
}
64+
}, {
65+
amount = 8
66+
identifier {
67+
type = vanilla
68+
stack = "{id:'oak_button'}"
69+
}
70+
}, {
71+
amount = 4
72+
identifier {
73+
type = vanilla
74+
stack = "{id:'oak_sign'}"
75+
}
5576
}
5677
]
5778
}

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/sus_stew_op.conf renamed to api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/protection_suspicious_stew.conf

File renamed without changes.

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/revive_pufferfish.conf renamed to api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/pufferfish_bucket_crafting.conf

File renamed without changes.

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/iron_ore_to_raw.conf renamed to api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/raw_iron_block_to_iron_block_random_blasting.conf

File renamed without changes.

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/repair_with_amethyst.conf renamed to api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/repair_netherite_sword_with_amethyst.conf

File renamed without changes.

api/src/main/resources/com/wolfyscript/customcrafting/recipes/default/stick_to_soul_torch_soul_campfire.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ result {
1616
{
1717
type = command
1818
commands = [
19-
"particle minecraft:soul_fire_flame ~ ~ ~ 0 0 0 0.04 100"
19+
"particle minecraft:soul_fire_flame ~ ~ ~ 0 0 0 0.04 50"
2020
]
2121
}
2222
]

0 commit comments

Comments
 (0)