Add tests for material creative categories
This commit is contained in:
parent
953d3ddc67
commit
f48739cae8
@ -286,4 +286,11 @@ public class PerMaterialTest extends AbstractTestingBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testCreativeCategory() {
|
||||||
|
if (material.isItem()) {
|
||||||
|
material.getCreativeCategory();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user