omni_block_translate
Translate any Minecraft 1.20 block ID into its 1.8 form with metadata before using it in an operation, returning translated, passthrough, or unresolved status to avoid missing alias errors.
Instructions
Translate ONE 1.20 block id to its 1.8 form (with metadata). Returns translated, passthrough, or unresolved. This is the function to call before any 1.20 block name goes into an op — there is NO alias table on the placement path in the engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Block id, e.g. 'minecraft:oak_planks' or 'white_wool' | |
| meta | No |