Skip to content

Commit

Permalink
🐛 修倍datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuRuoLing committed Sep 6, 2024
1 parent aa2092f commit 842bde6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ public BlockBuilder<T> lang(String name) {
return this;
}
public BlockBuilder<T> defaultItem() {
this.itemBuilder = new BlockItemBuilder<>(this.registrator, this, this.id, BlockItem::new);
this.defaultLoot();
return this;
return this.blockItem().builder().defaultLoot();
}

public BlockItemBuilder<BlockItem, T> blockItem() {
Expand Down

0 comments on commit 842bde6

Please sign in to comment.