Skip to content

Commit

Permalink
Added cuttlebone to the cuttlefish loot table
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Nov 17, 2024
1 parent 6438298 commit df169d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "hybrid-aquatic:cuttlebone"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ class EntityTypeLootTableProvider(output: FabricDataOutput) : SimpleFabricLootTa
ItemEntry.builder(Items.INK_SAC)
)
)
pool(
LootPool.builder()
.with(
ItemEntry.builder(HybridAquaticItems.CUTTLEBONE)
)
)
pool(
LootPool.builder()
.with(
Expand Down

0 comments on commit df169d0

Please sign in to comment.