1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-05 01:20:21 +02:00

added missing textures; made indigrents for craft receipes configurable; added compatibility for realtest; added wool in case no wool is installed; other minor tweaks

This commit is contained in:
Sokomine
2015-07-26 05:54:37 +02:00
parent d92685d20c
commit a07e2e706e
13 changed files with 185 additions and 94 deletions

View File

@ -118,7 +118,7 @@ minetest.register_node("cottages:fence_end", {
minetest.register_craft({
output = "cottages:fence_small 3",
recipe = {
{"default:fence_wood","default:fence_wood" },
{cottages.craftitem_fence, cottages.craftitem_fence},
}
})