File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/test/java/dev/compactmods/crafting/tests/recipes Expand file tree Collapse file tree 1 file changed +2
-4
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 ;
2422import net .minecraft .block .BlockState ;
2523import net .minecraft .block .Blocks ;
2624import net .minecraft .item .ItemStack ;
3432import org .junit .jupiter .api .Tag ;
3533import org .junit .jupiter .api .Test ;
3634
37- @ MCTestClass
35+ // @MCTestClass
3836@ IntegrationTestClass ("recipes" )
3937public class MiniaturizationRecipeTests {
4038
@@ -83,7 +81,7 @@ void IsSpecialRecipe() {
8381 }
8482
8583 @ Tag ("minecraft" )
86- @ StructureFile ("ender_crystal" )
84+ // @StructureFile("ender_crystal")
8785 @ IntegrationTest ("ender_crystal" )
8886 void FakesFakeInventories (IntegrationTestHelper helper ) {
8987 MiniaturizationRecipe recipe = new MiniaturizationRecipe ();
You can’t perform that action at this time.
0 commit comments