Bedrock Snippets

Precise Interaction

View Source

precise_interaction > rp > block_culling > pigeonholes.json

{
    "format_version": "1.21.80",
    "minecraft:block_culling_rules": {
        "description": {
            "identifier": "wiki:pigeonholes_culling"
        },
        "rules": [
            {
                "direction": "down",
                "geometry_part": {
                    "bone": "pigeonholes",
                    "cube": 0,
                    "face": "down"
                }
            },
            {
                "direction": "up",
                "geometry_part": {
                    "bone": "pigeonholes",
                    "cube": 0,
                    "face": "up"
                }
            },
            {
                "direction": "west",
                "geometry_part": {
                    "bone": "pigeonholes",
                    "cube": 0,
                    "face": "west"
                }
            },
            {
                "direction": "east",
                "geometry_part": {
                    "bone": "pigeonholes",
                    "cube": 0,
                    "face": "east"
                }
            },
            {
                "direction": "south",
                "geometry_part": {
                    "bone": "pigeonholes",
                    "cube": 0,
                    "face": "south"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "empty_slot_0"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "empty_slot_1"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "empty_slot_2"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "empty_slot_3"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "empty_slot_4"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "empty_slot_5"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "occupied_slot_0"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "occupied_slot_1"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "occupied_slot_2"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "occupied_slot_3"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "occupied_slot_4"
                }
            },
            {
                "direction": "north",
                "geometry_part": {
                    "bone": "occupied_slot_5"
                }
            }
        ]
    }
}
Copied to Clipboard