mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Adjust spawning rates for crystal shards
This commit is contained in:
parent
58e4fd5ba9
commit
138b9e19b4
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{ "condition": "minecraft:random_chance", "chance": 0.125 }
|
||||
{ "condition": "minecraft:random_chance", "chance": 0.25 }
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 2 }
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
|
|
Loading…
Reference in a new issue