mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Add tests for material creative categories
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6796896e63
commit
5fce26aed5
1 changed files with 7 additions and 0 deletions
|
@ -286,4 +286,11 @@ public class PerMaterialTest extends AbstractTestingBase {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCreativeCategory() {
|
||||
if (material.isItem()) {
|
||||
material.getCreativeCategory();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue