mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-11 09:39:34 +01:00
Fix translator to use mobs_mc instead of extra_mobs
This commit is contained in:
parent
ddd39b553d
commit
26ba771a02
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
--made for MC like Survival game
|
||||
--License for code WTFPL and otherwise stated in readmes
|
||||
|
||||
local S = minetest.get_translator("extra_mobs")
|
||||
local S = minetest.get_translator("mobs_mc")
|
||||
|
||||
local base_psdef = {
|
||||
amount = 8,
|
||||
|
|
Loading…
Reference in a new issue