master
root 2020-12-13 14:49:34 +01:00
parent 708cbf6147
commit 295e0ed5f3
1 changed files with 10 additions and 0 deletions

View File

@ -56,3 +56,13 @@ minetest.register_craft({
{"", "", ""},
}
})
minetest.register_craft({
output = "player_api:cloth_unisex_footwear_default",
type = "shaped",
recipe = {
{"fabric:black", "", "fabric:black"},
{"fabric:black", "", "fabric:black"},
{"", "", ""},
}
})