Skip to content

Commit

Permalink
:D
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnamilee committed Nov 2, 2024
1 parent 2525770 commit 66391f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"entries": [
{
"type": "minecraft:loot_table",
"value": "husksand:entities/husk"
"value": "vanilla:entities/husk"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:sand"
"name": "minecraft:stick"
},
{
"type": "minecraft:item",
"name": "minecraft:rotten_flesh"
"name": "minecraft:dead_bush"
},
{
"type": "minecraft:item",
Expand Down Expand Up @@ -102,5 +102,6 @@
],
"rolls": 1.0
}
]
],
"random_sequence": "minecraft:entities/husk"
}

0 comments on commit 66391f6

Please sign in to comment.