summaryrefslogtreecommitdiff
path: root/ropes
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-10-27 15:13:31 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-10-27 15:13:31 -0400
commit6281dc744dc3951234931a9f44c3bdd353f79df7 (patch)
tree0ead0d0d18be58bed7480cb9a5ea1495230c568f /ropes
parent2e6082ccdbd121cd5fc0f82a931ac01ac00dcb76 (diff)
downloaddreambuilder_modpack-6281dc744dc3951234931a9f44c3bdd353f79df7.tar
dreambuilder_modpack-6281dc744dc3951234931a9f44c3bdd353f79df7.tar.gz
dreambuilder_modpack-6281dc744dc3951234931a9f44c3bdd353f79df7.tar.bz2
dreambuilder_modpack-6281dc744dc3951234931a9f44c3bdd353f79df7.tar.xz
dreambuilder_modpack-6281dc744dc3951234931a9f44c3bdd353f79df7.zip
updated boost cart, homedecor modpack, castles modpack, currency, farming-redo,
maptools, mesecons, moreblocks, moreores, pipeworks, quartz
Diffstat (limited to 'ropes')
-rw-r--r--ropes/crafts.lua20
-rw-r--r--ropes/depends.txt4
2 files changed, 23 insertions, 1 deletions
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