diff options
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ local mailbox = {} screwdriver = screwdriver or {} minetest.register_craft({ - output = "xdecor:mailbox", + output = "mailbox:mailbox", recipe = { {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}, {"dye:red", "default:paper", "dye:red"}, |