Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
RhythmicSys committed Jun 27, 2024
2 parents 3291b6d + 2fb885e commit e5a809a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"description": {
"translate": "enchantment.minecraft.infinity"
},
"exclusive_set": "#minecraft:exclusive_set/bow",
"supported_items": [
"minecraft:bow",
"minecraft:crossbow"
],
"weight": 1,
"max_level": 1,
"min_cost": {
"base": 20,
"per_level_above_first": 0
},
"max_cost": {
"base": 50,
"per_level_above_first": 0
},
"anvil_cost": 8,
"slots": [
"mainhand"
],
"effects": {
"minecraft:ammo_use": [
{
"effect": {
"type": "minecraft:set",
"value": 0
},
"requirements": {
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:arrow"
}
}
}
]
}
}

This file was deleted.

0 comments on commit e5a809a

Please sign in to comment.