Add luacheck and github workflow (#4)

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
Co-authored-by: OgelGames <olliverdc28@gmail.com>
This commit is contained in:
Buckaroo Banzai
2021-12-10 03:45:31 +01:00
committed by GitHub
parent 3a1446e26e
commit a3ce221eed
8 changed files with 79 additions and 34 deletions

View File

@ -108,7 +108,8 @@ minetest.register_on_generated(function(minp, maxp, blockseed)
end
end
else
biome_lib.dbg("Did not enqueue mapblocks at elevation "..miny.."m, they're out of range of any generate_plant() calls.", 4)
biome_lib.dbg("Did not enqueue mapblocks at elevation "..miny..
"m, they're out of range of any generate_plant() calls.", 4)
end
end
biome_lib.run_block_recheck_list = true