Magi Liu
Last activity
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Badges
No badges earned
Activity overview
Latest activity by Magi Liu-
Magi Liu created a post,
How to get the block id(python code)
There are two functions to get the block id of a block: 1. agent.inspect(kind: AgentInspection, direction: SixDirection): number; kind: AgentInspection.BLOCK or AgentInspection.Data however, at ...
-
Magi Liu commented,
more common one: def inspect_block_at_pos(position): agent.teleport(position.add(pos(0, 1, 0)), WEST) what = agent.inspect(AgentInspection.BLOCK, DOWN) for i in range(1, 16)...