[mobs_animal] Update to Git commit b40fe3a & patch 87c54f5:
Commit: https://github.com/tenplus1/mobs_animal/tree/b40fe3a Patch: https://github.com/AntumMT/mod-mobs_animal/tree/87c54f5
This commit is contained in:
parent
c7cad35eb2
commit
38637212d1
@ -69,7 +69,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
|
||||
* mobiles/engine/
|
||||
* [mobs_redo][] ([MIT][lic.mobs_redo] / Unspecified Creative Commons license) -- version: [7b02fef Git][ver.mobs_redo] *2017-07-08* ([patched][patch.mobs_redo]) ***UPDATE***
|
||||
* mobiles/general/
|
||||
* [mobs_animal][] ([MIT][lic.mobs_animal]) -- version: [ebc2e3a Git][ver.mobs_animal] *2017-05-27* ([patched][patch.mobs_animal]) ***UPDATE***
|
||||
* [mobs_animal][] ([MIT][lic.mobs_animal]) -- version: [b40fe3a Git][ver.mobs_animal] *2017-07-03* ([patched][patch.mobs_animal])
|
||||
* mobiles/passive/
|
||||
* [mob_horse][] -- version: [dee3883 Git][ver.mob_horse] *2017-06-01* ([patched][patch.mob_horse])
|
||||
* [peaceful_npc][] ([WTFPL][lic.wtfpl]) -- version: [2b3a7a5 Git][ver.peaceful_npc] *2015-08-09* ([patched][patch.peaceful_npc])
|
||||
@ -471,7 +471,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
|
||||
[ver.mob-engine]: https://github.com/minetest-mods/mob-engine/tree/138f655
|
||||
[ver.mob_horse]: https://github.com/tenplus1/mob_horse/tree/dee3883
|
||||
[ver.mobf_core]: https://github.com/sapier/mobf_core/tree/1199ca9
|
||||
[ver.mobs_animal]: https://github.com/tenplus1/mobs_animal/tree/ebc2e3a
|
||||
[ver.mobs_animal]: https://github.com/tenplus1/mobs_animal/tree/b40fe3a
|
||||
[ver.mobs_goblins]: https://github.com/FreeLikeGNU/mobs_goblins/tree/acabe4d
|
||||
[ver.mobs_monster]: https://github.com/tenplus1/mobs_monster/tree/e6f77e1
|
||||
[ver.mobs_redo]: https://github.com/tenplus1/mobs_redo/tree/7b02fef
|
||||
@ -562,7 +562,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
|
||||
[patch.mob-engine]: https://github.com/AntumMT/mp-mob-engine/tree/93575e0
|
||||
[patch.mob_horse]: https://github.com/AntumMT/mod-mob_horse/tree/4fb526b
|
||||
[patch.mobf_core]: https://github.com/AntumMT/mp-mobf_core/tree/d532137
|
||||
[patch.mobs_animal]: https://github.com/AntumMT/mod-mobs_animal/tree/3f3249e
|
||||
[patch.mobs_animal]: https://github.com/AntumMT/mod-mobs_animal/tree/87c54f5
|
||||
[patch.mobs_goblins]: https://github.com/AntumMT/mod-mobs_goblins/tree/b5cee44
|
||||
[patch.mobs_monster]: https://github.com/AntumMT/mod-mobs_monster/tree/71d3e0c
|
||||
[patch.mobs_redo]: https://github.com/AntumMT/mod-mobs_redo/tree/5f4c18f
|
||||
|
@ -9,7 +9,7 @@ mobs:register_mob("mobs_animal:bee", {
|
||||
hp_min = 1,
|
||||
hp_max = 2,
|
||||
armor = 200,
|
||||
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.2, 0.2},
|
||||
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.5, 0.2},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_bee.x",
|
||||
textures = {
|
||||
|
@ -3,8 +3,14 @@ local path = minetest.get_modpath("mobs_animal")
|
||||
|
||||
-- Intllib
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
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
|
||||
|
60
mods/mobiles/general/mobs_animal/locale/de.txt
Normal file
60
mods/mobiles/general/mobs_animal/locale/de.txt
Normal file
@ -0,0 +1,60 @@
|
||||
# German Translation for mobs_animal mod
|
||||
# Deutsche Übersetzung der mobs_animal Mod
|
||||
# last update: 2016/June/10
|
||||
# Author: Xanthin
|
||||
|
||||
#bee.lua
|
||||
Bee = Biene
|
||||
Honey = Honig
|
||||
Beehive = Bienenstock
|
||||
Honey Block = Honigblock
|
||||
|
||||
#bunny.lua
|
||||
Bunny = Häschen
|
||||
|
||||
#chicken.lua
|
||||
Chicken = Huhn
|
||||
Chicken Egg = Hühnerei
|
||||
Fried Egg = Spiegelei
|
||||
Raw Chicken = Rohes Hühnchen
|
||||
Cooked Chicken = Gekochtes Hühnchen
|
||||
|
||||
#cow.lua
|
||||
Cow already milked! = Kuh ist bereits gemolken!
|
||||
Cow = Kuh
|
||||
Bucket of Milk = Eimer Milch
|
||||
Cheese = Käse
|
||||
Cheese Block = Käseblock
|
||||
|
||||
#init.lua
|
||||
[MOD] Mobs Redo 'Animals' loaded = [MOD] Mobs Redo 'Animals' geladen
|
||||
|
||||
#kitten.lua
|
||||
Kitten = Kätzchen
|
||||
|
||||
#rat.lua
|
||||
Rat = Ratte
|
||||
Cooked Rat = Gekochte Ratte
|
||||
|
||||
#sheep.lua
|
||||
Black = Schwarzes
|
||||
Blue = Blaues
|
||||
Brown = Braunes
|
||||
Cyan = Cyan
|
||||
Dark Green = Dunkelgrünes
|
||||
Dark Grey = Dunkelgraues
|
||||
Green = Grünes
|
||||
Grey = Graues
|
||||
Magenta = Magenta
|
||||
Orange = Oranges
|
||||
Pink = Pinkes
|
||||
Red = Rotes
|
||||
Violet = Violettes
|
||||
White = Weißes
|
||||
Yellow = Gelbes
|
||||
Sheep = Schaf
|
||||
|
||||
#warthog.lua
|
||||
Warthog = Warzenschwein
|
||||
Raw Porkchop = Rohes Schweinekotelett
|
||||
Cooked Porkchop = Gekochtes Schweinekotelett
|
58
mods/mobiles/general/mobs_animal/locale/template.txt
Normal file
58
mods/mobiles/general/mobs_animal/locale/template.txt
Normal file
@ -0,0 +1,58 @@
|
||||
# Template for translations of mobs_animal mod
|
||||
# last update: 2016/June/10
|
||||
|
||||
#bee.lua
|
||||
Bee =
|
||||
Honey =
|
||||
Beehive =
|
||||
Honey Block =
|
||||
|
||||
#bunny.lua
|
||||
Bunny =
|
||||
|
||||
#chicken.lua
|
||||
Chicken =
|
||||
Chicken Egg =
|
||||
Fried Egg =
|
||||
Raw Chicken =
|
||||
Cooked Chicken =
|
||||
|
||||
#cow.lua
|
||||
Cow already milked! =
|
||||
Cow =
|
||||
Bucket of Milk =
|
||||
Cheese =
|
||||
Cheese Block =
|
||||
|
||||
#init.lua
|
||||
[MOD] Mobs Redo 'Animals' loaded =
|
||||
|
||||
#kitten.lua
|
||||
Kitten =
|
||||
|
||||
#rat.lua
|
||||
Rat =
|
||||
Cooked Rat =
|
||||
|
||||
#sheep.lua
|
||||
Black =
|
||||
Blue =
|
||||
Brown =
|
||||
Cyan =
|
||||
Dark Green =
|
||||
Dark Grey =
|
||||
Green =
|
||||
Grey =
|
||||
Magenta =
|
||||
Orange =
|
||||
Pink =
|
||||
Red =
|
||||
Violet =
|
||||
White =
|
||||
Yellow =
|
||||
Sheep =
|
||||
|
||||
#warthog.lua
|
||||
Warthog =
|
||||
Raw Porkchop =
|
||||
Cooked Porkchop =
|
61
mods/mobiles/general/mobs_animal/locale/tr.txt
Normal file
61
mods/mobiles/general/mobs_animal/locale/tr.txt
Normal file
@ -0,0 +1,61 @@
|
||||
# Türkçe çeviri by Admicos
|
||||
# Turkish translation by Admicos
|
||||
|
||||
# Son düzenleme: 26 Nisan 2017
|
||||
# Last edit: 26 April 2017
|
||||
|
||||
#bee.lua
|
||||
Bee = Arı
|
||||
Honey = Bal
|
||||
Beehive = Arı kovanı
|
||||
Honey Block = Bal bloğu
|
||||
|
||||
#bunny.lua
|
||||
Bunny = Tavşan
|
||||
|
||||
#chicken.lua
|
||||
Chicken = Tavuk
|
||||
Chicken Egg = Tavuk yumurtası
|
||||
Fried Egg = Kızarmış yumurta
|
||||
Raw Chicken = Çiğ tavuk
|
||||
Cooked Chicken = Pişmiş tavuk
|
||||
|
||||
#cow.lua
|
||||
Cow already milked! = İnekte süt yok!
|
||||
Cow = İnek
|
||||
Bucket of Milk = Süt kovası
|
||||
Cheese = Peynir
|
||||
Cheese Block = Peynir bloğu
|
||||
|
||||
#init.lua
|
||||
[MOD] Mobs Redo 'Animals' loaded = [MOD] Mobs Redo 'Hayvanlar' yüklendi
|
||||
|
||||
#kitten.lua
|
||||
Kitten = Yavru kedi
|
||||
|
||||
#rat.lua
|
||||
Rat = Sıçan
|
||||
Cooked Rat = Pişmiş sıçan
|
||||
|
||||
#sheep.lua
|
||||
Black = Siyah
|
||||
Blue = Mavi
|
||||
Brown = Kahverengi
|
||||
Cyan = Camgöbeği
|
||||
Dark Green = Koyu yeşil
|
||||
Dark Grey = Koyu gri
|
||||
Green = Yeşil
|
||||
Grey = Gri
|
||||
Magenta = Macenta
|
||||
Orange = Turuncu
|
||||
Pink = Pembe
|
||||
Red = Kırmızı
|
||||
Violet = Mor
|
||||
White = Beyaz
|
||||
Yellow = Sarı
|
||||
Sheep = Koyun
|
||||
|
||||
#warthog.lua
|
||||
Warthog = Domuz
|
||||
Raw Porkchop = Çiğ pirzola
|
||||
Cooked Porkchop = Pişmiş pirzola
|
Loading…
x
Reference in New Issue
Block a user