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

[Suggestion] Switch BCLib emission to Minecraft 1.21.4+ Emission #219

Open
paulevsGitch opened this issue Nov 29, 2024 · 0 comments
Open

Comments

@paulevsGitch
Copy link
Collaborator

Description

Minecraft adds new emission to block models format, so the suggestion is to change how BCLib handles emission - instead of overriding shaders it should just automatically add block model parts with proper tags, example:

{
	"from": [ 0.8, 0, 8 ],
	"to": [ 15.2, 16, 8 ],
	"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
	"shade": false,
	"light_emission": 15,
	"faces": {
		"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_e" },
		"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross_e" }
	}
}

In that case atlas modification and shaders replacement will be not necessary, additionally emission becomes completely compatible with Sodium, Iris and other mods

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

No branches or pull requests

1 participant