This commit is contained in:
Vos
2025-11-11 15:40:34 -06:00
parent 145c86aa2f
commit 734ff0e7d9
22 changed files with 182 additions and 31 deletions
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:prisma_steel"
"recipe": "acesbs:prisma_steel"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:prisma_steel"
"acesbs:prisma_steel"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:raw_entropy"
"recipe": "acesbs:raw_entropy"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:raw_entropy"
"acesbs:raw_entropy"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:stable_entropy"
"recipe": "acesbs:stable_entropy"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:stable_entropy"
"acesbs:stable_entropy"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:entropy_block"
"recipe": "acesbs:entropy_block"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:entropy_block"
"acesbs:entropy_block"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:prisma_steel_block"
"recipe": "acesbs:prisma_steel_block"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:prisma_steel_block"
"acesbs:prisma_steel_block"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:stable_entropy_block"
"recipe": "acesbs:stable_entropy_block"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:stable_entropy_block"
"acesbs:stable_entropy_block"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_lemon_from_campfire_cooking"
"recipe": "acesbs:cooked_lemon_from_campfire_cooking"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:cooked_lemon_from_campfire_cooking"
"acesbs:cooked_lemon_from_campfire_cooking"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_lemon_from_smelting"
"recipe": "acesbs:cooked_lemon_from_smelting"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:cooked_lemon_from_smelting"
"acesbs:cooked_lemon_from_smelting"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cooked_lemon_from_smoking"
"recipe": "acesbs:cooked_lemon_from_smoking"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:cooked_lemon_from_smoking"
"acesbs:cooked_lemon_from_smoking"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:stable_entropy_from_blasting_entropy_ore"
"recipe": "acesbs:stable_entropy_from_blasting_entropy_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:stable_entropy_from_blasting_entropy_ore"
"acesbs:stable_entropy_from_blasting_entropy_ore"
]
}
}
@@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:stable_entropy_from_blasting_raw_entropy"
"recipe": "acesbs:stable_entropy_from_blasting_raw_entropy"
},
"trigger": "minecraft:recipe_unlocked"
}
@@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"minecraft:stable_entropy_from_blasting_raw_entropy"
"acesbs:stable_entropy_from_blasting_raw_entropy"
]
}
}
@@ -0,0 +1,32 @@
{
"anvil_cost": 2,
"description": {
"translate": "enchantment.acesbs.lightning_strike"
},
"effects": {
"minecraft:post_attack": [
{
"affected": "victim",
"effect": {
"type": "acesbs:lighting_strike"
},
"enchanted": "attacker"
}
]
},
"max_cost": {
"base": 25,
"per_level_above_first": 9
},
"max_level": 2,
"min_cost": {
"base": 5,
"per_level_above_first": 7
},
"primary_items": "#minecraft:enchantable/bow",
"slots": [
"mainhand"
],
"supported_items": "#minecraft:enchantable/weapon",
"weight": 5
}