Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WinterGeneralIsTheBest opened this issue Dec 16, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@WinterGeneralIsTheBest
Copy link

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

@WinterGeneralIsTheBest WinterGeneralIsTheBest added the bug Something isn't working label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant