We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef39b9 commit 7be14b0Copy full SHA for 7be14b0
src/main/java/org/polaris2023/wild_wind/datagen/loot/ModBlockLootSubProvider.java
@@ -56,6 +56,7 @@ public void generate() {
56
this.dropSelf(ModBlocks.SCULK_JAW.get());
57
this.dropSelf(ModBlocks.DUCKWEED.get());
58
this.dropSelf(ModBlocks.GLISTERING_MELON.get());
59
+ this.dropSelf(ModBlocks.POLISHED_STONE.get());
60
ModBlockFamilies.AZALEA_PLANKS.generateBlockLoot(this::dropSelf);
61
ModBlockFamilies.PALM_PLANKS.generateBlockLoot(this::dropSelf);
62
ModBlockFamilies.BAOBAB_PLANKS.generateBlockLoot(this::dropSelf);
0 commit comments