-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mycelium textures don't work with a resource pack #75
Comments
The mycelium block has been my most frustrating block. Currently to fix this you'd need to provide your own textures. |
Ok thanks |
How would I be able to add textures of the side of the mycelium? Would the location of the textures have to be located in |
There's 3 texture files, representing each possible state:
those are indeed located in {
"layers": [
{
"textures": {
"top": "minecraft:block/mycelium_top",
"side": "minecraft:block/mycelium_side",
"overrides": {
"blend_up": "lambdabettergrass:block/mycelium/mycelium_blend_up",
"blend_up_m": "lambdabettergrass:block/mycelium/mycelium_blend_up_m",
"arch": "lambdabettergrass:block/mycelium/mycelium_side_arch"
}
}
}
]
} This will ensure future-proofing of the resource pack. |
Ok, Thanks so much! |
This is not my resource pack. But How could I fix it?
The text was updated successfully, but these errors were encountered: