You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
31
data/minecraft/enchantment/silk_touch.json
Normal file
31
data/minecraft/enchantment/silk_touch.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"anvil_cost": 8,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.silk_touch"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:block_experience": [
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:set",
|
||||
"value": 0.0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"exclusive_set": "#minecraft:exclusive_set/mining",
|
||||
"max_cost": {
|
||||
"base": 65,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"max_level": 1,
|
||||
"min_cost": {
|
||||
"base": 15,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/mining_loot",
|
||||
"weight": 1
|
||||
}
|
||||
Reference in New Issue
Block a user