
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 2
Badges
No badges earned
Activity overview
Latest activity by Nicholas Stebbing-
Nicholas Stebbing commented,
A workaround for this is to manually set the value of block instead of using agent.inspect. For the first plant use... block = "red_flower" For the second plant use... block = "sapling" The third p...
-
Nicholas Stebbing commented,
I worked this out. If anyone else needs to know I found this comment in the agent.py file in C:\Program Files (x86)\Microsoft Studios\Minecraft Education Edition\data\python\minecraft_builtins.zip ...
-
Nicholas Stebbing created a post,
block names for python notebooks
My students are using python notebooks to create buildings. A student today asked me how he could give his agent spruce planks. I can't seem to work out how to do this. This code works to give oak ...