From d92685d20c6bebce0a88512991646a16121b0810 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sun, 26 Jul 2015 03:03:57 +0200 Subject: added some missing textures so it can be used with subgames that do not contain default --- nodes_anvil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nodes_anvil.lua') diff --git a/nodes_anvil.lua b/nodes_anvil.lua index 7ebdfed..e04f92f 100644 --- a/nodes_anvil.lua +++ b/nodes_anvil.lua @@ -37,7 +37,7 @@ minetest.register_tool("cottages:hammer", { minetest.register_node("cottages:anvil", { drawtype = "nodebox", description = S("anvil"), - tiles = {"default_stone.png"}, -- TODO default_steel_block.png, default_obsidian.png are also nice + tiles = {"cottages_stone.png"}, -- TODO default_steel_block.png, default_obsidian.png are also nice paramtype = "light", paramtype2 = "facedir", groups = {cracky=2}, -- cgit v1.2.3