diff options
author | James Stevenson <everamzah@gmail.com> | 2016-07-11 11:09:48 -0400 |
---|---|---|
committer | James Stevenson <everamzah@gmail.com> | 2016-07-11 11:09:48 -0400 |
commit | 404f9c2339925ffcc7a5e4a300f318eb87d7b631 (patch) | |
tree | 890d4a4d73e4c43e35954c5972a7a3559f0f7e24 | |
parent | fb5e15589d89580ac2e1368c6b2692c8d604a09e (diff) | |
download | mailbox-404f9c2339925ffcc7a5e4a300f318eb87d7b631.tar.gz mailbox-404f9c2339925ffcc7a5e4a300f318eb87d7b631.tar.bz2 mailbox-404f9c2339925ffcc7a5e4a300f318eb87d7b631.zip |
Fix recipe
-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"}, |