Housekeeping

This commit is contained in:
Vos
2025-11-12 22:49:27 -06:00
parent 375241b4da
commit fe43863064
24 changed files with 362 additions and 33 deletions
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate_entropy_ore": {
"conditions": {
"items": [
{
"items": "acesbs:deepslate_entropy_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:stable_entropy_from_blasting_deepslate_entropy_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_deepslate_entropy_ore"
]
],
"rewards": {
"recipes": [
"acesbs:stable_entropy_from_blasting_deepslate_entropy_ore"
]
}
}
@@ -4,11 +4,13 @@
"translate": "enchantment.acesbs.lightning_strike"
},
"effects": {
"minecraft:projectile_spawned": [
"minecraft:post_attack": [
{
"affected": "victim",
"effect": {
"type": "acesbs:lighting_strike"
}
},
"enchanted": "attacker"
}
]
},
@@ -0,0 +1,189 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "acesbs:entropy_ore"
}
],
"functions": [
{
"function": "minecraft:explosion_decay"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
},
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"acesbs:prisma_steel_pickaxe",
"acesbs:prisma_steel_hammer"
]
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:air",
"weight": 360
},
{
"type": "minecraft:item",
"name": "minecraft:coal",
"weight": 12
},
{
"type": "minecraft:item",
"name": "minecraft:raw_copper",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:raw_iron",
"weight": 6
},
{
"type": "minecraft:item",
"name": "minecraft:raw_gold",
"weight": 4
},
{
"type": "minecraft:item",
"name": "minecraft:lapis_lazuli",
"weight": 3
},
{
"type": "minecraft:item",
"name": "minecraft:redstone",
"weight": 2
},
{
"type": "minecraft:item",
"name": "acesbs:raw_entropy"
},
{
"type": "minecraft:item",
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
}
],
"functions": [
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
}
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"acesbs:prisma_steel_pickaxe",
"acesbs:prisma_steel_hammer"
]
}
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "acesbs:raw_entropy"
}
],
"functions": [
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
}
}
]
}
@@ -73,7 +73,7 @@
{
"type": "minecraft:item",
"name": "minecraft:coal",
"weight": 14
"weight": 12
},
{
"type": "minecraft:item",
@@ -83,12 +83,22 @@
{
"type": "minecraft:item",
"name": "minecraft:raw_iron",
"weight": 8
"weight": 6
},
{
"type": "minecraft:item",
"name": "minecraft:raw_gold",
"weight": 6
"weight": 4
},
{
"type": "minecraft:item",
"name": "minecraft:lapis_lazuli",
"weight": 3
},
{
"type": "minecraft:item",
"name": "minecraft:redstone",
"weight": 2
},
{
"type": "minecraft:item",
@@ -97,6 +107,10 @@
{
"type": "minecraft:item",
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
}
],
"functions": [
@@ -0,0 +1,13 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 2000,
"experience": 0.5,
"group": "stable_entropy",
"ingredient": {
"item": "acesbs:deepslate_entropy_ore"
},
"result": {
"id": "acesbs:stable_entropy"
}
}
@@ -3,6 +3,7 @@
"acesbs:entropy_block",
"acesbs:stable_entropy_block",
"acesbs:prisma_steel_block",
"acesbs:entropy_ore"
"acesbs:entropy_ore",
"acesbs:deepslate_entropy_ore"
]
}
@@ -1,6 +1,7 @@
{
"values": [
"acesbs:entropy_ore",
"acesbs:deepslate_entropy_ore",
"acesbs:entropy_block",
"acesbs:stable_entropy_block",
"acesbs:prisma_steel_block"
@@ -3,6 +3,7 @@
"acesbs:prisma_steel_helmet",
"acesbs:prisma_steel_chestplate",
"acesbs:prisma_steel_leggings",
"acesbs:prisma_steel_boots"
"acesbs:prisma_steel_boots",
"acesbs:berserkers_pauldron"
]
}