craft
craft copied to clipboard
`api.placeInFront` not implemented correctly for "cropWheat"
Repro:
- Load https://code-dot-org.github.io/craft/.
- Click run.
- Navigate the player to a block and run
gameController.codeOrgAPI.placeInFront(null, 'cropWheat', 'Player').

The Hour of Code progressions only use gameController.codeOrgAPI.placeBlock(null, 'cropWheat', 'Player') which confirms the target position has a "farmlandWet" block on the ground plane.