1

Entity testing glitch?

hokage3211's Avatar hokage32114/29/15 8:36 pm
1 emeralds 565 7
5/4/2015 10:59 am
hokage3211's Avatar hokage3211
(Kindof long description but please stick with it, it should explain itself)
So I am trying to come up with a system for artificially loading chunks to keep entities testable, the theory I came up with so the armor stands don't need to be loaded from spawn are these two commands in some affect:
/execute @e[type=ArmorStand,name=south] ~ ~ ~ /spreadplayers ~ ~-8 0 1 false @e[type=ArmorStand,name=southspreaded]
/execute @e[type=ArmorStand,name=north] ~ ~ ~ /spreadplayers ~ ~8 0 1 false @e[type=ArmorStand,name=northspreaded]
I have two chunks, a north and a south chunk I want loaded, and the north chunk contains the "north" armor stand and uses spreadplayers to spread "northspreaded" into the south chunk, and vice versa on south and southspreaded. This is only a theory and in testing, suggest any improvements if you wish.
The problem I am having is that when I go away from the chunks and I see the entities unload, when I reload the entities in my visual range, they have stopped their functionality, and upon using /testfor @e they result in four "That entity cannot be found" messages. Upon leaving and coming back into the world, they then work again and can be detected using /testfor, is this some kind of a glitch? And how can I stop this from happening?
Posted by hokage3211's Avatar
hokage3211
Level 49 : Master Engineer
39

Create an account or sign in to comment.

7

1
05/04/2015 10:59 am
Level 49 : Master Engineer
hokage3211
hokage3211's Avatar
Alright, thank you though for suggesting that, maybe someone else will have a fix but until then I suppose I should wait for 1.9 to come out.
1
05/01/2015 7:05 pm
Level 33 : Artisan Engineer
Jmal116
Jmal116's Avatar
Well the minecraft bug tracker is here: https://bugs.mojang.com/browse/MC
This bug has been reported a few times already though, so it might not be worth it to submit one of your own. That said, one of the reports did have a sort of workaround involving stats, which you may or may not be able to use depending on the situation: https://bugs.mojang.com/browse/MC-73910 ... loading%22
1
05/02/2015 9:19 pm
Level 49 : Master Engineer
hokage3211
hokage3211's Avatar
I'm not sure how to use stats at all, plus I think I need this to work every time because I need to keep the chunks loaded with the spreading armorstands, so I'm unsure if it would work even when I use the workaround
1
05/03/2015 7:59 pm
Level 33 : Artisan Engineer
Jmal116
Jmal116's Avatar
Yeah, it looks like the stats thing is only able to detect if there are entities that have gone through the glitch. It won't help you keep the chunks loaded, since the command won't be able to detect them in an unloaded chunk :/
1
04/30/2015 10:49 pm
Level 49 : Master Engineer
hokage3211
hokage3211's Avatar
So how would we go about reporting this glitch? I'm honestly unsure if I have been doing my past reports correctly.
1
04/30/2015 4:49 pm
Level 33 : Artisan Engineer
Jmal116
Jmal116's Avatar
I ran into similar issues myself, but unfortunately I wasn't able to find a fix. Luckily for me the game I was making always had a player in the area that would otherwise be unloaded, but it made testing a pain. That said I believe it's a bug in the game's code, but I'm not 100% sure.
1
04/30/2015 6:30 pm
Level 49 : Master Engineer
hokage3211
hokage3211's Avatar
Well shoot, the thing I'm making requires an ability to load chunks without needing spawn chunks, because I need to constantly be able to teleport to something far away in the world and then back, but it can't use co-ordinates because it needs to be infinitely expandable, so it needs to be modular.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome