Member
Level 1
New Network
0

Forum Posts

1 - 2 of 2

    Manticore
    12/30/2019 8:29 am
    Level 1 : New Network
    I think he means do you need help with making block textures, item textures, models, etc.
    1
    Manticore
    12/30/2019 8:23 am
    Level 1 : New Network
    In the .json file for bookshelves you can see what you have to call the textures:

    {
      "parent": "block/cube_column",
      "textures": {
      "end": "block/oak_planks",
      "side": "block/bookshelf"
      }
    }

    That is, the bookshelf texture itself has to be called "bookshelf.png", and has to be located in a folder called "block" and you have to have the top and bottom texture called "oak_planks.png"" which also has to be located in the "block" folder. the folder directory should be

    > (pack name) > assets > minecraft > textures > block > oak_planks.png
                             bookshelf.png
    2

1 - 2 of 2

Welcome