From 295e0ed5f3c307ba86c4bf765477cb8fd22e7d99 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Dec 2020 14:49:34 +0100 Subject: [PATCH] fixes --- default_clothes/init.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"}, + {"", "", ""}, + } +})