IgorTimofeev / MineOS

Home of MineOS and it's software for OpenComputers mod
Other
758 stars 188 forks source link

Libraries error #310

Closed GraphIgor closed 3 years ago

GraphIgor commented 3 years ago

I tried to use some libraries, and i found not working, i tried to use this --> local component = require("component") local rs = component.redstone

rs.setOutput(require("sides").front, 15)

The library "sides" not found

IgorTimofeev commented 3 years ago

MineOS doesn't have sides library. If you need it - copy/paste from here: https://github.com/MightyPirates/OpenComputers/blob/master-MC1.12/src/main/resources/assets/opencomputers/loot/openos/lib/sides.lua

CoolCat467 commented 3 years ago

Actually... it does? It seems to be an older version of the one OpenOS has, but without some of the fancy features like iterating though the sides and whatnot. I did notice that "unknown" side was missing though.

What the real problem is, though, is that it's not referenced in the installer's file list, and it's not downloadable on the app market from what I saw the other day. At least it should be added to the app market, but it would probably just be easier to just have it added to that file list.

https://github.com/IgorTimofeev/MineOS/blob/master/Libraries/Sides.lua

IgorTimofeev commented 3 years ago

Actually... no, it doesn't. GitHub repo isn't equivalent to MineOS, it's a fucking file scrapyard for me. Sides, XML, Vector libs and who knows what else exists here "just in case" and not used by any default app

According to your logic, I should include by default every goddamn lib that in theory someone might need? It's an OS, not a fucking all-in-one-legendary-edition-noscope-opensource-libs-collection. It has own ecosystem with it's own default requirements, and all it's apps are linked to "optional" libs in AppMarket, which are never downloaded by default. What's so difficult about uploading your sides lib for everyone? Just use AppMarket and it's dependencies system and free me from such "nerdy" stuff or I will upload some ASCII gayporn for you

312