Files
ATM10/minecraft/kubejs/data/compactmachines/recipe/new_machine_giant.json
2026-01-27 17:19:00 +00:00

31 lines
579 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"E": {
"item": "compactmachines:enlarging_module"
},
"P": {
"tag": "c:obsidians"
},
"S": {
"item": "compactmachines:shrinking_module"
},
"W": {
"item": "compactmachines:wall"
}
},
"pattern": [
"WWW",
"EPS",
"WWW"
],
"result": {
"components": {
"compactmachines:machine_color": "#43D6CD",
"compactmachines:room_template": "compactmachines:giant"
},
"count": 1,
"id": "compactmachines:new_machine"
}
}