Fix item typo

fixed mese crystal item typo
This commit is contained in:
TenPlus1 2019-09-09 06:04:58 +00:00
parent af5fc79aec
commit 61df334d33

@ -56,9 +56,9 @@ local chest_stuff = {
{name = "default:apple", max = 3},
{name = "default:steel_ingot", max = 2},
{name = "default:gold_ingot", max = 2, chance = 2},
{name = "default:diamond", max = 1, chance = 2},
{name = "default:diamond", max = 1, chance = 3},
{name = "default:pick_steel", max = 1, chance = 2},
{name = "default:mese_fragment", max = 3, chance = 3},
{name = "default:mese_crystal_fragment", max = 3, chance = 3},
}