KnightMiner / Ceramics

Adds various early game items made of clay, or fill a void where the later version requires harder resources
MIT License
16 stars 15 forks source link

[1.12.2] Clay Bucket Texture Mapping #35

Closed artdude543 closed 6 years ago

artdude543 commented 6 years ago

Heyo!

Currently working on creating texture support in Fanver for the mod, and I came across an issue with the bucket and fluid render. Where the fluid render is not mapping to the base bucket texture correctly and seems to be hardcoded cords. If you see in the image below

image

The texture is being loaded as the lava shape is matching the overlay but is being pushed up out of the base sprite. I believe I have done this correctly if you want the textures to test with I can send them over 😄

Thanks!

KnightMiner commented 6 years ago

The bucket uses the same model as the Forge bucket. If you want to change the fluid shape, modify the model to point to a different contents texture than the Forge one.