Block model offset definitions
ChloeDawn opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
Some mods offset their models during rendering, to allow a 3x3x3 cube model to render at an offset to the origin (A trick to work around model bound constraints). An example of this can be seen in Mekanism, with its advanced solar generator, which uses a standard blockstate and model, but programmatically offsets the model during rendering to allow a 3x3x3 cube model rendered at the floor to be offset upwards by one block.
Describe the solution you'd like
A way to define a position offset for a block's model