[gems_tools] Update to Git patch abe21e3:

https://github.com/AntumMT/mtmod-gems_tools/tree/abe21e3
master
AntumDeluge 2017-06-23 05:37:28 -07:00
parent 20f9959be2
commit 1e4b0499b9
2 changed files with 3 additions and 3 deletions

View File

@ -542,7 +542,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.ethereal]: https://github.com/AntumMT/mtmod-ethereal/tree/4dd599e
[patch.farming_plus]: https://github.com/AntumMT/mtmod-farming_plus/tree/454a443
[patch.gems_encrustable]: https://github.com/AntumMT/mtmod-gems_encrustable/tree/791bff5
[patch.gems_tools]: https://github.com/AntumMT/mtmod-gems_tools
[patch.gems_tools]: https://github.com/AntumMT/mtmod-gems_tools/tree/abe21e3
[patch.hbarmor]: https://github.com/AntumMT/mtmod-hbarmor/tree/d1168bb
[patch.helicopter]: https://github.com/AntumMT/mtmod-helicopter/tree/4402412
[patch.homedecor]: https://github.com/AntumMT/mtmp-homedecor/tree/d0d79dc

View File

@ -1404,12 +1404,12 @@ local mg_params = minetest.get_mapgen_params()
if mg_params.mgname == "v6" then
default.register_ores()
default.register_mgv6_decorations()
minetest.register_on_generated(default.generate_nyancats)
--minetest.register_on_generated(default.generate_nyancats)
elseif mg_params.mgname ~= "singlenode" then
default.register_biomes()
default.register_ores()
default.register_decorations()
minetest.register_on_generated(default.generate_nyancats)
--minetest.register_on_generated(default.generate_nyancats)
end
--ruby