Optional Patchouli dependency

This commit is contained in:
Aleksey 2020-12-08 21:58:30 +03:00
parent 067a6c73a0
commit 03b2f912b6
6 changed files with 52 additions and 30 deletions

View file

@ -63,7 +63,7 @@ public class GridRecipe {
}
public GridRecipe setList(String shape) {
this.shape = new String[] {shape};
this.shape = new String[] { shape };
this.shaped = false;
return this;
}