code tidy ' to "

master
TenPlus1 2019-08-05 09:55:12 +01:00
parent 38232d5ef4
commit c7838e5517
1 changed files with 3 additions and 3 deletions

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"},
}
})