14 Replies
other-emerald•2y ago
Can anyone make all periodic table elements mod it would be cool cool yeahhhh
extended-salmon•2y ago
i tried to once
then depression hit
the holy grail
of sandboxels mods
multiple-amethyst•2y ago
Has anyone figured out a way to programmatically detect if an element is from a mod or not? I feel like this has been done before.
@ggod did
multiple-amethyst•2y ago
Which mod was it?
idk :3
multiple-amethyst•2y ago
@ggod Which mod did you detect which elements are from mods? I'm interested in doing something similar
I just need the mod name, I'll figure out everything else myself
fair-rose•2y ago
well it modifies the modloader directly so it's not a mod but I have posted the code here somewhere
multiple-amethyst•2y ago
I got TypeScript to autogenerate .d.ts files for Sandboxels (Not perfect, as they're autogenerated)
multiple-amethyst•2y ago
It only did functions and classes, and completely forgot about any global variables
I'm manually removing the
any
typesif everything goes smoothly, i suggest converting your save_loading.js saves to the new format so everyone can use them!!
simple load the old save with save_loading.js, then save it to a file in the new SAVES menu
fair-rose•2y ago