From 57a2e6800e6b4176f238a0b8af43dc64127a9ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Brada?= Date: Thu, 23 Apr 2015 18:36:31 +0200 Subject: [PATCH] Using granite texture from Decoblocks. --- rocks/ign.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocks/ign.lua b/rocks/ign.lua index 76f3a9b..8c948e6 100644 --- a/rocks/ign.lua +++ b/rocks/ign.lua @@ -17,7 +17,7 @@ minetest.register_alias("mapgen_stone", "rocks:basalt") -- more rock defs minetest.register_node( "rocks:granite", { description = S("Granite"), - tiles = { "rocks_Granite.png" }, + tiles = { "rocks_wgr.png" }, is_ground_content = true, sounds = default.node_sound_stone_defaults(), groups = {cracky=3, stone=1}, })