mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-17 02:15:49 +02:00
added reference for translation
This commit is contained in:
parent
9e18c27714
commit
4d11105b92
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user