summaryrefslogtreecommitdiff
path: root/nodes_mining.lua
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-24 23:52:23 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-24 23:55:41 +0300
commit7c6142ba0d6ea09ce2964194e5ed373e5c01c311 (patch)
tree0f17d3f0d984a6f357a4dd5d3641388650860815 /nodes_mining.lua
parentec9e2280343b002bccec9fff5d624e32259feb09 (diff)
Cheaper feldweg and change of deprecated value
Diffstat (limited to 'nodes_mining.lua')
-rw-r--r--nodes_mining.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_mining.lua b/nodes_mining.lua
index 891c380..8607b61 100644
--- a/nodes_mining.lua
+++ b/nodes_mining.lua
@@ -30,7 +30,7 @@ minetest.register_node("cottages:rope", {
})
minetest.register_craft({
- output = "cottages:rope",
+ output = "cottages:rope 4",
recipe = {
{"farming:cotton","farming:string","farming:cotton"},
{"farming:string","farming:cotton","farming:string"}