From 73797e3d0e45a9fe96a6e300d59cc321d28eaca2 Mon Sep 17 00:00:00 2001 From: Toby plowy Date: Wed, 18 Jan 2017 19:06:24 +0100 Subject: [PATCH] i --- mods/mapgen/nodes.lua | 18 ++++++++++++++++++ mods/mapgen/textures/mapgen_dead_grass.png | Bin 0 -> 295 bytes mods/mapgen/textures/mapgen_purple_allium.png | Bin 253 -> 403 bytes ...round_flower.png => red_ground_flower.png} | Bin 4 files changed, 18 insertions(+) create mode 100644 mods/mapgen/textures/mapgen_dead_grass.png rename mods/mapgen/textures/{mapgen_red_ground_flower.png => red_ground_flower.png} (100%) diff --git a/mods/mapgen/nodes.lua b/mods/mapgen/nodes.lua index d59ed33..d1db0df 100644 --- a/mods/mapgen/nodes.lua +++ b/mods/mapgen/nodes.lua @@ -580,3 +580,21 @@ minetest.register_node("mapgen:purple_allium", { }, walkable = false, }) + +minetest.register_node("mapgen:dead_grass", { + description = "Dead Grass", + drawtype = "plantlike", + tiles = {"mapgen_dead_grass.png"}, + paramtype = "light", + is_ground_content = false, + buildable_to = true, + sunlight_propagates = true, + inventory_image = "mapgen_dead_grass.png", + groups = {snappy=3, flammable=1, attatched_node=1, flora=1}, + sounds = default.node_sound_leaves_defaults(), + selection_box = { + type = "fixed", + fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5} + }, + walkable = false, +}) diff --git a/mods/mapgen/textures/mapgen_dead_grass.png b/mods/mapgen/textures/mapgen_dead_grass.png new file mode 100644 index 0000000000000000000000000000000000000000..86c6556ce1ee7e037eb8b8db7c573b8ab505bf01 GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE(}%-Dhz_|YFDQLMK}vQ zB8wRqxP?KOkzv*x37{Z*iKnkC`$I+{K|R4$?@e|Ag|>LQIEGl9PEL?uUCh8fBVyu@ z`4L-vZm{gH{e8}1BIEt~KQ0fqKXv<~p5ahlc&0u^@5j&A;)&ul|Ne;T-PoMMo}8S< zapyq)d^qPg50b4?MGHW@bKoe*S*N nPl|m1qo3s^t?~W%o1fv;6tDi@7kTr6?q~3H^>bP0l+XkK6$Es4 literal 0 HcmV?d00001 diff --git a/mods/mapgen/textures/mapgen_purple_allium.png b/mods/mapgen/textures/mapgen_purple_allium.png index ae0300fe8dda3e06a086673f995c508d7b8f251f..eb0f6e13331112eea5e3af419e5a87b5e68c5a33 100644 GIT binary patch delta 341 zcmV-b0jmD}0h0reDhU7p0002_L%V;GGa-KwI1JTs?X&;@0U$|4K~y-)V_+Ca@SlN! zfsq_d$N;ASXEWdbXI5Zf_;&d>!!wpg3?U0l7_k|~giZ6Aw0Hkm6d4%)KKReTrN_d+ z^-+*vn*Szr%NZDP8NjT>!0_k(e+E_+Muy)v85o%5e=&T0@*8d|GRA7ar;Fbh7-fI| zGkm}LkKw=kZ-%>P9x-rBv!U1w^A8I)10MXp&A_mel|e|2pW(&+w+#PKS+? zIT^FJ`C$zMf}pJ4y{D6rGa-KvG%Q1C=tlqm0E$UOK~y-)V_+Ca@SlO< zKO;Gsh*rFpVJX92hNa}WU@yZ`6q}qGqOq!FBt|o`A?RLU!scvzUV_@n$OyHZh1}35 z+Y3a60lq*aIT{&ev-}UKw8ZLs;tZS3@}FTg%YXDRfN5qT#wA(*ofrd4ERg+8WGpH` sZGL|16T|wR6Qn0)WJ7R;0mbP6097wPXA~Z8#Q*>R07*qoM6N<$f}g!opa1{> diff --git a/mods/mapgen/textures/mapgen_red_ground_flower.png b/mods/mapgen/textures/red_ground_flower.png similarity index 100% rename from mods/mapgen/textures/mapgen_red_ground_flower.png rename to mods/mapgen/textures/red_ground_flower.png