some small balancing

This commit is contained in:
2026-07-13 23:53:51 +02:00
parent 82e782a871
commit 8950cc9297
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{ {
"function": "minecraft:set_enchantments", "function": "minecraft:set_enchantments",
"enchantments": { "enchantments": {
"minecraft:piercing": 1 "minecraft:quickdraw": 1
}, },
"add": true "add": true
}, },

View File

@@ -16,7 +16,7 @@
"conditions": [ "conditions": [
{ {
"condition": "minecraft:random_chance", "condition": "minecraft:random_chance",
"chance": 0.00125 "chance": 0.001
} }
] ]
}, },
@@ -28,7 +28,7 @@
"conditions": [ "conditions": [
{ {
"condition": "minecraft:random_chance", "condition": "minecraft:random_chance",
"chance": 0.00125 "chance": 0.001
} }
] ]
} }