forked from VoxeLibre/VoxeLibre
Make farmable mobs/food mobs a lot less rare
This commit is contained in:
parent
5e6653ff65
commit
9b5c9dc8ae
|
@ -118,22 +118,53 @@ mobs:spawn_specific(
|
||||||
"overworld",
|
"overworld",
|
||||||
"ground",
|
"ground",
|
||||||
{
|
{
|
||||||
"FlowerForest",
|
"FlowerForest_beach",
|
||||||
"Swampland",
|
"Forest_beach",
|
||||||
"Taiga",
|
"StoneBeach",
|
||||||
"ExtremeHills",
|
"ColdTaiga_beach_water",
|
||||||
"BirchForest",
|
"Taiga_beach",
|
||||||
"MegaSpruceTaiga",
|
"Savanna_beach",
|
||||||
"MegaTaiga",
|
"Plains_beach",
|
||||||
"ExtremeHills+",
|
"ExtremeHills_beach",
|
||||||
"Forest",
|
"ColdTaiga_beach",
|
||||||
"Plains",
|
"Swampland_shore",
|
||||||
"ColdTaiga",
|
"JungleM_shore",
|
||||||
"SunflowerPlains",
|
"Jungle_shore",
|
||||||
"RoofedForest",
|
"MesaPlateauFM_sandlevel",
|
||||||
"MesaPlateauFM_grasstop",
|
"MesaPlateauF_sandlevel",
|
||||||
"ExtremeHillsM",
|
"MesaBryce_sandlevel",
|
||||||
"BirchForestM",
|
"Mesa_sandlevel",
|
||||||
|
"Mesa",
|
||||||
|
"FlowerForest",
|
||||||
|
"Swampland",
|
||||||
|
"Taiga",
|
||||||
|
"ExtremeHills",
|
||||||
|
"Jungle",
|
||||||
|
"Savanna",
|
||||||
|
"BirchForest",
|
||||||
|
"MegaSpruceTaiga",
|
||||||
|
"MegaTaiga",
|
||||||
|
"ExtremeHills+",
|
||||||
|
"Forest",
|
||||||
|
"Plains",
|
||||||
|
"Desert",
|
||||||
|
"ColdTaiga",
|
||||||
|
"IcePlainsSpikes",
|
||||||
|
"SunflowerPlains",
|
||||||
|
"IcePlains",
|
||||||
|
"RoofedForest",
|
||||||
|
"ExtremeHills+_snowtop",
|
||||||
|
"MesaPlateauFM_grasstop",
|
||||||
|
"JungleEdgeM",
|
||||||
|
"ExtremeHillsM",
|
||||||
|
"JungleM",
|
||||||
|
"BirchForestM",
|
||||||
|
"MesaPlateauF",
|
||||||
|
"MesaPlateauFM",
|
||||||
|
"MesaPlateauF_grasstop",
|
||||||
|
"MesaBryce",
|
||||||
|
"JungleEdge",
|
||||||
|
"SavannaM",
|
||||||
},
|
},
|
||||||
9,
|
9,
|
||||||
minetest.LIGHT_MAX+1,
|
minetest.LIGHT_MAX+1,
|
||||||
|
|
|
@ -163,22 +163,53 @@ mobs:spawn_specific(
|
||||||
"overworld",
|
"overworld",
|
||||||
"ground",
|
"ground",
|
||||||
{
|
{
|
||||||
"FlowerForest",
|
"FlowerForest_beach",
|
||||||
"Swampland",
|
"Forest_beach",
|
||||||
"Taiga",
|
"StoneBeach",
|
||||||
"ExtremeHills",
|
"ColdTaiga_beach_water",
|
||||||
"BirchForest",
|
"Taiga_beach",
|
||||||
"MegaSpruceTaiga",
|
"Savanna_beach",
|
||||||
"MegaTaiga",
|
"Plains_beach",
|
||||||
"ExtremeHills+",
|
"ExtremeHills_beach",
|
||||||
"Forest",
|
"ColdTaiga_beach",
|
||||||
"Plains",
|
"Swampland_shore",
|
||||||
"ColdTaiga",
|
"JungleM_shore",
|
||||||
"SunflowerPlains",
|
"Jungle_shore",
|
||||||
"RoofedForest",
|
"MesaPlateauFM_sandlevel",
|
||||||
"MesaPlateauFM_grasstop",
|
"MesaPlateauF_sandlevel",
|
||||||
"ExtremeHillsM",
|
"MesaBryce_sandlevel",
|
||||||
"BirchForestM",
|
"Mesa_sandlevel",
|
||||||
|
"Mesa",
|
||||||
|
"FlowerForest",
|
||||||
|
"Swampland",
|
||||||
|
"Taiga",
|
||||||
|
"ExtremeHills",
|
||||||
|
"Jungle",
|
||||||
|
"Savanna",
|
||||||
|
"BirchForest",
|
||||||
|
"MegaSpruceTaiga",
|
||||||
|
"MegaTaiga",
|
||||||
|
"ExtremeHills+",
|
||||||
|
"Forest",
|
||||||
|
"Plains",
|
||||||
|
"Desert",
|
||||||
|
"ColdTaiga",
|
||||||
|
"IcePlainsSpikes",
|
||||||
|
"SunflowerPlains",
|
||||||
|
"IcePlains",
|
||||||
|
"RoofedForest",
|
||||||
|
"ExtremeHills+_snowtop",
|
||||||
|
"MesaPlateauFM_grasstop",
|
||||||
|
"JungleEdgeM",
|
||||||
|
"ExtremeHillsM",
|
||||||
|
"JungleM",
|
||||||
|
"BirchForestM",
|
||||||
|
"MesaPlateauF",
|
||||||
|
"MesaPlateauFM",
|
||||||
|
"MesaPlateauF_grasstop",
|
||||||
|
"MesaBryce",
|
||||||
|
"JungleEdge",
|
||||||
|
"SavannaM",
|
||||||
},
|
},
|
||||||
9,
|
9,
|
||||||
minetest.LIGHT_MAX+1,
|
minetest.LIGHT_MAX+1,
|
||||||
|
|
|
@ -537,22 +537,53 @@ mobs:spawn_specific(
|
||||||
"overworld",
|
"overworld",
|
||||||
"ground",
|
"ground",
|
||||||
{
|
{
|
||||||
"FlowerForest",
|
"FlowerForest_beach",
|
||||||
"Swampland",
|
"Forest_beach",
|
||||||
"Taiga",
|
"StoneBeach",
|
||||||
"ExtremeHills",
|
"ColdTaiga_beach_water",
|
||||||
"BirchForest",
|
"Taiga_beach",
|
||||||
"MegaSpruceTaiga",
|
"Savanna_beach",
|
||||||
"MegaTaiga",
|
"Plains_beach",
|
||||||
"ExtremeHills+",
|
"ExtremeHills_beach",
|
||||||
"Forest",
|
"ColdTaiga_beach",
|
||||||
"Plains",
|
"Swampland_shore",
|
||||||
"ColdTaiga",
|
"JungleM_shore",
|
||||||
"SunflowerPlains",
|
"Jungle_shore",
|
||||||
"RoofedForest",
|
"MesaPlateauFM_sandlevel",
|
||||||
"MesaPlateauFM_grasstop",
|
"MesaPlateauF_sandlevel",
|
||||||
"ExtremeHillsM",
|
"MesaBryce_sandlevel",
|
||||||
"BirchForestM",
|
"Mesa_sandlevel",
|
||||||
|
"Mesa",
|
||||||
|
"FlowerForest",
|
||||||
|
"Swampland",
|
||||||
|
"Taiga",
|
||||||
|
"ExtremeHills",
|
||||||
|
"Jungle",
|
||||||
|
"Savanna",
|
||||||
|
"BirchForest",
|
||||||
|
"MegaSpruceTaiga",
|
||||||
|
"MegaTaiga",
|
||||||
|
"ExtremeHills+",
|
||||||
|
"Forest",
|
||||||
|
"Plains",
|
||||||
|
"Desert",
|
||||||
|
"ColdTaiga",
|
||||||
|
"IcePlainsSpikes",
|
||||||
|
"SunflowerPlains",
|
||||||
|
"IcePlains",
|
||||||
|
"RoofedForest",
|
||||||
|
"ExtremeHills+_snowtop",
|
||||||
|
"MesaPlateauFM_grasstop",
|
||||||
|
"JungleEdgeM",
|
||||||
|
"ExtremeHillsM",
|
||||||
|
"JungleM",
|
||||||
|
"BirchForestM",
|
||||||
|
"MesaPlateauF",
|
||||||
|
"MesaPlateauFM",
|
||||||
|
"MesaPlateauF_grasstop",
|
||||||
|
"MesaBryce",
|
||||||
|
"JungleEdge",
|
||||||
|
"SavannaM",
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
minetest.LIGHT_MAX+1,
|
minetest.LIGHT_MAX+1,
|
||||||
|
|
|
@ -194,22 +194,53 @@ mobs:spawn_specific(
|
||||||
"overworld",
|
"overworld",
|
||||||
"ground",
|
"ground",
|
||||||
{
|
{
|
||||||
"FlowerForest",
|
"FlowerForest_beach",
|
||||||
"Swampland",
|
"Forest_beach",
|
||||||
"Taiga",
|
"StoneBeach",
|
||||||
"ExtremeHills",
|
"ColdTaiga_beach_water",
|
||||||
"BirchForest",
|
"Taiga_beach",
|
||||||
"MegaSpruceTaiga",
|
"Savanna_beach",
|
||||||
"MegaTaiga",
|
"Plains_beach",
|
||||||
"ExtremeHills+",
|
"ExtremeHills_beach",
|
||||||
"Forest",
|
"ColdTaiga_beach",
|
||||||
"Plains",
|
"Swampland_shore",
|
||||||
"ColdTaiga",
|
"JungleM_shore",
|
||||||
"SunflowerPlains",
|
"Jungle_shore",
|
||||||
"RoofedForest",
|
"MesaPlateauFM_sandlevel",
|
||||||
"MesaPlateauFM_grasstop",
|
"MesaPlateauF_sandlevel",
|
||||||
"ExtremeHillsM",
|
"MesaBryce_sandlevel",
|
||||||
"BirchForestM",
|
"Mesa_sandlevel",
|
||||||
|
"Mesa",
|
||||||
|
"FlowerForest",
|
||||||
|
"Swampland",
|
||||||
|
"Taiga",
|
||||||
|
"ExtremeHills",
|
||||||
|
"Jungle",
|
||||||
|
"Savanna",
|
||||||
|
"BirchForest",
|
||||||
|
"MegaSpruceTaiga",
|
||||||
|
"MegaTaiga",
|
||||||
|
"ExtremeHills+",
|
||||||
|
"Forest",
|
||||||
|
"Plains",
|
||||||
|
"Desert",
|
||||||
|
"ColdTaiga",
|
||||||
|
"IcePlainsSpikes",
|
||||||
|
"SunflowerPlains",
|
||||||
|
"IcePlains",
|
||||||
|
"RoofedForest",
|
||||||
|
"ExtremeHills+_snowtop",
|
||||||
|
"MesaPlateauFM_grasstop",
|
||||||
|
"JungleEdgeM",
|
||||||
|
"ExtremeHillsM",
|
||||||
|
"JungleM",
|
||||||
|
"BirchForestM",
|
||||||
|
"MesaPlateauF",
|
||||||
|
"MesaPlateauFM",
|
||||||
|
"MesaPlateauF_grasstop",
|
||||||
|
"MesaBryce",
|
||||||
|
"JungleEdge",
|
||||||
|
"SavannaM",
|
||||||
},
|
},
|
||||||
9,
|
9,
|
||||||
minetest.LIGHT_MAX+1,
|
minetest.LIGHT_MAX+1,
|
||||||
|
|
|
@ -112,22 +112,53 @@ mobs:spawn_specific(
|
||||||
"overworld",
|
"overworld",
|
||||||
"ground",
|
"ground",
|
||||||
{
|
{
|
||||||
"FlowerForest",
|
"FlowerForest_beach",
|
||||||
"Swampland",
|
"Forest_beach",
|
||||||
"Taiga",
|
"StoneBeach",
|
||||||
"ExtremeHills",
|
"ColdTaiga_beach_water",
|
||||||
"BirchForest",
|
"Taiga_beach",
|
||||||
"MegaSpruceTaiga",
|
"Savanna_beach",
|
||||||
"MegaTaiga",
|
"Plains_beach",
|
||||||
"ExtremeHills+",
|
"ExtremeHills_beach",
|
||||||
"Forest",
|
"ColdTaiga_beach",
|
||||||
"Plains",
|
"Swampland_shore",
|
||||||
"ColdTaiga",
|
"JungleM_shore",
|
||||||
"SunflowerPlains",
|
"Jungle_shore",
|
||||||
"RoofedForest",
|
"MesaPlateauFM_sandlevel",
|
||||||
"MesaPlateauFM_grasstop",
|
"MesaPlateauF_sandlevel",
|
||||||
"ExtremeHillsM",
|
"MesaBryce_sandlevel",
|
||||||
"BirchForestM",
|
"Mesa_sandlevel",
|
||||||
|
"Mesa",
|
||||||
|
"FlowerForest",
|
||||||
|
"Swampland",
|
||||||
|
"Taiga",
|
||||||
|
"ExtremeHills",
|
||||||
|
"Jungle",
|
||||||
|
"Savanna",
|
||||||
|
"BirchForest",
|
||||||
|
"MegaSpruceTaiga",
|
||||||
|
"MegaTaiga",
|
||||||
|
"ExtremeHills+",
|
||||||
|
"Forest",
|
||||||
|
"Plains",
|
||||||
|
"Desert",
|
||||||
|
"ColdTaiga",
|
||||||
|
"IcePlainsSpikes",
|
||||||
|
"SunflowerPlains",
|
||||||
|
"IcePlains",
|
||||||
|
"RoofedForest",
|
||||||
|
"ExtremeHills+_snowtop",
|
||||||
|
"MesaPlateauFM_grasstop",
|
||||||
|
"JungleEdgeM",
|
||||||
|
"ExtremeHillsM",
|
||||||
|
"JungleM",
|
||||||
|
"BirchForestM",
|
||||||
|
"MesaPlateauF",
|
||||||
|
"MesaPlateauFM",
|
||||||
|
"MesaPlateauF_grasstop",
|
||||||
|
"MesaBryce",
|
||||||
|
"JungleEdge",
|
||||||
|
"SavannaM",
|
||||||
},
|
},
|
||||||
9,
|
9,
|
||||||
minetest.LIGHT_MAX+1,
|
minetest.LIGHT_MAX+1,
|
||||||
|
|
|
@ -320,22 +320,53 @@ mobs:spawn_specific(
|
||||||
"overworld",
|
"overworld",
|
||||||
"ground",
|
"ground",
|
||||||
{
|
{
|
||||||
"FlowerForest",
|
"FlowerForest_beach",
|
||||||
"Swampland",
|
"Forest_beach",
|
||||||
"Taiga",
|
"StoneBeach",
|
||||||
"ExtremeHills",
|
"ColdTaiga_beach_water",
|
||||||
"BirchForest",
|
"Taiga_beach",
|
||||||
"MegaSpruceTaiga",
|
"Savanna_beach",
|
||||||
"MegaTaiga",
|
"Plains_beach",
|
||||||
"ExtremeHills+",
|
"ExtremeHills_beach",
|
||||||
"Forest",
|
"ColdTaiga_beach",
|
||||||
"Plains",
|
"Swampland_shore",
|
||||||
"ColdTaiga",
|
"JungleM_shore",
|
||||||
"SunflowerPlains",
|
"Jungle_shore",
|
||||||
"RoofedForest",
|
"MesaPlateauFM_sandlevel",
|
||||||
"MesaPlateauFM_grasstop",
|
"MesaPlateauF_sandlevel",
|
||||||
"ExtremeHillsM",
|
"MesaBryce_sandlevel",
|
||||||
"BirchForestM",
|
"Mesa_sandlevel",
|
||||||
|
"Mesa",
|
||||||
|
"FlowerForest",
|
||||||
|
"Swampland",
|
||||||
|
"Taiga",
|
||||||
|
"ExtremeHills",
|
||||||
|
"Jungle",
|
||||||
|
"Savanna",
|
||||||
|
"BirchForest",
|
||||||
|
"MegaSpruceTaiga",
|
||||||
|
"MegaTaiga",
|
||||||
|
"ExtremeHills+",
|
||||||
|
"Forest",
|
||||||
|
"Plains",
|
||||||
|
"Desert",
|
||||||
|
"ColdTaiga",
|
||||||
|
"IcePlainsSpikes",
|
||||||
|
"SunflowerPlains",
|
||||||
|
"IcePlains",
|
||||||
|
"RoofedForest",
|
||||||
|
"ExtremeHills+_snowtop",
|
||||||
|
"MesaPlateauFM_grasstop",
|
||||||
|
"JungleEdgeM",
|
||||||
|
"ExtremeHillsM",
|
||||||
|
"JungleM",
|
||||||
|
"BirchForestM",
|
||||||
|
"MesaPlateauF",
|
||||||
|
"MesaPlateauFM",
|
||||||
|
"MesaPlateauF_grasstop",
|
||||||
|
"MesaBryce",
|
||||||
|
"JungleEdge",
|
||||||
|
"SavannaM",
|
||||||
},
|
},
|
||||||
0,
|
0,
|
||||||
minetest.LIGHT_MAX+1,
|
minetest.LIGHT_MAX+1,
|
||||||
|
|
Loading…
Reference in New Issue