Rename gold block texture

master
Wuzzy 2022-03-03 23:07:07 +01:00
parent c1c4815fe1
commit 2986d4ff7a
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local N = function(s) return s end
-- Register treasure blocks --
minetest.register_node("lzr_treasure:gold_block", {
description = S("Gold Block"),
tiles = {"default_gold_block.png"},
tiles = {"lzr_treasure_gold_block.png"},
groups = { breakable = 1 },
sounds = lzr_sounds.node_sound_metal_defaults(),
})

View File

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B