File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/test/java/dev/compactmods/crafting/tests/recipes Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1919import dev .compactmods .crafting .server .ServerConfig ;
2020import dev .compactmods .crafting .tests .recipes .util .RecipeTestUtil ;
2121import dev .compactmods .crafting .util .BlockSpaceUtil ;
22+ import dev .compactmods .tester .annotations .MCTestClass ;
23+ import dev .compactmods .tester .annotations .StructureFile ;
2224import net .minecraft .block .BlockState ;
2325import net .minecraft .block .Blocks ;
2426import net .minecraft .item .ItemStack ;
3234import org .junit .jupiter .api .Tag ;
3335import org .junit .jupiter .api .Test ;
3436
37+ @ MCTestClass
3538@ IntegrationTestClass ("recipes" )
36- public class MiniaturiationRecipeTests {
39+ public class MiniaturizationRecipeTests {
3740
3841 private static RecipeManager RECIPES ;
3942
@@ -80,6 +83,7 @@ void IsSpecialRecipe() {
8083 }
8184
8285 @ Tag ("minecraft" )
86+ @ StructureFile ("ender_crystal" )
8387 @ IntegrationTest ("ender_crystal" )
8488 void FakesFakeInventories (IntegrationTestHelper helper ) {
8589 MiniaturizationRecipe recipe = new MiniaturizationRecipe ();
You can’t perform that action at this time.
0 commit comments