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:
@ -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},
|
||||
|
Reference in New Issue
Block a user