I've been trying to implement an application to MineOS, an awesome Mac OS X Copy for OC.
This application is a clone of the Geoscan app that comes with the OS
I don't know why only one button of five in the GUI is responsive, but I do know that the responsive button is random, and changes each time the world is loaded.
All apps in MineOS use the ESCAPI API
local c = require("component")
local event = require("event")
local geo, holo
local gpu = c.gpu
local ecs = require("ECSAPI")
local palette = require("palette")
local computer = require("computer")
local args = {...}
--Провер