Modular Machinery: Community Edition

Modular Machinery: Community Edition

239k Downloads

(!(<TEXT>)

RenanVieira88 opened this issue ยท 4 comments

commented

Hi,

in this exemple:

{
"parts": [
{
"x": 0,
"y": -1,
"z": 0,
"nbt": {"facing":"0","id":"immersiveintelligence:transmissionbox","energy":{"torque":"0.0f","speed":"0.0f"}},
"elements": [
"immersiveintelligence:mechanical_device@0"
]
}
]}

Is there any way to do this for the assembly machine if the torque is different from 0?

commented
{
    "parts": [
        {
            "x": 0,
            "y": -1,
            "z": 0,
            "nbt": {"facing":"0","id":"immersiveintelligence:transmissionbox","energy":{"torque":">0.0f","speed":"0.0f"}},
            "elements": [
                "immersiveintelligence:mechanical_device@0"
            ]
        }
    ]
}

Not sure it will works.

commented

"nbt" -> "display-nbt"?

commented

I don't understand, sorry, to give an example of what I want to do:
The machine should only work if it has torque, but it can be any torque, anything other than 0

commented

I've try this early, don't work :/