-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.14.4, 1.16.1, 1.16.2 Pre-release 1
-
None
-
Windows 10 Java 8 update 221
-
Unconfirmed
How to trigger:
1) Inside minecraft 1.16,1 by using command blocks write:
/setblock ~ ~ ~ spawner{SpawnCount:2,SpawnRange:2,Delay:80,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:10,RequiredPlayerRange:20,SpawnData:{id:"minecraft:area_effect_cloud",Particle:"dust",Radius:6f,Duration:100,Color:2883328,Potion:"minecraft:poison",Effects:[
{Id:19b,Amplifier:0b,Duration:200,ShowParticles:0b}]}} replace
This will create a spawner by replacing the command block a spawner will appear.
2) Make sure there are no blocks in 6 blocks radius only then it will spawn.
3) Add blocks nearby more than 3 blocks will prevent spawners from spawning the area cloud.
4) This is a bug because the same command in Minecraft 1.13.2 Worked you can see for yourself by writing inside command block:
/setblock ~ ~ ~ minecraft:spawner{SpawnCount:2,SpawnRange:2,Delay:80,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:10,RequiredPlayerRange:20,SpawnData:{id:"minecraft:area_effect_cloud",Particle:"dust",Radius:6f,Duration:100,Color:2883328,Potion:"minecraft:poison",Effects:[
{Id:19b,Amplifier:0b,Duration:200,ShowParticles:0b}]}} replace
This will create the same spawner for Minecraft 1.13.2 but this time regardless of how many blocks are nearby it will spawn.
Please fix this issue I can't finish my map due to this bug.
Also in the topic of bugs when testing this bug be in survival mod since spawner command will spawn poison potion and there is another bug in which if a player gets constantly refreshing poison effect than position effect won't deal damage until refreshing of the effect is done