mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 18:27:41 +01:00
Ignore FROSTED_ICE in meta unit tests.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
9958bd4c52
commit
84d08ed896
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user