Did you use the world map search?
triplejumpgames
Creator of
Recent community posts
When I started the game, I didn’t know how to make compute shaders work in Godot. Now I do, but the simulation code is pretty complex and it would take some time to reimplement as compute shader (and I’m not 100% sure all the features of the simulation code would be possible yet). In future projects I will probably try setting up compute shader from the start.
This is great feedback, thanks!
Some of this is already planned, like there’s going to be a way to see the drop tables for materials in-game soon. :) And I’ll definitely add some way of getting the recipes in-game. I also really want to figure out a new way of handling power for mechanical pixels where we could have power-generation from machines and balance it out.
I tried creating a new world in this build and went all the way to the right and the upper right but I’m not seeing it… Can you see if there’s a particular type of pixel that is spawning the sand?
Also does this always happen if you create a new world? Does it happen at the left edge of the world too?
Quick Guide to Modding:
You can export material and reaction json files using the in-game console commands:
export_indiv_materialsexport_indiv_reactions
These will export the json files to the userdata/Materials and userdata/Reactions directories
Userdata directory is C:\Users[username]\AppData\Roaming\godot\app_userdata\Atomcraft
With the latest build (11-27-2025) the game will automatically load any new files you make in those directories on startup, so you can copy from existing files, make some modifications, and then try your materials and reactions in-game!
You can also hot-reload materials & reactions from the user directories after making changes by pressing F3, although if you are changing a lot of things at once or repeatedly overwriting things it might not work and you may need to restart the game at that point. A good way to test this works is to try changing the color of a material in a json file and then press F3 in game to see it update.
Remember you can give yourself your new materials from the console with give command
alrighty look forward to seeing what you come up with!



