Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

How to add textures to barrier blocks #1

@kylianpl

Description

@kylianpl

I would like to change the texture of barrier blocks with a resource pack
In my resource pack I created a file assets/minecraft/models/block/barrier.json with this:

{
    "parent": "block/cube_all",
    "textures": {
        "all": "blocks/barrier"
    }
}

and I have a png file in assets/minecraft/textures/blocks/barrier.png but it doesn't work

So my question is, it there a way to change the texture, did i do any errors and can you help me make/fix it ?

Additional info:
I'm on linux so case-sensitive but normally it's not the problem
I don't know java

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions