also, the grate recipe conflicts with moreblocks' ironglass
may I suggest this alternative:
- Code: Select all
minetest.register_craft({
output = 'building_blocks:grate 2',
recipe = {
{"default:steel_ingot","default:glass"},
{"default:glass","default:steel_ingot"},
}
})