]> git.localhorst.tv Git - blobs-assets.git/blob - data/resources
aggregate states
[blobs-assets.git] / data / resources
1 air = {
2         label = "Air";
3         state = gas;
4 };
5
6 biomass = {
7         label = "Biomass";
8         state = solid;
9 };
10
11 dirt = {
12         label = "Dirt";
13         state = solid;
14 };
15
16 ice = {
17         label = "Ice";
18         state = solid;
19 };
20
21 rock = {
22         label = "Rock";
23         state = solid;
24 };
25
26 sand = {
27         label = "Sand";
28         state = solid;
29 };
30
31 water = {
32         label = "Water";
33         state = liquid;
34 };
35
36 wood = {
37         label = "Wood";
38         state = solid;
39 };