From 6281dc744dc3951234931a9f44c3bdd353f79df7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 27 Oct 2017 15:13:31 -0400 Subject: updated boost cart, homedecor modpack, castles modpack, currency, farming-redo, maptools, mesecons, moreblocks, moreores, pipeworks, quartz --- ropes/crafts.lua | 20 ++++++++++++++++++++ ropes/depends.txt | 4 +++- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'ropes') diff --git a/ropes/crafts.lua b/ropes/crafts.lua index 2c33dd3..8e2bae8 100644 --- a/ropes/crafts.lua +++ b/ropes/crafts.lua @@ -21,6 +21,26 @@ if minetest.get_modpath("farming") then }) end +if minetest.get_modpath("hemp") then + minetest.register_craft({ + output = 'ropes:ropesegment', + recipe = { + {'hemp:hemp_rope'}, + {'hemp:hemp_rope'}, + } + }) +end + +if minetest.get_modpath("cottages") then + minetest.register_craft({ + output = 'ropes:ropesegment', + recipe = { + {'cottages:rope'}, + {'cottages:rope'}, + } + }) +end + minetest.register_craft({ output = 'ropes:ropesegment', recipe = { diff --git a/ropes/depends.txt b/ropes/depends.txt index 6672602..55c98cb 100644 --- a/ropes/depends.txt +++ b/ropes/depends.txt @@ -3,4 +3,6 @@ farming? vines? doc? intllib? -loot? \ No newline at end of file +loot? +hemp? +cottages? \ No newline at end of file -- cgit v1.2.3