Skip to content

Commit

Permalink
ok, debugged and ratios set for next gen
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnamilee committed Nov 2, 2024
1 parent 66391f6 commit dd5a21a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Rewrites the Minecraft Husk loot table to be more desert-like.

# loot table changes
- Changes default drop from rotten flesh to sand.
- Changes iron ingot roll to sand (looting affected).
- Changes carrot to rotten flesh (looting affected) vastly reducing the amount of flesh (they are dried out).
- Changes the potatoe to raw rabbit (looting affected), will be cooked if Husk is on fire.
- Changes default drop from rotten flesh to sand (looting affected).
- Changes iron ingot roll to dead bush.
- Changes carrot to rotten flesh, vastly reducing the amount of flesh (they are dried out).
- Changes the potatoe to raw rabbit, will be cooked if Husk is on fire.

See the JSON file for the full details.

Expand Down
2 changes: 1 addition & 1 deletion data/vanilla/loot_table/entities/husk.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:stick"
"name": "minecraft:rotten_flesh"
},
{
"type": "minecraft:item",
Expand Down

0 comments on commit dd5a21a

Please sign in to comment.