Merge branch 'drops_typo' into 'master'

correct typo in farming

See merge request Illuna-Minetest/aestivalserver-mods!2
master
Milan 2021-08-08 13:17:36 +00:00
commit e323b03857
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ def.drops = {
local def = minetest.registered_entities["livingnether:tardigrade"]
def.drops = {
{name = "faming:cucumber", chance = 1, min = 1, max = 3}, -- because they look like it? :-D - idea from dotti
{name = "farming:cucumber", chance = 1, min = 1, max = 3}, -- because they look like it? :-D - idea from dotti
{name = "nether:glowstone", chance = 2, min = 1, max = 2},
{name = "nether:nether_lump", chance = 10, min = 1, max = 1},
}
@ -63,7 +63,7 @@ def.drops = {
local def = minetest.registered_entities["livingnether:noodlemaster"]
def.drops = {
{name = "faming:spaghetti", chance = 1, min = 1, max = 2}, -- because "noodle" - idea from dotti
{name = "farming:spaghetti", chance = 1, min = 1, max = 2}, -- because "noodle" - idea from dotti
{name = "nether:glowstone_deep", chance = 1, min = 1, max = 5},
{name = "default:mese_crystal", chance = 1, min = 1, max = 5},
{name = "nether:nether_lump", chance = 1, min = 1, max = 7},