add alternate moreblocks recipe for craft_guide:lcd_pc
This commit is contained in:
parent
6f95f465cd
commit
146453b486
@ -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'},
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user