Added example particle

This commit is contained in:
2022-01-13 18:36:32 +01:00
parent cc8ec26c66
commit 960ec50228
2 changed files with 37 additions and 0 deletions
@@ -35,6 +35,7 @@ public enum APartType { //TODO add description?
APartType(String name, Material material, ItemStack itemStack) {
this.name = name;
this.material = material;
this.itemStack = itemStack;
}
}