From 60f45e233bcf6c051f35f813179fe34f01e61719 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Fri, 4 Dec 2015 10:34:34 +0100 Subject: [PATCH] moar types --- data/default.types | 11 +++++++++++ textures/brick.png | Bin 0 -> 169 bytes textures/rects.png | Bin 0 -> 134 bytes 3 files changed, 11 insertions(+) create mode 100644 textures/brick.png create mode 100644 textures/rects.png 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"; diff --git a/textures/brick.png b/textures/brick.png new file mode 100644 index 0000000000000000000000000000000000000000..cfcec91a94e495cf34f25520d38e10dea2796169 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^3h)VWefI3x+qZ8&eE9I`)2FXr zzkdJz{p5qsM}V?Ho-U3d9J0Cx83h{*cvucj|B#`;cS|ZmkMB`Dw?Rqxb;Z{P_LlBX z-b{GO$ZXlD@MO>Isou|)zrJw1Dm1w5!jeO-nZ^E_1#PD<47EPIds&5K1;aiUu@f>$ Sm0y9TGkCiCxvXy0cZw;r>mdKI;Vst0A8Ca*Z=?k literal 0 HcmV?d00001 -- 2.39.2