[Question]: This code from 1.18-Fabric Ecologics is required
WinterGeneralIsTheBest opened this issue ยท 0 comments
Mod Version
1.4.0
Mod Loader
Fabric
Mod Loader Version
0.13.3
What happened?
I want to put this code into my mod.
BiomeModifications.addSpawn(
(biomeSelector) -> Biome.getCategory(biomeSelector.getBiomeRegistryEntry()).equals(Biome.Category.DESERT),
SpawnGroup.CREATURE,
ModEntityTypes.CAMEL,
1,
1,
1
);
My mod has a monster that naturally generates and often encounters problems, and I cannot find an effective tutorial to solve it. Could you please authorize me to use this code?