1 Commits
v1.0 ... main

Author SHA1 Message Date
AXOLOTsh
ce54145785 fix: trust enchantment attribute id 2026-05-01 17:07:46 +03:00

View File

@@ -1,39 +1,39 @@
{
"anvil_cost": 1,
"description": {
"translate": "more_enchantments.enchantment.thrust.description",
"fallback": "Тяга"
},
"effects": {
"minecraft:attributes": [
{
"amount": {
"type": "minecraft:lookup",
"values": [
0.005,
0.02,
0.04
],
"fallback": 0.01
},
"attribute": "minecraft:flying_speed",
"id": "elaria:enchantment.happy_ghast",
"operation": "add_value"
}
]
},
"max_cost": {
"base": 51,
"per_level_above_first": 10
},
"max_level": 3,
"min_cost": {
"base": 1,
"per_level_above_first": 10
},
"slots": [
"body"
],
"supported_items": "#minecraft:harnesses",
"weight": 10
"anvil_cost": 1,
"description": {
"translate": "more_enchantments.enchantment.thrust.description",
"fallback": "Тяга"
},
"effects": {
"minecraft:attributes": [
{
"amount": {
"type": "minecraft:lookup",
"values": [
0.005,
0.02,
0.04
],
"fallback": 0.01
},
"attribute": "minecraft:flying_speed",
"id": "more_enchantments:enchantment.trust",
"operation": "add_value"
}
]
},
"max_cost": {
"base": 51,
"per_level_above_first": 10
},
"max_level": 3,
"min_cost": {
"base": 1,
"per_level_above_first": 10
},
"slots": [
"body"
],
"supported_items": "#minecraft:harnesses",
"weight": 10
}