mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-10-15 08:35:35 +02:00
Add luacheck, update translations, replace ABMs, bug fixes (#1)
* luacheck, mt 5 translation, german translation, maintenance * fix luacheck warnings * Fix digital clock nodebox and texture * Fix luacheck usage * Add comment why fonts are not split into several lines
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
--[[
|
||||
|
||||
Metro font for Font API
|
||||
|
||||
Original font Metro Sans
|
||||
by Christian Munk (CMunk)
|
||||
|
||||
Original font Metro Sans
|
||||
by Christian Munk (CMunk)
|
||||
released under CC-BY-SA license
|
||||
|
||||
|
||||
https://fontstruct.com/fontstructions/show/723864/metro_sans
|
||||
|
||||
Derivative textures and code are under CC-BY-SA license
|
||||
--]]
|
||||
|
||||
-- widths is not split into several lines, because the font is generated by 'make_font_lua.sh'
|
||||
-- luacheck: ignore
|
||||
font_api.register_font(
|
||||
'metro',
|
||||
{
|
||||
|
Reference in New Issue
Block a user