Posted February 13, 20232 yr I need delete slime chunks from entire world but slime spawn in the swamps stay. Using no mods. Maybe Minecraft has folder with spawn chunks. If whoes know tell me please. My mod goal delete slime chunks and create biome under swamp where will spawn slimes.
February 13, 20232 yr No, swamps just spawn slimes naturally. If you wanted to modify how slimes spawned in swamps, you would probably need to change the information associated with the spawn placement of the entity itself, which is currently not modifiable. The best you could do is hook into the CheckSpawn event on the forge event bus and make sure the entity is not on the world's surface or below a certain y value.
February 14, 20232 yr 23 hours ago, DragoniXGG said: I think need write code when slime spawn in slime chunk he deleted. I'm confused on what this means.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.