
(!(<TEXT>)
RenanVieira88 opened this issue ยท 4 comments
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?
{
"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 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