summaryrefslogtreecommitdiff
path: root/nodes_anvil.lua
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2015-07-26 03:03:57 +0200
committerSokomine <wegwerf@anarres.dyndns.org>2015-07-26 03:03:57 +0200
commitd92685d20c6bebce0a88512991646a16121b0810 (patch)
tree9a5c9ed4a6260fddeb3221782742c40dfba76fd5 /nodes_anvil.lua
parent5f80623617c8bb1e605d3b1324146027509b5991 (diff)
added some missing textures so it can be used with subgames that do not contain default
Diffstat (limited to 'nodes_anvil.lua')
-rw-r--r--nodes_anvil.lua2
1 files changed, 1 insertions, 1 deletions
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},