Started by
Expandi-craft …
on
Topic category: Help with Minecraft modding (Java Edition)
So i was working on expandi-craft and when i went to the end, the infested end stone wasn't on the outside of the end islands. How do i make the generation like grass blocks, so it won't spawn inside the islands?
Edited by Expandi-craft mod dev on Mon, 07/03/2023 - 07:45
I would suggest making both blocks tick randomly, then add a trigger for "On tick update" for both blocks that checks the block above and sets this block to the appropriate block.
can you show me an image to a procedure of it?
The first block should be Air, the second block should be the grassy block, and the third block should be the non-grassy block. This procedure should be set for "On tick update" on both the grassy and non-grassy blocks.
thank you!
but which air is in the end?
I am pretty sure the End has regular air, but you can check for all three of them and OR them together if you like.