Wooden Material

This commit is contained in:
paulevsGitch 2020-09-26 15:40:09 +03:00
parent c20d0014cd
commit 6ec2b53edd
23 changed files with 388 additions and 5 deletions

View file

@ -51,7 +51,7 @@ public class RecipeBuilder {
return this;
}
public RecipeBuilder setShape(String[] shape) {
public RecipeBuilder setShape(String... shape) {
this.shape = shape;
return this;
}