• 0

    posted a message on 1.7.10 2D Item Rendering Unwanted "Background"

    Anyone?

    Posted in: Modification Development
  • 0

    posted a message on 1.7.10 2D Item Rendering Unwanted "Background"

    When I change the rendering of an item in the inventory, this background appears and I can't seem to find a way to get rid of it, even after looking on the internet. I want to use it for a custom sword but I used the minecraft stick to show it because its more noticeable.


    HOW DO I FIX IT!?

    Posted in: Modification Development
  • 0

    posted a message on Help, I can't get my custom TNT texture to work

    My TNT texture will not work in the game. It works in the inventory but not when I place it down. All I know is I have to add "explode=true" and "explode=false" to the blockstate file, but I don't know how or where to put the statements. Can somebody help me?


    this is my blockstate file


    {
    "variants": {
    "normal": [
    { "model": "examplemod:blocks/PineappleTnt" },
    { "model": "examplemod:blocks/PineappleTnt", "y": 90},
    { "model": "examplemod:blocks/PineappleTnt", "y": 180},
    { "model": "examplemod:blocks/PineappleTnt", "y": 270}

    ]
    }
    }

    Posted in: Modification Development
  • To post a comment, please .