|
25 | 25 | import net.minecraft.world.item.Items; |
26 | 26 | import net.minecraft.world.level.block.entity.BlockEntity; |
27 | 27 | import net.neoforged.neoforge.common.crafting.SizedIngredient; |
28 | | -import net.neoforged.neoforge.gametest.GameTestHolder; |
29 | | -import net.neoforged.neoforge.gametest.PrefixGameTestTemplate; |
30 | 28 |
|
31 | 29 | import lombok.Getter; |
32 | 30 |
|
|
39 | 37 | * Rolls of 0 |
40 | 38 | * Forced rolls of 0 breaking recipes |
41 | 39 | */ |
42 | | -@PrefixGameTestTemplate(false) |
43 | | -@GameTestHolder(GTCEu.MOD_ID) |
| 40 | +// @PrefixGameTestTemplate(false) |
| 41 | +// @GameTestHolder(GTCEu.MOD_ID) |
| 42 | +// Gametests blocked until gtm#4326 is fixed |
44 | 43 | public class IntProviderIngredientTest { |
45 | 44 |
|
46 | 45 | private static GTRecipeType CR_RECIPE_TYPE; |
@@ -246,7 +245,7 @@ public static void rangedIngredientGetStacksTest(GameTestHelper helper) { |
246 | 245 | // Test for singleblock machine with ranged item input. |
247 | 246 | // Forcibly sabotages the first recipe run, setting its output amount to 0 to ensure that doesn't break the recipe. |
248 | 247 | // This is specifically a test for #3593 / #3594 |
249 | | - @GameTest(template = "singleblock_charged_cr", batch = "RangedIngredients") |
| 248 | + @GameTest(template = "singleblock_charged_cr", batch = "RangedIngredients", required = false) |
250 | 249 | public static void singleblockRangedItemOutputSabotaged(GameTestHelper helper) { |
251 | 250 | SimpleTieredMachine machine = (SimpleTieredMachine) getMetaMachine( |
252 | 251 | helper.getBlockEntity(new BlockPos(0, 1, 0))); |
|
0 commit comments