mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 19:52:55 +01:00
Ignore FROSTED_ICE in meta unit tests.
This commit is contained in:
parent
ea28c1e478
commit
3879b98ac2
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ public abstract class AbstractTestingBase {
|
|||
Material.BEETROOT_BLOCK,
|
||||
Material.END_GATEWAY,
|
||||
Material.STRUCTURE_BLOCK,
|
||||
Material.BURNING_FURNACE
|
||||
Material.BURNING_FURNACE,
|
||||
Material.FROSTED_ICE
|
||||
).build();
|
||||
|
||||
@BeforeClass
|
||||
|
|
Loading…
Reference in a new issue