Optional Patchouli dependency
This commit is contained in:
parent
067a6c73a0
commit
03b2f912b6
6 changed files with 52 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue