Skip to content

Commit 378babb

Browse files
committed
Rename filled basic medium file
1 parent a42c711 commit 378babb

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

src/test/java/dev/compactmods/crafting/tests/recipes/layers/FilledLayerTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ void FailsMatchIfMoreThanOneBlockFound() {
160160
@Test
161161
@Tag("minecraft")
162162
void FailsMatchIfComponentKeyNotFound() {
163-
final TestBlockReader reader = RecipeTestUtil.getBlockReader("worlds/basic_filled_harness_alt_5x.json");
164-
final CCMiniRecipeComponents components = RecipeTestUtil.getComponentsFromRecipeFile("worlds/basic_filled_harness_alt_5x.json");
163+
final TestBlockReader reader = RecipeTestUtil.getBlockReader("worlds/basic_filled_medium_glass_A.json");
164+
final CCMiniRecipeComponents components = RecipeTestUtil.getComponentsFromRecipeFile("worlds/basic_filled_medium_glass_A.json");
165165

166166
Assertions.assertNotNull(reader);
167167

src/test/resources/worlds/basic_filled_harness_alt_5x.json

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"recipeSize": 5,
3+
"layers": [
4+
{
5+
"type": "compactcrafting:filled",
6+
"component": "A"
7+
}
8+
],
9+
"components": {
10+
"A": {
11+
"type": "compactcrafting:block",
12+
"block": "minecraft:glass"
13+
}
14+
},
15+
"outputs": [
16+
{
17+
"id": "minecraft:diamond",
18+
"Count": 1
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)