You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
latest.log
debug-5.log.gz
The text was updated successfully, but these errors were encountered: