3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 04:50:06 +01:00

Ignore FROSTED_ICE in meta unit tests.

Dieser Commit ist enthalten in:
md_5 2016-03-01 13:30:26 +11:00
Ursprung ea28c1e478
Commit 3879b98ac2

Datei anzeigen

@ -69,7 +69,8 @@ public abstract class AbstractTestingBase {
Material.BEETROOT_BLOCK, Material.BEETROOT_BLOCK,
Material.END_GATEWAY, Material.END_GATEWAY,
Material.STRUCTURE_BLOCK, Material.STRUCTURE_BLOCK,
Material.BURNING_FURNACE Material.BURNING_FURNACE,
Material.FROSTED_ICE
).build(); ).build();
@BeforeClass @BeforeClass