Skip to content

Commit 7be14b0

Browse files
committed
修复完毕
1 parent 1ef39b9 commit 7be14b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/polaris2023/wild_wind/datagen/loot/ModBlockLootSubProvider.java

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public void generate() {
5656
this.dropSelf(ModBlocks.SCULK_JAW.get());
5757
this.dropSelf(ModBlocks.DUCKWEED.get());
5858
this.dropSelf(ModBlocks.GLISTERING_MELON.get());
59+
this.dropSelf(ModBlocks.POLISHED_STONE.get());
5960
ModBlockFamilies.AZALEA_PLANKS.generateBlockLoot(this::dropSelf);
6061
ModBlockFamilies.PALM_PLANKS.generateBlockLoot(this::dropSelf);
6162
ModBlockFamilies.BAOBAB_PLANKS.generateBlockLoot(this::dropSelf);

0 commit comments

Comments
 (0)