mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-29 23:10:28 +02:00
code tidy ' to "
This commit is contained in:
@ -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"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user