Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev

This commit is contained in:
Sys Quatre 2020-06-20 15:38:41 +02:00
commit 0aa7224ebc
5 changed files with 52 additions and 35 deletions

View File

@ -79,7 +79,7 @@ minetest.register_node(":mobs:beehive", {
paramtype = "light", paramtype = "light",
sunlight_propagates = true, sunlight_propagates = true,
walkable = true, walkable = true,
groups = {oddly_breakable_by_hand = 3, flammable = 1}, groups = {oddly_breakable_by_hand = 3, flammable = 1, disable_suffocation = 1},
sounds = default.node_sound_defaults(), sounds = default.node_sound_defaults(),
on_construct = function(pos) on_construct = function(pos)

View File

@ -91,15 +91,15 @@ stepheight = 0.6,
}) })
local spawn_on = "default:dirt_with_grass" local spawn_on = {"default:dirt_with_grass"}
if minetest.get_modpath("ethereal") then if minetest.get_modpath("ethereal") then
spawn_on = "ethereal:bamboo_dirt" spawn_on = {"ethereal:bamboo_dirt", "ethereal:prairie_dirt"}
end end
mobs:spawn({ mobs:spawn({
name = "mobs_animal:chicken", name = "mobs_animal:chicken",
nodes = {spawn_on}, nodes = spawn_on,
neighbors = {"group:grass"}, neighbors = {"group:grass"},
min_light = 14, min_light = 14,
interval = 60, interval = 60,

View File

@ -66,6 +66,7 @@ mobs:register_mob("mobs_animal:cow", {
{"group:grass", "mobs:dung", 0}, {"group:grass", "mobs:dung", 0},
{"default:dirt_with_grass", "default:dirt", -1} {"default:dirt_with_grass", "default:dirt", -1}
}, },
-- stay_near = {{"farming:straw", "group:grass"}, 10},
fear_height = 2, fear_height = 2,
on_rightclick = function(self, clicker) on_rightclick = function(self, clicker)

View File

@ -9,9 +9,9 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-13 16:00 (UTC+5)\n" "POT-Creation-Date: 2017-08-13 16:00 (UTC+5)\n"
"PO-Revision-Date: 2018-03-29 18:00 (UTC+5)\n" "PO-Revision-Date: 2020-06-19 19:00 (UTC+3)\n"
"Last-Translator: Oleg720 <contact@oleg720.ru>\n" "Last-Translator: YELLOW <pikayellow35@gmail.com>\n"
"Language-Team: 720 Locales <>\n" "Language-Team: \n"
"Language: ru\n" "Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
@ -39,16 +39,16 @@ msgstr "Кролик"
#: bunny.lua #: bunny.lua
msgid "Raw Rabbit" msgid "Raw Rabbit"
msgstr "Сырой кролик" msgstr "Сырая крольчатина"
#: bunny.lua #: bunny.lua
#, fuzzy #, fuzzy
msgid "Cooked Rabbit" msgid "Cooked Rabbit"
msgstr "Приготовленный кролик" msgstr "Приготовленная крольчатина"
#: bunny.lua #: bunny.lua
msgid "Rabbit Hide" msgid "Rabbit Hide"
msgstr "Кролик скрыть" msgstr "Кроличья шкурка"
#: chicken.lua #: chicken.lua
msgid "Chicken" msgid "Chicken"
@ -56,11 +56,11 @@ msgstr "Курица"
#: chicken.lua #: chicken.lua
msgid "Chicken Egg" msgid "Chicken Egg"
msgstr "Курино яйцо" msgstr "Куриное яйцо"
#: chicken.lua #: chicken.lua
msgid "Fried Egg" msgid "Fried Egg"
msgstr "Жареное яйцо" msgstr "Яичница"
#: chicken.lua #: chicken.lua
msgid "Raw Chicken" msgid "Raw Chicken"
@ -68,7 +68,7 @@ msgstr "Сырая курятина"
#: chicken.lua #: chicken.lua
msgid "Cooked Chicken" msgid "Cooked Chicken"
msgstr "Вареная курятина" msgstr "Приготовленная курятина"
#: chicken.lua #: chicken.lua
msgid "Feather" msgid "Feather"
@ -86,6 +86,14 @@ msgstr "Корова"
msgid "Bucket of Milk" msgid "Bucket of Milk"
msgstr "Ведро молока" msgstr "Ведро молока"
#: cow.lua
msgid "Glass of Milk"
msgstr "Стакан молока"
#: cow.lua
msgid "Butter"
msgstr "Масло"
#: cow.lua #: cow.lua
msgid "Cheese" msgid "Cheese"
msgstr "Сыр" msgstr "Сыр"
@ -102,6 +110,14 @@ msgstr "[МОД] Mobs Redo 'Animals' загружен"
msgid "Kitten" msgid "Kitten"
msgstr "Котенок" msgstr "Котенок"
#: kitten.lua
msgid "Hairball"
msgstr "Комочек шерсти"
#: panda.lua
msgid "Panda"
msgstr "Панда"
#: penguin.lua #: penguin.lua
msgid "Penguin" msgid "Penguin"
msgstr "Пингвин" msgstr "Пингвин"
@ -116,76 +132,76 @@ msgstr "Приготовленная крыса"
#: sheep.lua #: sheep.lua
msgid "Black" msgid "Black"
msgstr "Черный" msgstr "Черная"
#: sheep.lua #: sheep.lua
msgid "Blue" msgid "Blue"
msgstr "Синий" msgstr "Синяя"
#: sheep.lua #: sheep.lua
msgid "Brown" msgid "Brown"
msgstr "Коричневый" msgstr "Коричневая"
#: sheep.lua #: sheep.lua
msgid "Cyan" msgid "Cyan"
msgstr "Голубой" msgstr "Голубая"
#: sheep.lua #: sheep.lua
msgid "Dark Green" msgid "Dark Green"
msgstr "Темно-зеленый" msgstr "Темно-зеленая"
#: sheep.lua #: sheep.lua
msgid "Dark Grey" msgid "Dark Grey"
msgstr "Темно-серый" msgstr "Темно-серая"
#: sheep.lua #: sheep.lua
msgid "Green" msgid "Green"
msgstr "Зеленый" msgstr "Зеленая"
#: sheep.lua #: sheep.lua
msgid "Grey" msgid "Grey"
msgstr "Серый" msgstr "Серая"
#: sheep.lua #: sheep.lua
msgid "Magenta" msgid "Magenta"
msgstr "Пурпурный" msgstr "Пурпурная"
#: sheep.lua #: sheep.lua
msgid "Orange" msgid "Orange"
msgstr "Оранжевый" msgstr "Оранжевая"
#: sheep.lua #: sheep.lua
msgid "Pink" msgid "Pink"
msgstr "Розовый" msgstr "Розовая"
#: sheep.lua #: sheep.lua
msgid "Red" msgid "Red"
msgstr "Красный" msgstr "Красная"
#: sheep.lua #: sheep.lua
msgid "Violet" msgid "Violet"
msgstr "Фиолетовый" msgstr "Фиолетовая"
#: sheep.lua #: sheep.lua
msgid "White" msgid "White"
msgstr "Белый" msgstr "Белая"
#: sheep.lua #: sheep.lua
msgid "Yellow" msgid "Yellow"
msgstr "Желтый" msgstr "Желтая"
#: sheep.lua #: sheep.lua
msgid "@1 Sheep" msgid "@1 Sheep"
msgstr "@1 Овец" msgstr "@1 овца"
#: sheep.lua #: sheep.lua
msgid "Raw Mutton" msgid "Raw Mutton"
msgstr "сырой ягненок" msgstr "Сырая баранина"
#: sheep.lua #: sheep.lua
#, fuzzy #, fuzzy
msgid "Cooked Mutton" msgid "Cooked Mutton"
msgstr "приготовленный ягненок" msgstr "Приготовленная баранина"
#: warthog.lua #: warthog.lua
msgid "Warthog" msgid "Warthog"
@ -193,8 +209,8 @@ msgstr "Бородавочник"
#: warthog.lua #: warthog.lua
msgid "Raw Porkchop" msgid "Raw Porkchop"
msgstr "Отбивные из свинины" msgstr "Свиные отбивные"
#: warthog.lua #: warthog.lua
msgid "Cooked Porkchop" msgid "Cooked Porkchop"
msgstr "Приготовленные отбивные" msgstr "Приготовленные свиные отбивные"

View File

@ -64,13 +64,13 @@ local spawn_on = {"default:dirt_with_grass"}
local spawn_by = {"group:grass"} local spawn_by = {"group:grass"}
if minetest.get_mapgen_setting("mg_name") ~= "v6" then if minetest.get_mapgen_setting("mg_name") ~= "v6" then
spawn_on = {"default:dirt_with_dry_grass"} spawn_on = {"default:dirt_with_dry_grass", "default:dry_dirt_with_dry_grass"}
spawn_by = {"group:dry_grass"} spawn_by = {"group:dry_grass"}
end end
if minetest.get_modpath("ethereal") then if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:mushroom_dirt"} spawn_on = {"ethereal:mushroom_dirt"}
spawn_by = {"flowers:mushroom_brown", "flowers:mushroom_brown"} spawn_by = {"flowers:mushroom_brown", "flowers:mushroom_red"}
end end
mobs:spawn({ mobs:spawn({