mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-28 09:36:27 -04:00
Naming Conventions
Remove an underscore from desert stone brick's texture to follow naming conventions.
This commit is contained in:
parent
794a436d86
commit
44a3cbef5b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ minetest.register_node("default:desert_cobble", {
|
|||
|
||||
minetest.register_node("default:desert_stonebrick", {
|
||||
description = "Desert Stone Brick",
|
||||
tiles = {"default_desert_stone_brick.png"},
|
||||
tiles = {"default_desert_stonebrick.png"},
|
||||
groups = {cracky=2, stone=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue