summaryrefslogtreecommitdiff
path: root/nodes_fences.lua
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2015-07-26 05:54:37 +0200
committerSokomine <wegwerf@anarres.dyndns.org>2015-07-26 05:54:37 +0200
commita07e2e706e718348a5ba183db2e686ad36f7b18f (patch)
treefed3f69e5dafe504bc9aaafcca78d5beaca3c8ef /nodes_fences.lua
parentd92685d20c6bebce0a88512991646a16121b0810 (diff)
added missing textures; made indigrents for craft receipes configurable; added compatibility for realtest; added wool in case no wool is installed; other minor tweaks
Diffstat (limited to 'nodes_fences.lua')
-rw-r--r--nodes_fences.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_fences.lua b/nodes_fences.lua
index 998073f..bd7a52d 100644
--- a/nodes_fences.lua
+++ b/nodes_fences.lua
@@ -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},
}
})