Posted July 15, 20196 yr So in the bake() method of IModel, I have some textures but I would like to translate/rotate just one of them. Is there a way to do this? The examples I've found use a call like this for an ItemLayerModel, which just layers the textures on top of each other. Is there a way to move one of the textures around? I'm including a vanilla texture in there which is why it'd be helpful if I could translate/rotate the texture. IBakedModel model = (new ItemLayerModel(textures)).bake(state, format, bakedTextureGetter);
July 15, 20196 yr Author Nevermind, I just didn't look hard enough. It seems like ModelDynBucket does this somewhat so I'm going to try to copy it
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.