added crafting recipe for the paraglider
This commit is contained in:
parent
1f4697cc72
commit
4a5df73169
@ -327,6 +327,14 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:wool_white",
|
||||
recipe = {
|
||||
{"default:string_strong", "default:string_strong"},
|
||||
{"default:string_strong", "default:string_strong"},
|
||||
}
|
||||
})
|
||||
|
||||
-- rope
|
||||
|
||||
minetest.register_craft({
|
||||
|
@ -44,3 +44,12 @@ if paraglider.automatic then
|
||||
end)
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = "paraglider:paraglider",
|
||||
recipe = {
|
||||
{"default:wool_white", "default:wool_white", "default:wool_white"},
|
||||
{"default:string_strong", "", "default:string_strong"},
|
||||
{"", "default:string_strong", ""},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user