aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2021-02-28 11:03:12 +0000
committersfan5 <sfan5@live.de>2021-04-10 17:51:39 +0200
commit52b2eacd379fbffd9fc9192d906d574c2f82f047 (patch)
tree3bb0295394ce79d0fa5a33ecd70aab306601398d /.github/workflows/build.yml
parent6b4210a2ea71f3f06bf6dc50637b0329d9835728 (diff)
downloadminetest-52b2eacd379fbffd9fc9192d906d574c2f82f047.tar.gz
minetest-52b2eacd379fbffd9fc9192d906d574c2f82f047.tar.bz2
minetest-52b2eacd379fbffd9fc9192d906d574c2f82f047.zip
Translated using Weblate (German)
Currently translated at 100.0% (1356 of 1356 strings)
Diffstat (limited to '.github/workflows/build.yml')
0 files changed, 0 insertions, 0 deletions
opt">: // minetest.get_mapgen_object(objectname) // returns the requested object used during map generation static int l_get_mapgen_object(lua_State *L); // minetest.set_mapgen_params(params) // set mapgen parameters static int l_set_mapgen_params(lua_State *L); // register_biome({lots of stuff}) static int l_register_biome(lua_State *L); // register_decoration({lots of stuff}) static int l_register_decoration(lua_State *L); // register_ore({lots of stuff}) static int l_register_ore(lua_State *L); // create_schematic(p1, p2, probability_list, filename) static int l_create_schematic(lua_State *L); // place_schematic(p, schematic, rotation, replacement) static int l_place_schematic(lua_State *L); static struct EnumString es_BiomeTerrainType[]; static struct EnumString es_DecorationType[]; static struct EnumString es_MapgenObject[];