Update bedrock2 mod to Git commit a572dd0...

http://repo.or.cz/minetest_bedrock2.git/tree/a572dd0
This commit is contained in:
Jordan Irwin 2021-04-18 22:41:00 -07:00
parent 2f99f4adef
commit a1385f26bb
8 changed files with 7 additions and 19 deletions

View File

@ -124,7 +124,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
* wood/
* [coloredwood][] ([LGPL][lic.lgpl3.0]) -- version: [2021-01-30][ver.coloredwood]
* world/
* [bedrock2][] ([WTFPL][lic.wtfpl]) -- version [63dbab8 Git][ver.bedrock2] *2017-06-20* ([patched][patch.bedrock2]) ***UPDATES***
* [bedrock2][] ([WTFPL][lic.wtfpl]) -- version: [a572dd0 Git][ver.bedrock2] *2020-04-06* ([patched][patch.bedrock2])
* [biome_lib][] ([WTFPL][lic.wtfpl]) -- version: [8fd0789 Git][ver.biome_lib] *2017-11-06* ([patched][patch.biome_lib]) ***UPDATES***
* [bright_night][] ([Unlicense][lic.unlicense]) -- version: [69b750a Git][ver.bright_night] *2018-06-03*
* [desert_life][] ([CC BY-SA][lic.ccbysa4.0]) -- version: [d448fa3 Git][ver.desert_life] *2017-01-01* ***UPDATES***
@ -420,7 +420,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[ver.away]: https://github.com/kahrl/minetest-mod-away/tree/4c1e5a9
[ver.bags]: https://github.com/cornernote/minetest-bags/tree/bc87b45
[ver.basic_materials]: https://gitlab.com/VanessaE/basic_materials/-/tags/2021-01-30
[ver.bedrock2]: http://repo.or.cz/minetest_bedrock2.git/tree/63dbab8
[ver.bedrock2]: http://repo.or.cz/minetest_bedrock2.git/tree/a572dd0
[ver.bike]: https://gitlab.com/h2mm/bike/tree/1.2
[ver.biofuel]: https://github.com/APercy/minetest_biofuel/tree/ca480ce
[ver.biome_lib]: https://gitlab.com/VanessaE/biome_lib/tree/8fd0789
@ -528,7 +528,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.airtanks]: https://github.com/AntumMT/mod-airtanks/tree/fd52265
[patch.amber]: https://github.com/AntumMT/mod-amber/tree/b7bd9f0
[patch.away]: https://github.com/AntumMT/mod-away/tree/3b0bf9e
[patch.bedrock2]: https://github.com/AntumMT/mod-bedrock2/tree/344fdae
[patch.bedrock2]: https://github.com/AntumMT/mod-bedrock2/tree/9da5912
[patch.biome_lib]: https://github.com/AntumMT/mod-biome_lib/tree/7fd5c51
[patch.boats2]: https://github.com/AntumMT/mod-boats2/tree/9b2bcb7
[patch.bridges]: https://github.com/AntumMT/mod-bridges/tree/ba8f71a

View File

@ -1,2 +1 @@
intllib?
mesecons_mvps?

View File

@ -1,16 +1,4 @@
-- Boilerplate to support localized strings if intllib mod is installed.
local S
if minetest.global_exists("intllib") then
if intllib.make_gettext_pair then
-- New method using gettext.
S = intllib.make_gettext_pair()
else
-- Old method using text files.
S = intllib.Getter()
end
else
S = function(s) return s end
end
local S = minetest.get_translator("bedrock2")
local bedrock = {}

View File

@ -0,0 +1,3 @@
# textdomain:bedrock2
Bedrock=Grundgestein
Bedrock is a very hard block. It cannot be mined, altered, destroyed or moved by any means. It appears at the bottom of the world in a flat layer.=Grundgestein ist sehr hart. Es kann nicht gegraben, verändert, zerstört oder bewegt werden. Es taucht am Boden der Welt in einer flachen Ebene auf.

View File

@ -1,2 +0,0 @@
Bedrock = Grundgestein
Bedrock is a very hard block. It cannot be mined, altered, destroyed or moved by any means. It appears at the bottom of the world in a flat layer. = Grundgestein ist sehr hart. Es kann nicht gegraben, verändert, zerstört oder bewegt werden. Es taucht am Boden der Welt in einer flachen Ebene auf.