mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Fix variable reference
This commit is contained in:
parent
60a7cdc390
commit
570c0f299a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue