update medieval_craft:rope recipe
This commit is contained in:
parent
8082d5ad37
commit
73bd4af4f7
21
crafting.lua
21
crafting.lua
@ -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",
|
||||
}
|
||||
})
|
@ -17,6 +17,7 @@ mobs_animal ?
|
||||
mobs_better_rat ?
|
||||
mobs_slimes ?
|
||||
mobs_sandworm ?
|
||||
medieval_craft ?
|
||||
pkarcs?
|
||||
unified_inventory?
|
||||
wiki
|
||||
|
Loading…
x
Reference in New Issue
Block a user