Commit Graph

512 Commits

Author SHA1 Message Date
O-01-67 9d18b31473
simple invisible wall
element invisible_wall is wall but sets itself to the bg color
2022-05-20 19:18:07 -04:00
O-01-67 7f3e5c7405
Mod that adds color tools
add, subtract, multiply, grayscale, invert, and 2 shitpost tools
2022-05-19 12:22:07 -04:00
O-01-67 55d94a9a92
Mod now does nothing if pageColor isn't set
to suppress that undefine error
2022-05-17 13:39:17 -04:00
O-01-67 b3176a8c0c
Mod now supports triplets that are missing a #
so FF0000 will become #FF0000 and be used
2022-05-17 13:27:28 -04:00
O-01-67 3c2bee69ed
Mod to set the color outside of the canvas
Use the pageColor query parameter to specify a color.
Pass "?pageColor=bg" to use the color in settings.bg (the user-defined canvas background color)
Supports anything that can be a color string, but # has to be %23.
2022-05-17 12:48:00 -04:00
Lily-129 d665c38f6a
cross between BP and PS 2022-05-01 20:27:37 -04:00
Lily-129 61dddb1136
Update for gas density
and make finine+iocalf use adjacentCoords
2022-05-01 19:09:31 -04:00
Lily-129 cf8ed603b0
Tried fixing fatal color bug
and removed gravity tools because another mod adds them
2022-05-01 18:00:23 -04:00
Lily-129 a2516f5268
delete other dummy mod
now it's also a query param
2022-04-30 16:47:57 -04:00
Lily-129 db9788f257
delete dummy mod
now it's a query param
2022-04-30 16:47:45 -04:00
Lily-129 f67113cf28
rockString uses query, bounds alert()
same as previous commit
2022-04-30 16:47:08 -04:00
Lily-129 d3ef7dd90d
Changed liquidString toggle to query string
instead of a dummy file
also alert()ed bounds
2022-04-30 16:45:18 -04:00
Lily-129 fe02c0fcbc
Use query parameter to specify fairy amount
fairyAmount parameter sets the amount of fairies
2022-04-30 16:35:18 -04:00
Lily-129 014624e6ea
Lets you mix Birthpool and Primordial Soup
Sets the Birthpool density to the PSoup density and sets its state to liquid
2022-04-29 21:29:23 -04:00
Lily-129 5a6f2bef36
infection 2022-04-22 21:06:21 -04:00
Lily-129 eb95a2c1f7
includeRandom parameter
Include the spouts in random if an includeRandom parameter exists, or exclude them if it doesn't.

Also exclude liquid and fire cloners
2022-04-21 13:38:47 -04:00
Lily-129 df923b54e3
no
too shitty
2022-04-21 13:08:48 -04:00
Lily-129 a4406bc07e
remove broken-deprecated mod
bye
2022-04-21 13:01:28 -04:00
Lily-129 e70c252a69
tweak bounds 2022-04-21 11:32:54 -04:00
Lily-129 8ad45503d0
A mod that lets you adjust pixelSize
by putting the pixelSize parameter in the query string.

> The "pixelSize" query parameter sets the size of the pixels; this is inversely proportional to the pixel "resolution", so bigger numbers mean less pixels fit on the screen and smaller numbers mean that more pixels will fit.
> Depending on your screen's size, the default pixelSize is either 5 or 6 (6 on larger screens).
> Making the pixels twice as big will decrease the pixel capacity by *slightly over* 4, and the reverse is also true. (I don't know why that is.)
2022-04-21 11:25:53 -04:00
Lily-129 f1129f046b
changed sign
bruh momnet
2022-04-19 09:15:33 -04:00
Lily-129 f9cdd92e07
fixed rgbToHex rounding 2022-04-19 09:05:37 -04:00
Lily-129 56581d12fa
fixed rgbToHex rounding 2022-04-19 09:05:04 -04:00
Lily-129 959164a73d
dacite update 2022-04-19 09:02:55 -04:00
Lily-129 ee5f63c446
rainbow magma has intermediate viscosity 2022-04-19 09:01:28 -04:00
Lily-129 fc5cda1684
viscosity update
*viscosity
2022-04-19 07:43:59 -04:00
Lily-129 26bc387cda
update todo
it's a stretch
2022-04-18 21:47:37 -04:00
Lily-129 283e7e2c97
fixed mafic-ultramafic intermediate reaction bug 2022-04-18 21:46:29 -04:00
Lily-129 f36639dd48
todo 2022-04-18 13:45:29 -04:00
Lily-129 b9a5d18105
Added more igneous rocks
Incomplete mod
ultramafic phanerite: peridotite | mafic phanerite: gabbro (renamed vanilla rock) | intermediate phanerite: diorite | felsic phanerite: granite
ultramafic aphanite: komatiite | mafic aphanite: basalt | intermediate aphanite: andesite | felsic phanerite: rhyolite
2022-04-18 13:31:27 -04:00
Nubo318 807e26d6b8
bread and toast kill people 2022-04-13 22:09:41 -05:00
Nubo318 35d5a3e804
lactose intolerance and celiac 2022-04-13 21:58:42 -05:00
slweeb ff17ed8578 Merge branch 'main' of https://github.com/slweeb/sandboxels 2022-04-13 20:40:37 -04:00
slweeb 30d689e854 1.5 2022-04-13 20:40:35 -04:00
Lily-129 883055f248
not really suited for the github
When the mind is changed!😳
2022-04-08 10:21:48 -04:00
Lily-129 8aabfc44e9
not really suited for the github
When the mind is changed!😳
2022-04-08 10:21:41 -04:00
Lily-129 b2bb37dcb2
not really suited for the github
When the mind is changed!😳
2022-04-08 10:21:34 -04:00
Lily-129 d28748376e
liquidAmount sets the amount of generated liquids
It works like the "rockAmount" parameter in the rock mod. "?liquidAmount=100" will produce 100 randomly generated solid-liquid-gas triplets.

With both mods enabled, passing "?rockAmount=76&liquidAmount=42" will make the mods generate 76 rock-gravel pairs and 42 SLG triplets.
2022-04-08 10:17:01 -04:00
Lily-129 24b28a2f28
rockAmount parameter now sets the amount of rocks
For example, passing "?rockAmount=20" makes the script generate 20 rocks instead of 10. Bounds 1 and 10,000.
2022-04-08 10:08:27 -04:00
Lily-129 19f9024698
compatibility 2022-04-07 07:46:58 -04:00
Lily-129 622f425f59
compatibility 2022-04-07 07:45:24 -04:00
Lily-129 2a350f6974
oversize liquid dump
i had to do 15000 because 25000 was too thicc for GitHub
2022-04-06 18:53:03 -04:00
Lily-129 1a7df7bbbc
liquid generator script like the rock one
and its companion dummy file
2022-04-06 18:31:11 -04:00
Lily-129 4bc955e092
e
e
2022-04-06 13:43:09 -04:00
Lily-129 694092a326
update string
i forgor
2022-04-06 10:25:16 -04:00
Lily-129 84d997c289
40000 more rocks
15,000 rocks and another set of 25,000 generated with the same version of random_rocks
2022-04-06 10:24:47 -04:00
Lily-129 90c5d026e8
replacing file with bigger file 2022-04-06 10:24:02 -04:00
Lily-129 5fe6bfcefe
another huge script
10,000 pairs of slightly different versions of rock and gravel.
Why?
2022-04-06 09:04:28 -04:00
Lily-129 457e7abc75
dummy script to enable rock logging to console
its presence lets random_rocks.js know that its rock elements should be output to the console, à la Garden of Glass (allegedly)
2022-04-06 09:03:26 -04:00
Lily-129 2d0206f769
gravel generation
and some other changes
2022-04-06 09:00:30 -04:00
Lily-129 608afa9695
randgenned elements but rock variants
of course
2022-04-05 21:04:18 -04:00
Lily-129 09844b77db
downward chameleon block
when the
2022-04-04 13:13:36 -04:00
Lily-129 55e4653a38
addition
with "imported" code
2022-04-04 12:04:41 -04:00
Lily-129 82ea1671bb
added andesite 2022-04-03 17:11:06 -04:00
Lily-129 2f72b7096b
mod adding granite
i felt like coding
2022-03-31 13:50:57 -04:00
StellarX20 9034960e99
Changed cactus seed behavior 2022-03-26 11:20:41 -04:00
StellarX20 3fc25f363d
How did that get there? Fixed it. 2022-03-26 11:16:05 -04:00
StellarX20 87fc526d1d
added cacti and mythical/magic category 2022-03-26 11:10:23 -04:00
StellarX20 bd3c612854
() 2022-03-26 10:35:08 -04:00
StellarX20 241c3860ae
Update Neutronium Mod.js 2022-03-26 10:30:56 -04:00
StellarX20 6d44461090
Added some stuff for fun 2022-03-26 10:21:23 -04:00
Lily-129 09f014b337
fix lean
overall tweaks and fixes
2022-03-04 15:42:57 -05:00
Lily-129 cd0ae8a929
Lean mod
I wrote half of this code on my phone so it probably has one of the stupid-type errors
2022-03-04 15:19:39 -05:00
Lily-129 12329ab062
nested cluster bombs 2022-03-04 13:37:54 -05:00
Lily-129 b20fa0090a
element 2022-03-04 11:59:13 -05:00
Lily-129 084a08a890
mod support change 2022-03-04 11:58:48 -05:00
Lily-129 cedc5c7c43
pushing machines
each of which pushes pixels in a certain direction
2022-03-04 11:40:07 -05:00
Lily-129 9f560c96f5
Rename test4.js to test3.js
t he
2022-03-04 10:43:25 -05:00
Lily-129 7c27f92d2b
triple point simulation
not very accurate
2022-03-04 10:43:02 -05:00
Lily-129 22d100b213
some alcohols
suggest reacts pls
2022-03-03 09:56:50 -05:00
Lily-129 dbb0ff0235
mod change for incoming file 2022-03-03 09:56:15 -05:00
Lily-129 ff3c165007
crimwater boil 2022-03-03 08:01:41 -05:00
Lily-129 132d9a1aed
title 2022-03-02 17:05:54 -05:00
Lily-129 e0bd0eda57
troll 2022-03-01 14:06:41 -05:00
Lily-129 81189df7ab
removed pixelSize statement 2022-03-01 13:23:10 -05:00
Lily-129 1022dfc41c
like circles but with triangles 2022-03-01 13:22:34 -05:00
Lily-129 6d1b06f467
gas charge fix 2022-03-01 12:15:16 -05:00
Lily-129 bcbed3959c
gas charge fix 2022-03-01 12:15:02 -05:00
Lily-129 a16d672439
mod for sandboxels to use circles instead of boxes
and an acidboxels version
2022-03-01 12:08:23 -05:00
Lily-129 c963196773
define settings.bg 2022-03-01 07:39:26 -05:00
Lily-129 cc7a8a0b50
troll 2022-02-26 17:29:37 -05:00
Lily-129 57e878a282
todo 2022-02-25 19:37:42 -05:00
Lily-129 3ea35f435d
ichor 2022-02-24 20:45:37 -05:00
Lily-129 3417c0fb5c
more stuff, mostly foliage 2022-02-24 20:28:55 -05:00
Lily-129 aa20c00b54
delete all of specific element tool 2022-02-23 20:08:35 -05:00
Lily-129 41e899929b
mod split 2022-02-23 20:07:53 -05:00
Lily-129 daf0451c58
more todo 2022-02-23 20:07:03 -05:00
Lily-129 073ae100a9
tool to delete all of a specific element 2022-02-23 20:06:00 -05:00
Lily-129 264fe20d0d
add to todo comment 2022-02-23 19:59:39 -05:00
Lily-129 ff1a81e2f3
mod that adds spreading "crimson"
and block variants
2022-02-23 19:59:12 -05:00
Lily-129 6cc060ea09
set states 2022-02-20 23:21:19 -05:00
Lily-129 ea8360cbe6
more updates 2022-02-20 23:12:18 -05:00
Lily-129 3d73a320f7
more molten lithium tweaks
fuck scientific papers
fuck lithium
2022-02-20 23:08:07 -05:00
Lily-129 a1f8e51341
molten lithium tweaks
it's more reactive and it isn't hot enough to glow orange
2022-02-20 22:59:52 -05:00
Lily-129 bf54633bc3
lithium mod
i was going to make all of the group 1 metals but lithium tired me out
2022-02-20 22:57:47 -05:00
Sightnado c698657795
more tools for moretools.js 2022-02-20 12:38:55 -05:00
Lily-129 6f1f319317
random exclusion 2022-02-19 23:36:03 -05:00
slweeb c1a01ac70a Merge branch 'main' of https://github.com/slweeb/sandboxels 2022-02-19 19:47:47 -05:00
slweeb 2550ed69bd 1.4 2022-02-19 19:47:45 -05:00
Lily-129 98336f11b1
bacteria from bacteria mod 2022-02-18 21:15:29 -05:00