You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
34
data/minecraft/enchantment/aqua_affinity.json
Normal file
34
data/minecraft/enchantment/aqua_affinity.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"anvil_cost": 4,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.aqua_affinity"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:attributes": [
|
||||
{
|
||||
"amount": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 4.0,
|
||||
"per_level_above_first": 4.0
|
||||
},
|
||||
"attribute": "minecraft:submerged_mining_speed",
|
||||
"id": "minecraft:enchantment.aqua_affinity",
|
||||
"operation": "add_multiplied_total"
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_cost": {
|
||||
"base": 41,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"max_level": 1,
|
||||
"min_cost": {
|
||||
"base": 1,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"slots": [
|
||||
"head"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/head_armor",
|
||||
"weight": 2
|
||||
}
|
||||
Reference in New Issue
Block a user