Skip to content

Commit

Permalink
Fox Hide block loot table
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Oct 9, 2024
1 parent eae3cea commit 5d25cf7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "expandedmobdrops:fox_hide"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public BlockLootTableProvider(FabricDataOutput output, CompletableFuture<Registr
@Override
public void generate() {
addDrop(EMDBlocks.FAT_BLOCK);
addDrop(EMDBlocks.FOX_HIDE);
}
}

0 comments on commit 5d25cf7

Please sign in to comment.