Modify Block Render (Power Type)

Modifies how a block would look like to the entity that has the power.

Modifies how a block would look like to the entity that has the power.

Type ID: apoli:modify_block_render

Fields

FieldTypeDefaultDescription
block_conditionBlock Condition TypeoptionalIf specified, only modify how the blocks that fulfill this condition would look like.
blockIdentifierThe namespace and ID of the replacement block.

Examples

{
    "type": "apoli:modify_block_render",
    "block_condition": {
        "type": "apoli:block",
        "block": "minecraft:diamond_ore"
    },
    "block": "minecraft:diamond_block"
}

This example will make Diamond Ore blocks look like Diamond Blocks.