Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 475 Bytes

Notes.md

File metadata and controls

12 lines (11 loc) · 475 Bytes

Notes to keep the modding style the same:

Notes to understand better:

  • The "pos" in IE's custom TileEntity class is the number of blocks from the bottom-left-front corner. It looks like the actual pos is calculated as the number of blocks following a specific order, so
    front-bottom-left cornerfull widthfull lengthfull height
    or
    • loop(height)
      • loop(length)
        • loop(width)