You've already forked minecraft-assets
Create/Update assets for version 1.21
This commit is contained in:
36
data/minecraft/enchantment/sharpness.json
Normal file
36
data/minecraft/enchantment/sharpness.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"anvil_cost": 1,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.sharpness"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:damage": [
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 1.0,
|
||||
"per_level_above_first": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"exclusive_set": "#minecraft:exclusive_set/damage",
|
||||
"max_cost": {
|
||||
"base": 21,
|
||||
"per_level_above_first": 11
|
||||
},
|
||||
"max_level": 5,
|
||||
"min_cost": {
|
||||
"base": 1,
|
||||
"per_level_above_first": 11
|
||||
},
|
||||
"primary_items": "#minecraft:enchantable/sword",
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/sharp_weapon",
|
||||
"weight": 10
|
||||
}
|
||||
Reference in New Issue
Block a user