Skip to content
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

[1.16] Texture metadata for textures in sublayers of generated item models does not work (?) #131

Open
ChloeDawn opened this issue Jul 25, 2020 · 0 comments
Labels

Comments

@ChloeDawn
Copy link
Contributor

ChloeDawn commented Jul 25, 2020

Mod version: MC1.16.1-1.1.0.1

In this case, I was attempting to add a glowing texture for the lava inside the lava bucket.
There are no messages or errors regarding this in the log.

image

lava_bucket.json

{
  "parent": "minecraft:item/generated",
  "textures": {
    "layer0": "minecraft:item/lava_bucket",
    "layer1": "coalescence:item/lava_bucket_0",
    "layer2": "coalescence:item/lava_bucket_1"
  }
}

lava_bucket_0.png.mcmeta

{
	"ctm": {
		"ctm_version": 1,
		"type": "normal",
		"layer": "CUTOUT",
		"extra": {
			"light": {
				"block": 8
			}
		}
	}
}

lava_bucket_1.png.mcmeta

{
	"ctm": {
		"ctm_version": 1,
		"type": "normal",
		"layer": "CUTOUT",
		"extra": {
			"light": {
				"block": 15
			}
		}
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants