mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +01:00
Using granite texture from Decoblocks.
This commit is contained in:
parent
558bfcc50d
commit
57a2e6800e
@ -17,7 +17,7 @@ minetest.register_alias("mapgen_stone", "rocks:basalt")
|
|||||||
-- more rock defs
|
-- more rock defs
|
||||||
minetest.register_node( "rocks:granite", {
|
minetest.register_node( "rocks:granite", {
|
||||||
description = S("Granite"),
|
description = S("Granite"),
|
||||||
tiles = { "rocks_Granite.png" },
|
tiles = { "rocks_wgr.png" },
|
||||||
is_ground_content = true, sounds = default.node_sound_stone_defaults(),
|
is_ground_content = true, sounds = default.node_sound_stone_defaults(),
|
||||||
groups = {cracky=3, stone=1},
|
groups = {cracky=3, stone=1},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user