RInventor7 Posted November 29, 2022 Posted November 29, 2022 (edited) return Block.box(p1, p2, p3, p4, p5, p6).move(offset.x, offset.y, offset.z); This line in Block.getShape() method gives the block the bounding box. If I change the offset.y the bounding box moves, but the actual model doesn't. How to move both of them? Thanks. Edited March 2, 2023 by RInventor7 Quote
MFMods Posted November 30, 2022 Posted November 30, 2022 look inside the model json file. move all cubes upward. Quote
RInventor7 Posted November 30, 2022 Author Posted November 30, 2022 Yes but that has a limit of 16 pixels up or down. I need it to be 23 down. But there's probably no way of overriding the 16 pixel limit, is there? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.