Is it possible to make machine with no slots, but with GUI? My machine based on standart furnace and have "objectType" : "container". But objectType "container" need to have at least one input slot. Maybe there is some different objectTypes, which allow to have in machine GUI, but no slots at all?
I'm not really sure on this matter, but the type would be "objectType" : "interactable", and it needs to have "interactAction" : "doSomethingBlah",
"interactAction" : needs a parameter to an action/script containing what the function is going to do. For example, in captainschair.object: "interactAction" : "openCockpitInterface",