octa Posted January 30, 2021 Posted January 30, 2021 (edited) You can see the handle and part of the top of the axe are flat. This is happening with all except for two of the tools I've made, and I can't discern any difference between the broken ones and the ones that work correctly. Here is the texture im using in the above example: https://github.com/eddie1101/PortalTest/blob/master/src/main/resources/assets/basicportals/textures/item/item_void_axe.png Here is the model json: { "parent": "item/handheld", "textures": { "layer0": "basicportals:item/item_void_axe" } } Here is the rest of the project: https://github.com/eddie1101/PortalTest Please let me know why this is happening. Thanks. Edited January 30, 2021 by octa Quote
Draco18s Posted January 30, 2021 Posted January 30, 2021 Because some of the pixels are transparent, but not completely transparent. So the game thinks you should be able to see through the item. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
octa Posted January 30, 2021 Author Posted January 30, 2021 (edited) Can you tell me how you're viewing the image? When I view it in gimp it looks pretty clean: Edit: Using Gimp's threshold alpha tool worked wonders. Thanks for the help. Edited January 30, 2021 by octa Quote
Draco18s Posted January 31, 2021 Posted January 31, 2021 I used Curves to show the pixels with boosted values. Here's the histogram, you can see some tiny bars in the lower left. In pulling the anchor on the curves panel over I can make those values more apparent. 1 Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.