From 0ec560b31a69f70a59256efb99158e47cb03b6a4 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 9 Dec 2015 22:33:33 +0000 Subject: [PATCH] Added fire dust --- plantlife.lua | 13 +++++++++++++ plantpack.lua | 4 ++-- textures/fire_dust.png | Bin 0 -> 161 bytes 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 textures/fire_dust.png diff --git a/plantlife.lua b/plantlife.lua index 16178f9..dae2fcc 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -26,6 +26,19 @@ minetest.register_node("ethereal:fire_flower", { end, }) +-- Fire Dust +minetest.register_craftitem("ethereal:fire_dust", { + description = "Fire Dust", + inventory_image = "fire_dust.png", +}) + +minetest.register_craft({ + output = "ethereal:fire_dust 2", + recipe = { + {'ethereal:fire_flower'}, + } +}) + -- Fern (boston) minetest.register_node("ethereal:fern", { description = "Fern", diff --git a/plantpack.lua b/plantpack.lua index d2c3e04..6956de4 100644 --- a/plantpack.lua +++ b/plantpack.lua @@ -147,7 +147,7 @@ minetest.register_decoration({ place_on = {"default:sand", "default:green_dirt"}, sidelen = 16, fill_ratio = 0.015, - biomes = {"sandclay", "lake", "grassy", "grassytwo", "jumble"}, + biomes = {"sandclay", "grassy_ocean", "grassy", "grassytwo", "jumble"}, decoration = { "bakedclay:wetlands_cattails", "bakedclay:wetlands_pickerel", "bakedclay:wetlands_mannagrass", "bakedclay:wetlands_turtle" @@ -171,7 +171,7 @@ minetest.register_decoration({ sidelen = 16, fill_ratio = 0.004, biomes = { - "mushroom", "prairie", "grayness", "plains", "desert", "lake", + "mushroom", "prairie", "grayness", "plains", "desert", "junglee", "grassy", "grassytwo", "jumble", "snowy", "alpine", "fiery", "mesa", "bamboo" }, diff --git a/textures/fire_dust.png b/textures/fire_dust.png new file mode 100644 index 0000000000000000000000000000000000000000..eb72bb9220a904768927570dbdba4e5a90acb14a GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHV5AX?bO)b&wWMr7e!1!k|!@sKx zJbxak0;L#Bg8YIR9G=}s19BWZT^vI=t|uoPU}ITevRK*2h0%8!r%E=5$`n=!)&)w3 z+yY{c9TQ+~@txDFz@(>ljLU#6!tcfniAA#l0|jp8FbEp3PK^G;Ukx;i!PC{xWt~$( F696XAE${#U literal 0 HcmV?d00001