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