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

How to add textures to barrier blocks #1

Open
kylianpl opened this issue Jan 10, 2022 · 0 comments
Open

How to add textures to barrier blocks #1

kylianpl opened this issue Jan 10, 2022 · 0 comments

Comments

@kylianpl
Copy link

kylianpl commented Jan 10, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant