Version 5.4

This commit is contained in:
2026-01-27 17:19:00 +00:00
parent 59ef42a1c2
commit d7558df773
3554 changed files with 303488 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_colossal"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_colossal"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_farming"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_farming"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_giant"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_giant"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_large"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_large"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_normal"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_normal"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_small"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_small"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_soaryn"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_soaryn"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_recipe": {
"conditions": {
"items": [
{
"items": "compactmachines:wall"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "compactmachines:new_machine_tiny"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_recipe"
]
],
"rewards": {
"recipes": [
"compactmachines:new_machine_tiny"
]
}
}