We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb794d commit 0c67471Copy full SHA for 0c67471
tutorials/python-islands/island-6/plant/plant_1.md
@@ -145,7 +145,7 @@ They all take a block as a parameter (which you might get by using `||agent:agen
145
146
```python
147
block = agent.inspect(AgentInspection.BLOCK, DOWN)
148
-player.say(block)
+player.say(blocks.name_of_block(block))
149
150
hydration = scientist.get_hydration(block)
151
nutrition = scientist.get_nutrition(block)
0 commit comments