diff --git a/crafting.lua b/crafting.lua index 63f0c2f..fd894f0 100644 --- a/crafting.lua +++ b/crafting.lua @@ -251,3 +251,12 @@ minetest.register_craft({ {"", "default:mese_crystal", ""}, }, }) + +minetest.register_craft({ + output = 'craft_guide:lcd_pc', + recipe = { + {'craft_guide:sign_wall'}, + {'default:glass'}, + {'moreblocks:slab_stone'}, + } +})