1
Help retrieving world
so basically, i have this redstone world and i was playing around with command blocks, i was making a pig that would kill you if you went close.
Im stupid and i wanted to make it from execute at @p if bla bla bla into execute at @p if entity[type=pig,name= forgot] run kill @p (not cus i didn't know, but because , like, idk im just stupid} and it made it so i die all the time if that pig is there.
it is java minecraft. pls help ty
Im stupid and i wanted to make it from execute at @p if bla bla bla into execute at @p if entity[type=pig,name= forgot] run kill @p (not cus i didn't know, but because , like, idk im just stupid} and it made it so i die all the time if that pig is there.
it is java minecraft. pls help ty
1
Can you die and not go near the pig? or are you killtrapped out of your world (this would be the case if you didnt specify a distance)?
If you are able to get into your world but not near the pig, you can use /kill @e[type=pig] (note this will kill all pigs, but since this is a creative world Im assuming that's okay. If you are not able to get into your world at all, you can open the world folder, and find the pig entitiy and delete it (though it may be easier to just delete them all rather than manually searching through them).
If you are able to get into your world but not near the pig, you can use /kill @e[type=pig] (note this will kill all pigs, but since this is a creative world Im assuming that's okay. If you are not able to get into your world at all, you can open the world folder, and find the pig entitiy and delete it (though it may be easier to just delete them all rather than manually searching through them).
