X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=data%2Fdefault.types;h=8c724067478ae6e6367f016be5bc40f5aab0ee0a;hb=60f45e233bcf6c051f35f813179fe34f01e61719;hp=67e9860222ed81eea00e9605fbe14842acf6c807;hpb=02d4da52e9a926bfed40ebed9b5f64c1da1ddf2f;p=blank-assets.git diff --git a/data/default.types b/data/default.types index 67e9860..8c72406 100644 --- a/data/default.types +++ b/data/default.types @@ -162,6 +162,12 @@ fiber = grass { texture = "lines"; label = "Fiber"; }; +log = dirt { + shape = pipe_block; + // TODO: hmm, this calls for color mods per texture or per face + textures = [ "lines", "rects" ]; + label = "Log"; +}; stone = dirt { rgb_mod = [ 0.6, 0.6, 0.6 ]; label = "Stone"; @@ -173,6 +179,11 @@ stone_panel = stone { label = "Stone Panel"; commonness = 0.75; }; +stone_brick = stone { + texture = "brick"; + label = "Stone Brick"; + commonness = 0.5; +}; snow = dirt { rgb_mod = [ 0.9, 0.9, 1 ]; label = "Snow";