Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(!(<TEXT>) #97

Open
RenanVieira88 opened this issue Jun 1, 2024 · 4 comments
Open

(!(<TEXT>) #97

RenanVieira88 opened this issue Jun 1, 2024 · 4 comments
Labels
question Further information is requested

Comments

@RenanVieira88
Copy link

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?

@KasumiNova
Copy link
Collaborator

"nbt" -> "display-nbt"?

@KasumiNova KasumiNova added the question Further information is requested label Jun 1, 2024
@RenanVieira88
Copy link
Author

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

@KasumiNova
Copy link
Collaborator

{
    "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.

@developeropssenior
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants