Started by
Vricken
on
Topic category: Help with Minecraft modding (Java Edition)
Sorry if I am a bit ignorant on this topic but it is my first mod, by the way here are some questions:
1) Is there a simple way to make only my biome spawn in the overworld, i tried to set the spawn-probability to max (1024) but also other biombes spawn.
2) I created a liquid and I allowed it to spawn in the overworld (spawning small lakes) but these "lakes" spawn way too frequently.
3) Is there a way to make so that when it rains you get damaged unless you are under a roof.
4) I woulfd like to make a high probability to spawn clay and sand under these "lakes"
PS: Sorry for grammatical errors but I am italian and disortographic
https://mcreator.net/tracker/issue/49930
https://mcreator.net/tracker/issue/45389
Use global player tick procedure, check if it is raining and if it is raining and the player can see the sky, deal damage. There are procedures block for all these needs.
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Thanks!
Any idea for 4
Without some tweaking with world gen, I don't think