Paste #63509: MC tube builder

Date: 2020/01/03 22:50:21 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


createTubeV:
    type: task
    script:
        - define max:<cuboid[block1].max>
        - define min:<cuboid[block1].min>
        - showfake black_concrete <cuboid[block1].shell.filter[x.is[equals].to[<[max].x>]]>
        - showfake black_concrete <cuboid[block1].shell.filter[x.is[equals].to[<[min].x>]]>
        - showfake black_concrete <cuboid[block1].shell.filter[z.is[equals].to[<[max].z>]]>
        - showfake black_concrete <cuboid[block1].shell.filter[z.is[equals].to[<[min].z>]]>