mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-07 18:30:27 +02:00
stylua fixes
This commit is contained in:
@ -4,8 +4,8 @@ if ci.cotton then
|
||||
minetest.register_craft({
|
||||
output = "cottages:rope",
|
||||
recipe = {
|
||||
{ci.cotton, ci.cotton, ci.cotton}
|
||||
}
|
||||
{ ci.cotton, ci.cotton, ci.cotton },
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
@ -13,7 +13,7 @@ if ci.ladder and ci.rail then
|
||||
minetest.register_craft({
|
||||
output = "cottages:ladder_with_rope_and_rail 3",
|
||||
recipe = {
|
||||
{ci.ladder, "cottages:rope", ci.rail}
|
||||
}
|
||||
{ ci.ladder, "cottages:rope", ci.rail },
|
||||
},
|
||||
})
|
||||
end
|
||||
|
@ -1,3 +1,2 @@
|
||||
|
||||
cottages.dofile("modules", "mining", "nodes")
|
||||
cottages.dofile("modules", "mining", "crafts")
|
||||
|
Reference in New Issue
Block a user