Files
meatballcraft/config/modularmachinery/machinery/essentia_crystallizer.json
T
2025-04-30 16:35:13 +08:00

106 lines
2.4 KiB
JSON

{
"registryname": "essentia_crystallizer",
"localizedname": "Essentia Crystallizer",
"color": 582078,
"modifiers": [
{
"elements": "contenttweaker:vibrating_stone@0",
"x": 0,
"y": 0,
"z": 1,
"description": "替换中间方块以获得产出x4",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 4
}
},
{
"elements": "contenttweaker:echo_warren_stone@0",
"x": 0,
"y": 0,
"z": 1,
"description": "替换中间方块以获得产出x20",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 20
}
}
],
"parts": [
{
"x": -1,
"y": 0,
"z": 0,
"elements": [
"thaumadditions:mithrillium_block@0"
]
},
{
"x": -1,
"y": 0,
"z": 1,
"elements": [
"generalized_output_item"
]
},
{
"x": 0,
"y": 1,
"z": 1,
"elements": [
"thaumcraft:crucible@0"
]
},
{
"x": 0,
"y": 0,
"z": 1,
"elements": [
"thaumcraft:metal_void@0"
]
},
{
"x": 1,
"y": 0,
"z": 0,
"elements": [
"thaumadditions:mithrillium_block@0"
]
},
{
"x": -1,
"y": 0,
"z": 2,
"elements": [
"thaumadditions:mithrillium_block@0"
]
},
{
"x": 1,
"y": 0,
"z": 1,
"elements": [
"generalized_input_item"
]
},
{
"x": 0,
"y": 0,
"z": 2,
"elements": [
"generalized_input_item"
]
},
{
"x": 1,
"y": 0,
"z": 2,
"elements": [
"thaumadditions:mithrillium_block@0"
]
}
]}