Stabilizer and Eviscerator

This commit is contained in:
Vos
2026-01-31 21:12:38 -06:00
parent 829468755b
commit f5ca1ad4c0
48 changed files with 839 additions and 281 deletions
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_endtropy_ore": {
"conditions": {
"items": [
{
"items": "acesbs:endtropy_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:stable_endtropy_from_blasting_endtropy_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_endtropy_ore"
]
],
"rewards": {
"recipes": [
"acesbs:stable_endtropy_from_blasting_endtropy_ore"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_raw_endtropy": {
"conditions": {
"items": [
{
"items": "acesbs:raw_endtropy"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:stable_endtropy_from_blasting_raw_endtropy"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_raw_endtropy"
]
],
"rewards": {
"recipes": [
"acesbs:stable_endtropy_from_blasting_raw_endtropy"
]
}
}
@@ -1,32 +0,0 @@
{
"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"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_entropy_ore": {
"conditions": {
"items": [
{
"items": "acesbs:entropy_ore"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:stable_entropy_from_blasting_entropy_ore"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_entropy_ore"
]
],
"rewards": {
"recipes": [
"acesbs:stable_entropy_from_blasting_entropy_ore"
]
}
}
@@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_raw_entropy": {
"conditions": {
"items": [
{
"items": "acesbs:raw_entropy"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:stable_entropy_from_blasting_raw_entropy"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_raw_entropy"
]
],
"rewards": {
"recipes": [
"acesbs:stable_entropy_from_blasting_raw_entropy"
]
}
}
@@ -11,7 +11,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "acesbs:entropic_evicerator"
"name": "acesbs:entropic_eviscerator"
}
],
"rolls": 1.0
@@ -1,13 +0,0 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 2000,
"experience": 0.5,
"group": "stable_endtropy",
"ingredient": {
"item": "acesbs:endtropy_ore"
},
"result": {
"id": "acesbs:stable_endtropy"
}
}
@@ -1,13 +0,0 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 2000,
"experience": 0.5,
"group": "stable_endtropy",
"ingredient": {
"item": "acesbs:raw_endtropy"
},
"result": {
"id": "acesbs:stable_endtropy"
}
}
@@ -1,13 +0,0 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 2000,
"experience": 0.5,
"group": "stable_entropy",
"ingredient": {
"item": "acesbs:deepslate_entropy_ore"
},
"result": {
"id": "acesbs:stable_entropy"
}
}
@@ -1,13 +0,0 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 2000,
"experience": 0.5,
"group": "stable_entropy",
"ingredient": {
"item": "acesbs:entropy_ore"
},
"result": {
"id": "acesbs:stable_entropy"
}
}
@@ -1,13 +0,0 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 2000,
"experience": 0.5,
"group": "stable_entropy",
"ingredient": {
"item": "acesbs:raw_entropy"
},
"result": {
"id": "acesbs:stable_entropy"
}
}
@@ -8,7 +8,7 @@
"acesbs:infernal_ashes_ore",
"acesbs:endtropy_ore",
"acesbs:entropic_stabilizer",
"acesbs:entropic_evicerator",
"acesbs:entropic_eviscerator",
"acesbs:entropic_entangler"
]
}
@@ -7,7 +7,7 @@
"acesbs:stable_entropy_block",
"acesbs:prisma_steel_block",
"acesbs:entropic_stabilizer",
"acesbs:entropic_evicerator",
"acesbs:entropic_eviscerator",
"acesbs:entropic_entangler"
]
}