forked from VoxeLibre/VoxeLibre
Fix translator to use mobs_mc instead of extra_mobs
This commit is contained in:
parent
ddd39b553d
commit
26ba771a02
|
@ -3,7 +3,7 @@
|
||||||
--made for MC like Survival game
|
--made for MC like Survival game
|
||||||
--License for code WTFPL and otherwise stated in readmes
|
--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 = {
|
local base_psdef = {
|
||||||
amount = 8,
|
amount = 8,
|
||||||
|
|
Loading…
Reference in New Issue