Jump to content

Recommended Posts

Posted (edited)

 unknown1.thumb.png.0c94e554cd4457ef0f7f593b957639d1.png

 

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 by octa
Posted

Because some of the pixels are transparent, but not completely transparent.

So the game thinks you should be able to see through the item.

 

image.png.e42a61762ae22a7266274f4cb36ba281.png

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.

Posted (edited)

Can you tell me how you're viewing the image?
When I view it in gimp it looks pretty clean:
 

unknown2.png

Edit: Using Gimp's threshold alpha tool worked wonders. Thanks for the help.

Edited by octa
Posted

I used Curves to show the pixels with boosted values.

 

Here's the histogram, you can see some tiny bars in the lower left.

image.png.db833477e3b8b6e43a010af27d9975c5.png

 

In pulling the anchor on the curves panel over I can make those values more apparent.

 

image.thumb.png.87f0adb3dfff77ec6e4c72009bd30ce5.png

 

  • Thanks 1

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.