Basic sapling manager logic. Needs polishing

This commit is contained in:
CocoTheOwner
2021-07-17 21:41:30 +02:00
parent 8da9156bb5
commit 8d6a2e8882
2 changed files with 95 additions and 17 deletions

View File

@@ -30,5 +30,4 @@ public class IrisSapling {
@MinNumber(1)
@MaxNumber(4)
private int size = 1;
}
}