Return new mill builder with every .builder()
This commit is contained in:
parent
3fec35f976
commit
af7808c357
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class Mill {
|
|||
|
||||
@ZenMethod
|
||||
public static MillBuilder builder() {
|
||||
return INSTANCE;
|
||||
return new MillBuilder(() -> BWRegistry.MILLSTONE, "Mill");
|
||||
}
|
||||
|
||||
@ZenMethod
|
||||
|
|
Loading…
Reference in a new issue