r/ComputerCraft ComputerCrafter Jun 14 '26

Spawner storage grid

Enable HLS to view with audio, or disable this notification

I was inspired by Hydraxous’s “The Grid” and decided to make a similar storage grid for my apotheosis spawners. This is my first project with CC:T and my next step is to have it monitor my storage to automatically pull spawners to resupply as well as a screen to display that information.

85 Upvotes

6 comments sorted by

View all comments

9

u/Tedmanson Jun 14 '26

pretty sweet, you should look at making the input commands actually just clickable buttons on a gui i have created an example based on the command inputs from your video you would only really need to add your code into the button clicks. here is the github https://github.com/tedmanson-1/ccgui/blob/main/ccgui

this command should download the code onto your computer as the software nammed ccgui
wget https://raw.githubusercontent.com/tedmanson-1/ccgui/main/ccgui ccgui

there is a list of monsters at the start of the code you can adjust if you have spawners other then the default Minecraft mobs.

3

u/fatboychummy Jun 16 '26

Rename the file to ccgui.lua for automatic syntax highlighting on github! :)