Fix translator to use mobs_mc instead of extra_mobs

This commit is contained in:
cora 2022-10-09 21:24:27 +02:00 committed by Gitea
parent ddd39b553d
commit 26ba771a02
1 changed files with 1 additions and 1 deletions

View File

@ -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,