updated boost cart, homedecor modpack, castles modpack, currency, farming-redo,

maptools, mesecons, moreblocks, moreores, pipeworks, quartz
This commit is contained in:
Vanessa Ezekowitz
2017-10-27 15:13:31 -04:00
parent 2e6082ccdb
commit 6281dc744d
153 changed files with 102714 additions and 10335 deletions

View File

@@ -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 = {

View File

@@ -3,4 +3,6 @@ farming?
vines?
doc?
intllib?
loot?
loot?
hemp?
cottages?