mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Various mods: Use " " instead of ' ' for item names
This commit is contained in:
parent
a5bde8e9ba
commit
7f830124f7
6 changed files with 30 additions and 30 deletions
|
@ -31,7 +31,7 @@ walls.register = function(wall_name, wall_desc, wall_texture_table, wall_mat, wa
|
|||
minetest.register_craft({
|
||||
output = wall_name .. " 6",
|
||||
recipe = {
|
||||
{ '', '', '' },
|
||||
{ "", "", "" },
|
||||
{ wall_mat, wall_mat, wall_mat},
|
||||
{ wall_mat, wall_mat, wall_mat},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue