Public
Federated
Thread
๐ก โ๏ธ McCreeaboo โ๏ธ ๐ก
went into a deep rabbit hole of testing Computercraft for my Enigmatica 2 Expert run 






school supplies
replyReply to @[email protected]
@MoeBritannica@varishangout.net is the mod open sores?

DISCORD KITTEN 14
replyReply to @[email protected]
@MoeBritannica@varishangout.net this is not good code

school supplies
replyReply to @[email protected]
@MoeBritannica@varishangout.net sauce available: https://github.com/cc-tweaked/CC-Tweaked/
they don't have a license in the repo for some reason
GitHub - cc-tweaked/CC-Tweaked: Just another ComputerCraft fork
Just another ComputerCraft fork. Contribute to cc-tweaked/CC-Tweaked development by creating an account on GitHub.
๐ก โ๏ธ McCreeaboo โ๏ธ ๐ก
replyReply to @[email protected]
@nyanide@lab.nyanide.com they have a weird kind of public license
https://github.com/cc-tweaked/CC-Tweaked/blob/mc-1.16.x/LICENSE

CC-Tweaked/LICENSE at mc-1.16.x ยท cc-tweaked/CC-Tweaked
Just another ComputerCraft fork. Contribute to cc-tweaked/CC-Tweaked development by creating an account on GitHub.
๐ก โ๏ธ McCreeaboo โ๏ธ ๐ก
replyReply to @[email protected]
@s8n@posting.lolicon.rocks i dont use Lua that often 


school supplies
replyReply to @[email protected]
@MoeBritannica@varishangout.net I sure hope a lawyer wrote that

DISCORD KITTEN 14
replyReply to @[email protected]
@MoeBritannica@varishangout.net whatever works works

school supplies
replyReply to @[email protected]
@MoeBritannica@varishangout.net @s8n@posting.lolicon.rocks I mean I'm no dmr (the code I've written in the past 4 days has been abysmal) but the searching for items thing could probably just be one function definition and 2 function calls instead. muh redundancy

GNU/Eris (theymab moment)
replyReply to @[email protected]
They do, it's just complicated. This one is the base license for the core I believe: https://github.com/cc-tweaked/CC-Tweaked/blob/mc-1.20.x/LICENSES/LicenseRef-CCPL.txt - https://github.com/cc-tweaked/CC-Tweaked/blob/mc-1.20.x/LICENSES/LicenseRef-CCPL.txtSee here (and any comments) for what gets what: https://github.com/cc-tweaked/CC-Tweaked/blob/mc-1.20.x/REUSE.toml - https://github.com/cc-tweaked/CC-Tweaked/blob/mc-1.20.x/REUSE.tomlCC: @nyanide@lab.nyanide.com - https://lab.nyanide.com/users/nyanide @MoeBritannica@varishangout.net - https://varishangout.net/users/MoeBritannica
CC-Tweaked/LICENSES/LicenseRef-CCPL.txt at mc-1.20.x ยท cc-tweaked/CC-Tweaked
Just another ComputerCraft fork. Contribute to cc-tweaked/CC-Tweaked development by creating an account on GitHub.
๐ก โ๏ธ McCreeaboo โ๏ธ ๐ก
replyReply to @[email protected]
UI work and can now transmit redstone signal across network 




๐ก โ๏ธ McCreeaboo โ๏ธ ๐ก
replyReply to @[email protected]
Found out that I can simply use Redstone Relays from Thermal Dynamics to able to invert redstone signals
Wish I still get to keep using Computercraft to keep the fancy display but the program loops so slowly and idk why 




DISCORD KITTEN 14
replyReply to @[email protected]
@MoeBritannica@varishangout.net >not building logic gates manually
ishygddt
๐ก โ๏ธ McCreeaboo โ๏ธ ๐ก
replyReply to @[email protected]
@s8n@posting.lolicon.rocks RFTools' logic gates are kinda shit
and cant place comparators on top of each other either 

๐ก โ๏ธ McCreeaboo โ๏ธ ๐ก
replyReply to @[email protected]
Did some major changes to my autistic Computercraft pet project for my E2:E run :jahy_acid:
- Breaking down my app from single-threaded to multi-threaded using the parallel API
- Parallelizing of item checking, being able to emit signal as fast as the Thermal Dynamic's Redstone Relays.
- Enhanced text rendering performance in terminal
- Terminal capable of scrolling through the list of items (forgot to demo)
- Network can pull items from connected auto sieves to the drawers
giant PNG of my code here
@Ronnie21093@varishangout.net @nyanide@lab.nyanide.com @theorytoe@varishangout.net @SuperSnekFriend@poa.st

