Skip to content

Commit

Permalink
Fixed larva drops
Browse files Browse the repository at this point in the history
  • Loading branch information
Insane96 committed May 9, 2022
1 parent 5bf5c81 commit 10a310d
Showing 1 changed file with 1 addition and 53 deletions.
Original file line number Diff line number Diff line change
@@ -1,53 +1 @@
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "progressivebosses:nether_star_shard",
"functions": [
{
"function": "progressivebosses:set_count_per_difficulty",
"count": 2,
"per_difficulty_chance": 0.75
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:ancient_debris",
"functions": [
{
"function": "progressivebosses:set_count_per_difficulty",
"count": 2,
"per_difficulty_chance": 0.75
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:enchanted_golden_apple",
"conditions": [
{
"condition": "progressivebosses:random_chance_with_difficulty",
"chance": 0.1,
"difficulty_modifier": -4
}
]
}
]
}
]
}
{}

0 comments on commit 10a310d

Please sign in to comment.