diff --git a/default_clothes/init.lua b/default_clothes/init.lua index af5a9f7..5ea01c5 100644 --- a/default_clothes/init.lua +++ b/default_clothes/init.lua @@ -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"}, + {"", "", ""}, + } +})