forked from VoxeLibre/VoxeLibre
Fix get_translator in mcl_brewing
This commit is contained in:
parent
cbf545ee12
commit
b49bcda0ac
|
@ -1,4 +1,4 @@
|
|||
local S = minetest.get_translator("mcl_brewing_stand")
|
||||
local S = minetest.get_translator("mcl_brewing")
|
||||
|
||||
local function active_brewing_formspec(fuel_percent, brew_percent)
|
||||
|
||||
|
|
Loading…
Reference in New Issue