Wooden Material
This commit is contained in:
parent
c20d0014cd
commit
6ec2b53edd
23 changed files with 388 additions and 5 deletions
|
@ -51,7 +51,7 @@ public class RecipeBuilder {
|
|||
return this;
|
||||
}
|
||||
|
||||
public RecipeBuilder setShape(String[] shape) {
|
||||
public RecipeBuilder setShape(String... shape) {
|
||||
this.shape = shape;
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue