1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-01-23 16:00:16 +01:00

code tidy ' to "

This commit is contained in:
TenPlus1 2019-08-05 09:55:12 +01:00
parent 38232d5ef4
commit c7838e5517

View File

@ -92,10 +92,10 @@ minetest.register_tool("mobs:shears", {
})
minetest.register_craft({
output = 'mobs:shears',
output = "mobs:shears",
recipe = {
{'', 'default:steel_ingot', ''},
{'', 'group:stick', 'default:steel_ingot'},
{"", "default:steel_ingot", ""},
{"", "group:stick", "default:steel_ingot"},
}
})