inventory image for dust

master
A. Demant 2018-09-11 17:18:23 +02:00
parent c3c1c52614
commit c42ab436b8
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ local function dust_register(element)
minetest.register_node("minerdream:"..element.."_dust, {
description = element.." dust",
tiles = {"minerdream_dust.png"},
inventory_image = {"minerdream_dust.png"},
groups = {cracky = 3},
sounds = default.node_sound_stone_defaults(),
})