Fix variable reference

This commit is contained in:
1F616EMO 2024-06-17 16:14:32 +08:00
parent 60a7cdc390
commit 570c0f299a
No known key found for this signature in database
GPG key ID: EF52EFA8E05859B2

View file

@ -499,7 +499,7 @@ function default.register_mesepost(name, def)
recipe = {
{'', 'default:glass', ''},
{'default:mese_crystal', 'default:mese_crystal', 'default:mese_crystal'},
{'', def.material, ''},
{'', material, ''},
}
})
end