Mobs-Dimensions2/src/overrides/config/modularmachinery/machinery/engine.json

32 lines
636 B
JSON
Raw Normal View History

2020-07-28 22:28:47 +02:00
{
"registryname": "engine",
"localizedname": "Electrical Engine",
"color": "52525B",
"parts": [
{
"x": 0,
"y": 0,
"z": 1,
"elements": [
"modulardiversity:blockmystmechoutput@0"
]
},
{
"x": 0,
"y": -1,
"z": 1,
"elements": [
"libvulpes:coil0@4"
]
},
{
"x": 0,
"y": -1,
"z": 0,
"elements": [
2020-08-04 19:30:15 +02:00
"modularmachinery:blockenergyinputhatch"
2020-07-28 22:28:47 +02:00
]
}
2020-08-04 19:30:15 +02:00
]
}