add a hint of otherworldly glow to nethercap gills

This commit is contained in:
FaceDeer 2018-04-19 00:14:42 -06:00
parent 9a6bb092ca
commit 033755db14
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ minetest.register_node("dfcaverns:nether_cap_gills", {
_doc_items_usagehelp = dfcaverns.doc.nether_cap_usage,
tiles = {"dfcaverns_nether_cap_gills.png"},
is_ground_content = true,
light_source = 4,
groups = {snappy = 3, leafdecay = 3, leaves = 1, puts_out_fire = 1, cools_lava = 1},
sounds = default.node_sound_leaves_defaults(),
drawtype = "plantlike",