1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-08-19 02:30:22 +02:00

add a global .luacheckrc

This commit is contained in:
BuckarooBanzay
2022-03-29 07:58:15 +02:00
parent 3ba59dc2d5
commit f4db7d0fb1
5 changed files with 57 additions and 6 deletions

View File

@ -283,8 +283,10 @@ for _, mat in ipairs(counter_materials) do
end
})
homedecor.kitchen_convert_nodes[#homedecor.kitchen_convert_nodes + 1] = "homedecor:kitchen_cabinet"..material
homedecor.kitchen_convert_nodes[#homedecor.kitchen_convert_nodes + 1] = "homedecor:kitchen_cabinet"..material.."_locked"
homedecor.kitchen_convert_nodes[#homedecor.kitchen_convert_nodes + 1] =
"homedecor:kitchen_cabinet"..material
homedecor.kitchen_convert_nodes[#homedecor.kitchen_convert_nodes + 1] =
"homedecor:kitchen_cabinet"..material.."_locked"
end