mirror of
https://github.com/minetest-mods/maptools.git
synced 2024-12-24 00:10:21 +01:00
Fix unbreakable stone texture name.
This commit is contained in:
parent
99d99961cf
commit
8c8de1893b
2
init.lua
2
init.lua
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user