Fix unbreakable stone texture name.

This commit is contained in:
Calinou 2014-05-02 22:03:22 +02:00
parent 99d99961cf
commit 8c8de1893b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ minetest.register_craft({
minetest.register_node("maptools:stone", {
description = S("Unbreakable Stone"),
tiles = {"default_steel_block.png"},
tiles = {"default_stone.png"},
drop = "",
groups = {unbreakable=1, not_in_creative_inventory = maptools_creative},
sounds = default.node_sound_stone_defaults(),