added reference for translation

This commit is contained in:
Alexsandro Percy 2022-11-11 18:38:52 -03:00
parent 9e18c27714
commit 4d11105b92
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
-- Minetest 5.4.1 : automobiles
local S = minetest.get_translator(minetest.get_current_modname())
automobiles_lib = {}
automobiles_lib.fuel = {['biofuel:biofuel'] = 1,['biofuel:bottle_fuel'] = 1,

View File

@ -21,6 +21,7 @@ Copyright (C) 2018 Hume2
THE SOFTWARE.
]]--
local S = minetest.get_translator(minetest.get_current_modname())
local function is_hex(color)
if not color or color:len() ~= 7 then return end