1
0
mirror of git://repo.or.cz/rocks.git synced 2025-01-01 14:00:30 +01:00

Using granite texture from Decoblocks.

This commit is contained in:
Tomáš Brada 2015-04-23 18:36:31 +02:00
parent 558bfcc50d
commit 57a2e6800e

View File

@ -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},
})