- Following 0 users
- Followed by 4 users
- Votes 0
- Subscriptions 36
Badges
No badges earned
Comments
Recent activity by Micah M-
Debbie AlexanderWe don't keep links to all of the old builds available online (we keep the latest release and latest beta available). Trying to use old versions generally results in lots of multipl...
-
Ok, if you are using 1.17.32 that is concerning then. Can you help me understand exactly what is broken? It sounds like: player.on_chat block.place pos() world.time Were there any others? I'll ha...
-
Official comment
Hi Debbie Alexander, I think you are referring to the latest beta (1.18.10)? We did change how the back end coding APIs connect the client to the IDE with the goal of making them more reliable for ...
-
Official comment
Hi Debbie Alexander, The tutorial is doing a little magic in the background to identify when the user types jump and call the chat_say_jump( ) function.If you want to write equivalent code on your ...
-
Official comment
Hi Robert Fenning, that is correct. You can save/load in the same world using the name field in the block. To load a structure into a different world, you need to save the .mcstructure and put it i...
-
That's a great summary, you've got it!
-
Great question! Python is particularly lax on what you can pass into a function as an argument. The code inside the function has to make sure that the values passed in are correct (both checking da...
-
You will hear lots of different opinions on what to call "identifiers". Different programming languages use different words and in some languages similar sounding words mean subtly different things...
-
Debbie and Bryan are correct. Minecraft: Education Edition directly inherits the "Role" from the Microsoft admin center and it's based on the license as Debbie shared. Teachers do have additional p...
-
Python variables are dynamically typed, meaning you don't specify the type of the variables when defining them. This is different from statically typed languages (like Java) where the compiler comp...