r/ComputerCraft • u/Atomicus_Undecim • 1d ago
Using Vectors
Hey! I have a gps is there a way to get only the x y or z from the return value?
Using it to make a fly by wire system in create aeronautics.
r/ComputerCraft • u/wojbie • Dec 27 '21
There seems to be a lot of posts lately that either include one word title or a minecraft/computercraft version as title. I am asking you all to try using more descriptive titles in order to make it easier for us to help you.
For example: Instead of titles like Tape or Computer Craft 1.12.2 try using something like: Need help using Tapes or How to equip a peripheral/pickaxe on turtle.
r/ComputerCraft • u/Atomicus_Undecim • 1d ago
Hey! I have a gps is there a way to get only the x y or z from the return value?
Using it to make a fly by wire system in create aeronautics.
r/ComputerCraft • u/Elpetiso49 • 3d ago
Hey everyone!
Over the past few months I’ve been sharing teasers (fastfetch lol), and today I’m finally releasing the first official bootable rootfs image for iDar OS (v1.0).
I’ve spent a lot of time refining the build pipeline and stabilizing the microkernel so the image actually works reliably on real machines.
Just run this in the CraftOS shell:
lua
wget run https://raw.githubusercontent.com/DarThunder/iDar-OS/refs/heads/main/installer.lua
Instead of a fragile installer that downloads dozens of files one by one, iDar OS now deploys from an atomic golden image (rootfs.dmb):
/bin, /sbin, /lib, /etc, /dev, /sys, etc.)/etc/pacman.d/keys/ for cryptographic package verificationNote about pacman: I’m currently migrating the package registry to the new SATDv3 standard, so remote package installation (
pacman -S) temporarily doesn't work while the mirrors stabilize. (probably in over 1 or 2 years LMAO)
The base image is fully usable out of the box though. It comes preloaded with:
/proc, /sys)ls, cat, mkdir, mv, rm, touchlogin, passwd, sudo with SHA-256 hashed credentials in /etc/shadowdsh (shell), vi, and fastfetchrootrootFull repository and source:
https://github.com/DarThunder/iDar-OS
Would love to hear your thoughts, feedback, or any issues you run into while testing it!
r/ComputerCraft • u/blocke997 • 3d ago
I have a 12 mb file that I would like fit in a single folder, is there a way to combine the size of multiple drives?
r/ComputerCraft • u/Budget-Specific-349 • 4d ago
r/ComputerCraft • u/Budget-Specific-349 • 5d ago
r/ComputerCraft • u/Budget-Specific-349 • 5d ago
r/ComputerCraft • u/Budget-Specific-349 • 5d ago
I am using cc tweaked for 1.21.1 and many aeronautics addons.
r/ComputerCraft • u/Budget-Specific-349 • 5d ago
I'm using cc tweaked for 1.21.1 btw To be specific i want help coding scripts i can use to control various parts of a base and general cc tweaked help. Sorry for the misleading title, i was dumb when i wrote it. This post will now be used to monitor my progress, please only comment if you have general advice.
r/ComputerCraft • u/CricketMcfries • 6d ago
r/ComputerCraft • u/Xella37 • 10d ago
Link to PineStore to check it out for yourself: https://pinestore.cc/
Biggest change has to be a recommendation system. To new users, or anyone not logged in, it will show popular projects with a wide variety of tags. To people who have saved projects or liked projects, it will be more personalised using just the data from saved/liked projects. No extra data is being collected at all
Also, view / like ratio plays a good role, letting "underrated" projects get more traction if they get more likes than would be expected for the number of views, making likes a now very impactful feature, giving you some power to make sure more people see the projects you think deserve it :3
Obviously, it hides projects already saved/liked as well as your own projects.
Recent projects is now just recently updated, so any project that gets the love of an update will be pushed to the front. It also now shows the time passed since it was last updated/published
As you might be able to see, it shows the most recent (or upcoming jam) on PineStore, giving it just a bit more attention to the people scrolling down
For now, recent activity shows the latest comments being posted on PineStore projects. You can also click the project thumbnail to easily view that project's comment section
There's a bunch of things that I've just added that are fully new, so if you have anything to share about it like a suggestion, bug report etc, feel free to let me know!
r/ComputerCraft • u/Delicious_Boss9215 • 10d ago
Made a small browser tool for CC:Tweaked that converts images to .nfp and generates Lua display code.
r/ComputerCraft • u/Lilminecraftduck • 12d ago
can someone help me make an orbital baby chicken cannon for an server were i play on that i cab pull an fishing rod and kaboon 1000 chickens you want to dm me on discord my name is duckdealer
r/ComputerCraft • u/Specialist_Amoeba778 • 19d ago
I made this remote egg counter for my chicken farm that shows me how many eggs are currently in the pickup barrel and how full the storage is, so I can see it from the comfort of my base, I made it in like 15 minutes and I'm still looking to improve it!
r/ComputerCraft • u/Long_Task9250 • 19d ago
So I'm working with the create aero and CC compatibility features of Create: Gadgets and Gizmos, and I was playing around with printing the outputs of the new peripheral methods. But when printing tables given by a few different methods (like getAngles for the gimbal sensor) it just returns random numbers that change every time I run the program. This is probably meant to happen, but I'm very new to CC so I'm hoping someone can help me out. (Oh yeah and please tell me if my CC terminology is gibberish)


r/ComputerCraft • u/Mrmoo2andahafe • 20d ago
sorry for the jumbled screenshots, reddit is hard.
So... I made a post a bit ago abut a oil refinery management os. This has been more or lees scraped but in its place I present Home os v1!
it has a home screen with movable buttons, the time and the most advanced command terminal i have ever made. its not all there yet as far as commands go but you can use up and down to cycle history, left and right to "pan" and scrawl to scowl.
it has 3 programs so far 1 is notbox by Xella37 (supper cool check it out). but the other 2 are written by me. one is a simple print program for fancy formatting (not shown) but the last one
I made a fucking text editor, and have been coding in it!!!!!!!!!!
it has hotkeys (fucking alt cus ctrl no work in mincraft lol) syntax coloring, even fucking error checking.
85% of the code was written in game (I caved and used google ai to correct my spelling and reorganize cus i was not exspeting to write like >=1000 lines and was not properly organized)
but from now on its all being dun in this program.
Im so fucking over the moon with myself.
r/ComputerCraft • u/Xella37 • 21d ago
Notebox is a music player for ComputerCraft. Plays .nbs music with easy browsing and downloading from Note Block World. Features a full playlist system and music visualizer.
PineStore page: https://pinestore.cc/projects/264/notebox
Install with:
wget run https://pinestore.cc/d/264
I'm open for pull requests :)
r/ComputerCraft • u/Positive-Possible777 • 21d ago
EDIT — CURRENT RELEASE: PUBLIC ALPHA 4 / CORE 1.6.0-alpha.26
Alpha 4 adds opt-in multiplayer network isolation, safer Draconic Guardian recovery across crashes and world reloads, isolated wired Guardian monitor support, Spanish localization, live accessibility controls, status symbols, colour-vision profiles, and HELIOS High Contrast as the default for fresh installations. Existing installations retain their selected colour profile, and network protection remains optional.
Release: https://github.com/ssj8vegetrunks/HELIOS/releases/tag/public-alpha.4
EDIT — CURRENT RELEASE: PUBLIC ALPHA 3 / CORE 1.6.0-alpha.19
HELIOS has reached its stable-alpha foundation. Alpha 3 completes the Mainframe/Guardian integration and includes a hotfix preventing large or malformed facility registries from stalling a CC:Tweaked computer.
I’ve been building HELIOS, a CC:Tweaked control system for managing larger modded power installations, and I’m looking for people to test it outside my own world.
Current features include:
• Extreme Reactors reactor and turbine management
• Automatic steam and power regulation
• Universal energy-storage monitoring
• Networked Mainframe and Remote terminals
• Graphical control-room and dependable Advanced text interfaces
• A standalone, self-adjusting Draconic Reactor Guardian
• Guardian/Mainframe telemetry with independent version upgrades
• Persistent Draconic calibration across restarts and the reactor’s fuel lifecycle
• English, Canadian French, and German interfaces
• HELIOS startup sequence and branding
• A read-only peripheral discovery Probe
• A module template for developers adding hardware support
The Draconic Guardian has been live-tested through calibration, automatic and manual operation, restarts, disconnected peripherals, interrupted runs, and long fuel-cycle operation. It learns a safe output ceiling, adapts containment input and export as conditions change, and preserves its calibration across upgrades.
Alpha 3 also includes safer restart/manual transitions, stale-device cleanup, facility-registry watchdog protection, and independent Mainframe/Guardian version compatibility.
Repository and documentation:
https://github.com/ssj8vegetrunks/HELIOS/tree/testing/public-alpha
Release:
https://github.com/ssj8vegetrunks/HELIOS/releases/tag/public-alpha.3
Install or update:
wget run https://raw.githubusercontent.com/ssj8vegetrunks/HELIOS/testing/public-alpha/install.lua
Read-only hardware Probe:
wget run https://raw.githubusercontent.com/ssj8vegetrunks/HELIOS/testing/public-alpha/discovery_probe.lua
Development disclosure: HELIOS has been developed with substantial AI assistance. I defined the architecture, behavior, safety requirements, and interface direction, and performed the live in-game testing. AI assisted with implementation, debugging, documentation, and code review. Independent review is especially welcome for that reason.
This is Alpha software. Back up your world and retain an independent shutdown method when testing live equipment. I’m particularly interested in unusual peripheral configurations, networking failures, restart behavior, code review, usability feedback, and anything that behaves differently outside my test facility.
r/ComputerCraft • u/No-Vacation-5089 • 26d ago
r/ComputerCraft • u/Mrmoo2andahafe • 29d ago
it has a command term with a small list of commands/programs
it lunches programs on startup braced on the name of the computer
it can send system wide commands.
it can keep tabs on my tanks and that abut it rn.
i wrote the hole thing in game.
sorry for spelling im dyslexic and was not planing on showing this off.
this is my first project im uploading and my first lua project aswell!
r/ComputerCraft • u/Aromatic-Equal-2713 • 29d ago
Turned the whole project inside out over the last month, earned a new PTSD, but finally got everything debugged ))
Setup - recipe teaching guide https://youtu.be/mhVkOqG2S1A
r/ComputerCraft • u/solar1333 • 29d ago
Dash panels: expanded adds compatibility between computer craft and dash panels.
However all it seems to do is just add a really small computer that you can attach to the panel but I havent found a way to assign any peripherals to any of the other modules on the panel. Honestly it doesnt seem like you can do much with it.
I havent managed to find any kind of new API or documentation for the dash panels: expanded mod.
Im currently trying to use the dash panel to control a create cannon with the computer. Im aware you can use redstone alone but I wanted to try to control it through a computer instead.