1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-04 17:10:23 +02:00

added some missing textures so it can be used with subgames that do not contain default

This commit is contained in:
Sokomine
2015-07-26 03:03:57 +02:00
parent 5f80623617
commit d92685d20c
13 changed files with 121 additions and 25 deletions

View File

@ -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},