New translation system, part 1: entities
This commit is contained in:
parent
e0418553a6
commit
1217d9fa88
49 changed files with 80 additions and 245 deletions
|
@ -3,11 +3,8 @@
|
|||
-- Model and mobs_blaze.png see https://github.com/22i/minecraft-voxel-blender-models
|
||||
-- blaze.lua partial copy of mobs_mc/ghast.lua
|
||||
|
||||
-- intllib
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
local S, NS = dofile(MP.."/intllib.lua")
|
||||
local S = minetest.get_translator("mobs_mc")
|
||||
|
||||
--dofile(minetest.get_modpath("mobs").."/api.lua")
|
||||
--###################
|
||||
--################### BLAZE
|
||||
--###################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue