Skip to content

Commit

Permalink
Update Lesser Crimson Portal loot
Browse files Browse the repository at this point in the history
-More materials dropped per kill.
-Now always drops at least one curiosity.
  • Loading branch information
IcarussOne committed Aug 22, 2024
1 parent 95f79f4 commit e1077dd
Showing 1 changed file with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
"min": 3,
"max": 6
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 2
"max": 3
}
}
]
Expand All @@ -60,15 +60,15 @@
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
"min": 3,
"max": 6
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 2
"max": 3
}
}
]
Expand Down Expand Up @@ -103,13 +103,6 @@
{
"name": "curio",
"rolls": 1,
"conditions": [
{
"condition": "minecraft:random_chance_with_looting",
"chance": 0.5,
"looting_multiplier": 0.1
}
],
"entries": [
{
"type": "item",
Expand Down

0 comments on commit e1077dd

Please sign in to comment.