anvil now has its own texture :)

master
coeseta 2015-12-15 15:36:24 +01:00
parent 582b86f050
commit e49b72e138
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ local cottages_anvil_formspec =
minetest.register_node("cottages:anvil", {
drawtype = "nodebox",
description = S("anvil"),
tiles = {"cottages_stone.png"}, -- TODO default_steel_block.png, default_obsidian.png are also nice
tiles = {"cottages_anvil.png"}, -- TODO default_steel_block.png, default_obsidian.png are also nice
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=2},