Fix recipe for craft table

master
BrunoMine 2019-12-11 13:47:06 -03:00
parent 0be054658f
commit 66f8cfc54a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ end
-- Craft Table recipe (classic from MC)
minetest.register_craft({
output = 'craft_table:craft_table',
output = 'craft_table:simple',
recipe = {
{'group:wood', 'group:wood'},
{'group:wood', 'group:wood'},