Skip to content
Snippets Groups Projects
Commit 73bd4af4 authored by Milan's avatar Milan
Browse files

update medieval_craft:rope recipe

parent 8082d5ad
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ minetest.register_craft({
cooktime = 5,
})
--TODO: remove when not needed anymore
minetest.register_craft({
output = "unifieddyes:rose",
......@@ -287,3 +288,23 @@ minetest.register_craft({
{"moreblocks:slab_wood", "moreblocks:slab_wood", "moreblocks:slab_wood"}
},
})
minetest.clear_craft({
type = "shapeless",
output = "medieval_craft:rope",
recipe = {
"farming:string",
"farming:string",
"farming:string",
}
})
minetest.register_craft({
type = "shapeless",
output = '"medieval_craft:rope" 8',
recipe = {
"farming:string", "farming:string",
"farming:string", "farming:string",
"farming:string", "farming:string",
}
})
\ No newline at end of file
......@@ -17,6 +17,7 @@ mobs_animal ?
mobs_better_rat ?
mobs_slimes ?
mobs_sandworm ?
medieval_craft ?
pkarcs?
unified_inventory?
wiki
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment