Commit 146453b4 authored by Milan's avatar Milan
Browse files

add alternate moreblocks recipe for craft_guide:lcd_pc

parent 6f95f465
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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'},
	}
})