Nicholas Stebbing
Last activity
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 2
Badges
No badges earned
Comments
Recent activity by Nicholas Stebbing-
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 ...
-
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...