Open RenanVieira88 opened 5 months ago
"nbt"
-> "display-nbt"
?
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
{
"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.
I've try this early, don't work :/
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?