NovaEngineering-Source / ModularMachinery-Community-Edition

Customize your machinery with more powerful features.
https://www.curseforge.com/minecraft/mc-mods/modularmachinery-community-edition
GNU General Public License v3.0
28 stars 12 forks source link

NTB (!() #38

Closed RenanVieira88 closed 10 months ago

RenanVieira88 commented 11 months ago

Good day for you!

Has a way to make on machine parts NTB "Different off"?:

image

KasumiNova commented 11 months ago

Will it work to remove it?

RenanVieira88 commented 11 months ago

If I remove the entire line, its work with or without NTB

My idea is:

    {
        "x": 3,
        "y": 1,
        "z": -1,
        "nbt": " NOT EQUAL TO :"{"torque":"0.0f"}},
        "elements": [
            "immersiveintelligence:mechanical_device@0"

            Then the machine are monted
            I've used Transmission Box to Simulate a Windmill Rotor with MMC but its only be work, if windmill is operational.
            The problem here is Windmill send 20.0f Torque and Watermill 24.0f
            If the criteria are NOT EQUAL TO 0 its work on 2 cenarios 

            Sorry for my bad english
KasumiNova commented 11 months ago

You can use ZenScript to add relevant determinations after JSON registers the relevant machinery and structures, which might work for your needs.

Code

RenanVieira88 commented 11 months ago

I've never used Zs to make machines, only to make recipes.

I will try make this, tnks KasumiNova :)

KasumiNova commented 10 months ago

Due to the length of time this issue has gone unanswered, it is now closed, please re-open if you have any questions.