Animals are not what they say they are
Can someone please tell me why the animals are not what they say they are? My students are coding. When they select spawn a chicken it spawns LAVA. When they spawn parrot it spawns spider webs instead? What is happening? This is also happening with monsters.
-
Hey David,
Thanks for reporting this. How long has this been happening?
also, can you provide a screenshot of your code with this happening?0 -
It started today. Students are working in Minecraft Education on their assigned computers with a local install of Minecraft. I am NOT hosting a game.
0 -
I downloaded from MS Store last week for installation.
0 -
Several screenshots. Javascript is at the bottom.

let from_position: Position = nulllet to_position: Position = nulllet PlayerPosition: Position = nullplayer.onChat("wall", function () {blocks.fill(GLASS,from_position,to_position,FillOperation.Replace)})player.onChat("position", function () {PlayerPosition = player.position()from_position = positions.add(PlayerPosition,pos(0, 0, 0))to_position = positions.add(PlayerPosition,pos(9, 3, 2))})blocks.onBlockBroken(GLASS, function () {blocks.place(mobs.monster(ZOMBIE), randpos(from_position,to_position))})mobs.onMobKilled(mobs.monster(ZOMBIE), function () {blocks.fill(AIR,from_position,to_position,FillOperation.Replace)})0 -
Hey David,
I just reproduced some of the errors you mentioned. I am sending this information to my team to see if there is a bug report created for this yet.0 -
Thank you for taking this support case!
0
Please sign in to leave a comment.
Comments
6 comments