samedifferent / Ecologics

🌎 A Minecraft mod aiming to improve the Vanilla biomes.
https://www.curseforge.com/minecraft/mc-mods/ecologics
Other
47 stars 30 forks source link

[Question]: This code from 1.18-Fabric Ecologics is required #126

Open WinterGeneralIsTheBest opened 10 months ago

WinterGeneralIsTheBest commented 10 months ago

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