Skip to content

Commit f1072ef

Browse files
fix: remove leftover drop self
1 parent 8caa3d3 commit f1072ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/client/java/com/tcm/MineTale/datagen/ModLootTableProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public ModLootTableProvider(FabricDataOutput dataOutput, CompletableFuture<Holde
3535
@Override
3636
public void generate() {
3737
///Block Drops Itself
38-
dropSelf(ModBlocks.ARMORERS_WORKBENCH_BLOCK);
39-
4038
this.add(ModBlocks.ARMORERS_WORKBENCH_BLOCK,
4139
LootTable.lootTable() // Use the static factory method to start the builder
4240
.withPool(LootPool.lootPool()

0 commit comments

Comments
 (0)