Started by
Muski360_
on
Topic category: Help with Minecraft modding (Java Edition)
I would like every entity 15 blocks away to die, it's something to do with this procedure, right? https://prnt.sc/17w19at
Sorry for my bad english
Topic category: Help with Minecraft modding (Java Edition)
I would like every entity 15 blocks away to die, it's something to do with this procedure, right? https://prnt.sc/17w19at
Sorry for my bad english
Indeed.
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
I don't speak English, I can't understand any of these tutorials, secondly, I suck at procedures so I need help with explanations and such.
pls, help me guys
I don't want to be rude, but can you send me a image with this procedure for me to understand better?
Just put "deal damage" procedure block with really high damage. Be aware though that this will mean player can be killed too, so it's good to put conditions.
You can alternatively use commands ("kill" or "effect") or potion procedure block to do something similar. Potions/effects are better if you find splitting procedures up more useful.