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

Mcblend can't export cubes with negative size #107

Open
Nusiq opened this issue Sep 29, 2022 · 1 comment
Open

Mcblend can't export cubes with negative size #107

Nusiq opened this issue Sep 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Nusiq
Copy link
Owner

Nusiq commented Sep 29, 2022

Example model:

{
	"format_version": "1.12.0",
	"minecraft:geometry": [
		{
			"description": {
				"identifier": "geometry.test",
				"texture_width": 200,
				"texture_height": 200,
				"visible_bounds_width": 2,
				"visible_bounds_height": 2.5,
				"visible_bounds_offset": [0, 0.75, 0]
			},
			"bones": [
				{
					"name": "main",
					"pivot": [0, 0, 0],
					"cubes": [
						{
							"origin": [6, 24, 6],
							"size": [-12, -12, -12],
							"uv": [0, 0]
						}
					]
				}
			]
		}
	]
}

This model improts properly but can't be exported the cube with negative values in the size aren't exported properly.

@Nusiq Nusiq added the bug Something isn't working label Sep 29, 2022
@Nusiq Nusiq self-assigned this Sep 29, 2022
@Nusiq
Copy link
Owner Author

Nusiq commented Sep 29, 2022

It seems that Minecraft isn't able to render this anyway.

@Nusiq Nusiq removed their assignment Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant