[Bug] Untextured "X" inside bookshelves [1.9 R2 / 3D Blocks]

Archive of bug reports that have been completed or locked for various other reasons.
Note: This forum is visibly hidden from users, but is still searchable and readable.
Locked 
User avatar
Lifetime Supporter
23 Posts
 x 0

Post 03 Jan 2016, 21:35

There appears to be a black/purple (or "untextured") X inside 3D bookshelves. It's noticeable visibly on the bottom, but more can be seen when viewing through a wall or inside it using spectator mode.

Show
Normal underneath view:Image

Spectator mode view, side view from inside wall:
Image

Spectator view, upper side view from inside wall:
Image

Spectator view, top down view from inside wall:
Image


(In case it matters, this was tested with the 512x version.)
If you like our work please consider becoming a Supporter and get an ad-free experience.
User avatar
BDcraft Web Admin
6587 Posts
 x 429

Post 03 Jan 2016, 22:29

This should be fixed whenever R3 comes out (probably when MC1.9 is released as a final).

For now you should just be able to replace the code in /assets/minecraft/models/blocks/bookshelf.json with (if you still see the issue in spectator mode when viewing through a wall let me know and I'll just cull those faces...):
Show

Code: Select all

{
	"__comment": "Designed by Linyor with BDcraft Cubik PRO 0.95 Beta - https://bdcraft.net",
	"parent": "block/block",
	"textures": {
		"particle": "blocks/bookshelf",
		"bookshelf": "blocks/bookshelf",
		"planks_oak": "blocks/planks_oak"
	},
	"elements": [
		{
			"__comment": "Renfort ext",
			"from": [ 0, 1.5, 14.5 ],
			"to": [ 1.5, 14.5, 16 ],
			"faces": {
				"north": { "uv": [ 14.75, 2.375, 16, 13.875 ], "texture": "#bookshelf" },
				"south": { "uv": [ 1.25, 14.75, 0, 1.25 ], "texture": "#bookshelf", "cullface": "south", "rotation": 180 },
				"west": { "uv": [ 14.75, 1.25, 16, 14.75 ], "texture": "#bookshelf", "cullface": "west" },
				"east": { "uv": [ 16, 2.375, 14.75, 13.5 ], "texture": "#bookshelf", "rotation": 180 }
			}
		},
		{
			"__comment": "Etag�re middle",
			"from": [ 1.5, 7.5, 0 ],
			"to": [ 14.5, 8.5, 16 ],
			"faces": {
				"down": { "uv": [ 14.5, 16, 1.5, 0 ], "texture": "#planks_oak" },
				"up": { "uv": [ 1.5, 0, 14.5, 16 ], "texture": "#planks_oak" },
				"north": { "uv": [ 1.5, 7.5, 14.5, 8.5 ], "texture": "#bookshelf", "cullface": "north" },
				"south": { "uv": [ 1.5, 7.5, 14.5, 8.5 ], "texture": "#bookshelf", "cullface": "south" }
			}
		},
		{
			"__comment": "Renfort middle",
			"from": [ 6, 8.5, 6 ],
			"to": [ 10, 14.5, 10 ],
			"faces": {
				"north": { "uv": [ 4, 15.5, 7.5, 16 ], "texture": "#bookshelf" },
				"south": { "uv": [ 4, 15.5, 7.5, 16 ], "texture": "#bookshelf" },
				"west": { "uv": [ 2.5, 15.5, 7, 16 ], "texture": "#bookshelf" },
				"east": { "uv": [ 2.5, 15.5, 7, 16 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Renfort middle",
			"from": [ 6, 1.5, 6 ],
			"to": [ 10, 7.5, 10 ],
			"faces": {
				"north": { "uv": [ 3.5, 15.5, 8.5, 16 ], "texture": "#bookshelf", "rotation": 180 },
				"south": { "uv": [ 3.5, 15.5, 8.5, 16 ], "texture": "#bookshelf", "rotation": 180 },
				"west": { "uv": [ 3, 15.5, 8, 16 ], "texture": "#bookshelf", "rotation": 180 },
				"east": { "uv": [ 3, 15.5, 8, 16 ], "texture": "#bookshelf", "rotation": 180 }
			}
		},
		{
			"__comment": "Etag�re up",
			"from": [ 0, 14.5, 1.5 ],
			"to": [ 16, 16, 14.5 ],
			"faces": {
				"down": { "uv": [ 16, 14.5, 0, 1.5 ], "texture": "#planks_oak" },
				"up": { "uv": [ 0, 1.5, 16, 14.5 ], "texture": "#planks_oak", "cullface": "up" },
				"west": { "uv": [ 1.25, 0, 14.75, 1.25 ], "texture": "#bookshelf", "cullface": "west" },
				"east": { "uv": [ 1.25, 0, 14.75, 1.25 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Etag�re up",
			"from": [ 1.5, 14.5, 0 ],
			"to": [ 14.5, 16, 1.5 ],
			"faces": {
				"down": { "uv": [ 14.5, 1.5, 1.5, 0 ], "texture": "#planks_oak" },
				"up": { "uv": [ 1.5, 0, 14.5, 1.5 ], "texture": "#planks_oak", "cullface": "up" },
				"north": { "uv": [ 1.25, 0, 14.75, 1.25 ], "texture": "#bookshelf", "cullface": "north" }
			}
		},
		{
			"__comment": "Etag�re up",
			"from": [ 1.5, 14.5, 14.5 ],
			"to": [ 14.5, 16, 16 ],
			"faces": {
				"down": { "uv": [ 14.5, 16, 1.5, 14.5 ], "texture": "#planks_oak" },
				"up": { "uv": [ 1.5, 14.5, 14.5, 16 ], "texture": "#planks_oak", "cullface": "up" },
				"south": { "uv": [ 1.25, 0, 14.75, 1.25 ], "texture": "#bookshelf", "cullface": "south" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 0, 14.5, 0 ],
			"to": [ 1.5, 16, 1.5 ],
			"faces": {
				"up": { "uv": [ 0, 0, 1.5, 1.5 ], "texture": "#planks_oak", "cullface": "up" },
				"north": { "uv": [ 14.75, 0, 16, 1.25 ], "texture": "#bookshelf", "cullface": "north" },
				"west": { "uv": [ 0, 0, 1.25, 1.25 ], "texture": "#bookshelf", "cullface": "west" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 14.5, 14.5, 0 ],
			"to": [ 16, 16, 1.5 ],
			"faces": {
				"up": { "uv": [ 14.5, 0, 16, 1.5 ], "texture": "#planks_oak", "cullface": "up" },
				"north": { "uv": [ 0, 0, 1.25, 1.25 ], "texture": "#bookshelf", "cullface": "north" },
				"east": { "uv": [ 14.75, 0, 16, 1.25 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 14.5, 14.5, 14.5 ],
			"to": [ 16, 16, 16 ],
			"faces": {
				"up": { "uv": [ 14.5, 14.5, 16, 16 ], "texture": "#planks_oak", "cullface": "up" },
				"south": { "uv": [ 14.75, 0, 16, 1.25 ], "texture": "#bookshelf", "cullface": "south" },
				"east": { "uv": [ 0, 0, 1.25, 1.25 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 0, 14.5, 14.5 ],
			"to": [ 1.5, 16, 16 ],
			"faces": {
				"up": { "uv": [ 0, 14.5, 1.5, 16 ], "texture": "#planks_oak", "cullface": "up" },
				"south": { "uv": [ 0, 0, 1.25, 1.25 ], "texture": "#bookshelf", "cullface": "south" },
				"west": { "uv": [ 14.75, 0, 16, 1.25 ], "texture": "#bookshelf", "cullface": "west" }
			}
		},
		{
			"__comment": "Etag�re down",
			"from": [ 0, 0, 1.5 ],
			"to": [ 16, 1.5, 14.5 ],
			"faces": {
				"down": { "uv": [ 16, 14.5, 0, 1.5 ], "texture": "#planks_oak", "cullface": "down" },
				"up": { "uv": [ 0, 1.5, 16, 14.5 ], "texture": "#planks_oak" },
				"west": { "uv": [ 1.25, 14.75, 14.75, 16 ], "texture": "#bookshelf", "cullface": "west" },
				"east": { "uv": [ 1.25, 14.75, 14.75, 16 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Etag�re down",
			"from": [ 1.5, 0, 14.5 ],
			"to": [ 14.5, 1.5, 16 ],
			"faces": {
				"down": { "uv": [ 14.5, 16, 1.5, 14.5 ], "texture": "#planks_oak", "cullface": "down" },
				"up": { "uv": [ 1.5, 14.5, 14.5, 16 ], "texture": "#planks_oak" },
				"south": { "uv": [ 1.25, 14.75, 14.75, 16 ], "texture": "#bookshelf", "cullface": "south" }
			}
		},
		{
			"__comment": "Etag�re down",
			"from": [ 1.5, 0, 0 ],
			"to": [ 14.5, 1.5, 1.5 ],
			"faces": {
				"down": { "uv": [ 14.5, 1.5, 1.5, 0 ], "texture": "#planks_oak", "cullface": "down" },
				"up": { "uv": [ 1.5, 0, 14.5, 1.5 ], "texture": "#planks_oak" },
				"north": { "uv": [ 1.25, 14.75, 14.75, 16 ], "texture": "#bookshelf", "cullface": "north" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 0, 0, 0 ],
			"to": [ 1.5, 1.5, 1.5 ],
			"faces": {
				"down": { "uv": [ 16, 1.5, 14.5, 0 ], "texture": "#planks_oak", "cullface": "down" },
				"north": { "uv": [ 14.75, 14.75, 16, 16 ], "texture": "#bookshelf", "cullface": "north" },
				"west": { "uv": [ 0, 14.75, 1.25, 16 ], "texture": "#bookshelf", "cullface": "west" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 14.5, 0, 0 ],
			"to": [ 16, 1.5, 1.5 ],
			"faces": {
				"down": { "uv": [ 1.5, 1.5, 0, 0 ], "texture": "#planks_oak", "cullface": "down" },
				"north": { "uv": [ 0, 14.75, 1.25, 16 ], "texture": "#bookshelf", "cullface": "north" },
				"east": { "uv": [ 14.75, 14.75, 16, 16 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 0, 0, 14.5 ],
			"to": [ 1.5, 1.5, 16 ],
			"faces": {
				"down": { "uv": [ 16, 16, 14.5, 14.5 ], "texture": "#planks_oak", "cullface": "down" },
				"south": { "uv": [ 0, 14.75, 1.25, 16 ], "texture": "#bookshelf", "cullface": "south" },
				"west": { "uv": [ 14.75, 14.75, 16, 16 ], "texture": "#bookshelf", "cullface": "west" }
			}
		},
		{
			"__comment": "Renfort angle",
			"from": [ 14.5, 0, 14.5 ],
			"to": [ 16, 1.5, 16 ],
			"faces": {
				"down": { "uv": [ 1.5, 16, 0, 14.5 ], "texture": "#planks_oak", "cullface": "down" },
				"south": { "uv": [ 14.75, 14.75, 16, 16 ], "texture": "#bookshelf", "cullface": "south" },
				"east": { "uv": [ 0, 14.75, 1.25, 16 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Renfort ext",
			"from": [ 14.5, 1.5, 14.5 ],
			"to": [ 16, 14.5, 16 ],
			"faces": {
				"north": { "uv": [ 14.75, 2.375, 16, 13.875 ], "texture": "#bookshelf" },
				"south": { "uv": [ 16, 14.75, 14.75, 1.25 ], "texture": "#bookshelf", "cullface": "south", "rotation": 180 },
				"west": { "uv": [ 14.75, 2.5, 16, 13.625 ], "texture": "#bookshelf" },
				"east": { "uv": [ 16, 14.75, 14.75, 1.25 ], "texture": "#bookshelf", "cullface": "east", "rotation": 180 }
			}
		},
		{
			"__comment": "Renfort ext",
			"from": [ 14.5, 1.5, 0 ],
			"to": [ 16, 14.5, 1.5 ],
			"faces": {
				"north": { "uv": [ 0, 1.25, 1.25, 14.75 ], "texture": "#bookshelf", "cullface": "north" },
				"south": { "uv": [ 16, 2.375, 14.75, 13.875 ], "texture": "#bookshelf", "rotation": 180 },
				"west": { "uv": [ 14.75, 2.5, 16, 13.625 ], "texture": "#bookshelf" },
				"east": { "uv": [ 16, 1.25, 14.75, 14.75 ], "texture": "#bookshelf", "cullface": "east", "rotation": 180 }
			}
		},
		{
			"__comment": "Renfort ext",
			"from": [ 0, 1.5, 0 ],
			"to": [ 1.5, 14.5, 1.5 ],
			"faces": {
				"north": { "uv": [ 14.75, 1.25, 16, 14.75 ], "texture": "#bookshelf", "cullface": "north" },
				"south": { "uv": [ 16, 2.375, 14.75, 13.875 ], "texture": "#bookshelf", "rotation": 180 },
				"west": { "uv": [ 14.75, 1.25, 16, 14.75 ], "texture": "#bookshelf", "cullface": "west" },
				"east": { "uv": [ 16, 2.375, 14.75, 13.5 ], "texture": "#bookshelf", "rotation": 180 }
			}
		},
		{
			"__comment": "Etag�re middle",
			"from": [ 0, 7.5, 1.5 ],
			"to": [ 1.5, 8.5, 14.5 ],
			"faces": {
				"down": { "uv": [ 16, 14.5, 14.5, 1.5 ], "texture": "#planks_oak" },
				"up": { "uv": [ 0, 1.5, 1.5, 14.5 ], "texture": "#planks_oak" },
				"west": { "uv": [ 1.5, 7.5, 14.5, 8.5 ], "texture": "#bookshelf", "cullface": "west" }
			}
		},
		{
			"__comment": "Etag�re middle",
			"from": [ 14.5, 7.5, 1.5 ],
			"to": [ 16, 8.5, 14.5 ],
			"faces": {
				"down": { "uv": [ 1.5, 14.5, 0, 1.5 ], "texture": "#planks_oak" },
				"up": { "uv": [ 14.5, 1.5, 16, 14.5 ], "texture": "#planks_oak" },
				"east": { "uv": [ 1.5, 7.5, 14.5, 8.5 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Plan inclin� 01",
			"from": [ 0.5, 1.5, 0 ],
			"to": [ 9, 14.5, 0.5 ],
			"rotation": { "origin": [ 0.5, 1.5, 0 ], "axis": "y", "angle": -45 },
			"faces": {
				"down": { "uv": [ 16, 8, 7.5, 7.5 ], "texture": "#texture" },
				"up": { "uv": [ 0, 7.5, 8.5, 8 ], "texture": "#texture" },
				"north": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" },
				"south": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" },
				"west": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" },
				"east": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Plan inclin� 02",
			"from": [ 9.5, 1.5, 9 ],
			"to": [ 18, 14.5, 9.5 ],
			"rotation": { "origin": [ 9.5, 1.5, 9 ], "axis": "y", "angle": -45 },
			"faces": {
				"down": { "uv": [ 16, 8, 7.5, 7.5 ], "texture": "#texture" },
				"up": { "uv": [ 0, 7.5, 8.5, 8 ], "texture": "#texture" },
				"north": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" },
				"south": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" },
				"west": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" },
				"east": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Plan inclin� 03",
			"from": [ 9.5, 1.5, 6.5 ],
			"to": [ 17.5, 14.5, 7 ],
			"rotation": { "origin": [ 9.5, 1.5, 6.5 ], "axis": "y", "angle": 45 },
			"faces": {
				"down": { "uv": [ 13.5, 10.5, 3, 10 ], "texture": "#texture" },
				"up": { "uv": [ 2.5, 10, 13, 10.5 ], "texture": "#texture" },
				"north": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" },
				"south": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" },
				"west": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" },
				"east": { "uv": [ 2, 2, 6.5, 4 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Plan inclin� 04",
			"from": [ 0.5, 1.5, 14.9694 ],
			"to": [ 8.5, 14.5, 15.4694 ],
			"rotation": { "origin": [ 0.5, 1.5, 14.9694 ], "axis": "y", "angle": 45 },
			"faces": {
				"down": { "uv": [ 13.5, 10.5, 3, 10 ], "texture": "#texture" },
				"up": { "uv": [ 2.5, 10, 13, 10.5 ], "texture": "#texture" },
				"north": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" },
				"south": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" },
				"west": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" },
				"east": { "uv": [ 6.5, 2, 2, 4 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book S 01",
			"from": [ 1.75, 8.5, 15 ],
			"to": [ 6.75, 14, 16 ],
			"rotation": { "origin": [ 1.75, 8.5, 15 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 12, 2.125, 11.25, 6.5 ], "texture": "#bookshelf" },
				"north": { "uv": [ 8.625, 9.625, 9.75, 14.375 ], "texture": "#bookshelf" },
				"south": { "uv": [ 9.75, 9.625, 8.625, 14.375 ], "texture": "#bookshelf", "cullface": "south" },
				"west": { "uv": [ 8.625, 9.5, 9.75, 14.375 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.125, 2, 11.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book S 02",
			"from": [ 3.75, 8.5, 14.875 ],
			"to": [ 9.125, 14, 16.375 ],
			"rotation": { "origin": [ 3.75, 8.5, 14.875 ], "axis": "y", "angle": 45 },
			"faces": {
				"down": { "uv": [ 11.5, 12.5, 7, 11 ], "texture": "#texture", "cullface": "south" },
				"up": { "uv": [ 12, 2.125, 11.25, 6.5 ], "texture": "#bookshelf", "cullface": "south" },
				"north": { "uv": [ 13.5, 1.875, 12.5, 6.75 ], "texture": "#bookshelf", "cullface": "south" },
				"south": { "uv": [ 13.5, 1.875, 12.5, 6.75 ], "texture": "#bookshelf", "cullface": "south" },
				"west": { "uv": [ 12.5, 2, 13.5, 6.75 ], "texture": "#bookshelf", "cullface": "south" },
				"east": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "south" }
			}
		},
		{
			"__comment": "Book S 03",
			"from": [ 6.375, 8.5, 14.875 ],
			"to": [ 10.875, 13.5, 15.875 ],
			"rotation": { "origin": [ 6.375, 8.5, 14.875 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 12, 2.125, 11.25, 6.5 ], "texture": "#bookshelf" },
				"north": { "uv": [ 10.875, 2.125, 10.25, 6.625 ], "texture": "#bookshelf" },
				"south": { "uv": [ 3.75, 10, 7.25, 14.5 ], "texture": "#bookshelf" },
				"west": { "uv": [ 10.25, 2.25, 10.875, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book S 04",
			"from": [ 11.125, 8.5, 11.875 ],
			"to": [ 15.25, 14, 13.5 ],
			"rotation": { "origin": [ 11.125, 8.5, 11.875 ], "axis": "y", "angle": -45 },
			"faces": {
				"down": { "uv": [ 11.5, 12.5, 7, 11 ], "texture": "#texture" },
				"up": { "uv": [ 11.125, 6.75, 12.125, 2.125 ], "texture": "#bookshelf" },
				"north": { "uv": [ 11.5, 9.75, 10.875, 14.125 ], "texture": "#bookshelf" },
				"south": { "uv": [ 11.5, 9.75, 10.875, 14.125 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 10.875, 9.5, 11.375, 14.5 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book S 05",
			"from": [ 4.5, 1.5, 12 ],
			"to": [ 11, 2.5, 15.5 ],
			"faces": {
				"up": { "uv": [ 9.75, 14.5, 8.625, 9.25 ], "texture": "#bookshelf" },
				"north": { "uv": [ 12, 6.875, 11.125, 1.875 ], "texture": "#bookshelf" },
				"south": { "uv": [ 9.75, 14.375, 8.625, 9.25 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.125, 6.875, 11.125, 2 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book S 06",
			"from": [ 6, 2.5, 10.5 ],
			"to": [ 12, 3.5, 14 ],
			"rotation": { "origin": [ 6, 2.5, 10.5 ], "axis": "y", "angle": -22.5 },
			"faces": {
				"down": { "uv": [ 3.875, 14.5, 7.375, 12.375 ], "texture": "#bookshelf" },
				"up": { "uv": [ 3.875, 14.5, 7.5, 9.875 ], "texture": "#bookshelf", "rotation": 90 },
				"north": { "uv": [ 14.625, 14.375, 14, 9.125 ], "texture": "#bookshelf", "rotation": 90 },
				"south": { "uv": [ 14.625, 14.375, 14, 9.125 ], "texture": "#bookshelf", "rotation": 90 },
				"west": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.125, 6.875, 11.125, 2 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book S 07",
			"from": [ 4.375, 3.5, 11.875 ],
			"to": [ 11.5, 4.5, 15.875 ],
			"faces": {
				"down": { "uv": [ 9.625, 6.75, 8.75, 2.125 ], "texture": "#bookshelf", "rotation": 90 },
				"up": { "uv": [ 9.625, 6.75, 8.75, 2.125 ], "texture": "#bookshelf", "rotation": 270 },
				"north": { "uv": [ 9.75, 6.75, 8.75, 2.125 ], "texture": "#bookshelf" },
				"south": { "uv": [ 9.75, 6.75, 8.75, 2.125 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.125, 6.875, 11.125, 2 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book S 08",
			"from": [ 5.5, 4.5, 13.5 ],
			"to": [ 9, 5, 16 ],
			"rotation": { "origin": [ 5.5, 4.5, 13.5 ], "axis": "y", "angle": 45 },
			"faces": {
				"down": { "uv": [ 11.5, 16, 5, 12.5 ], "texture": "#texture" },
				"up": { "uv": [ 9.75, 14.5, 8.625, 9.25 ], "texture": "#bookshelf" },
				"north": { "uv": [ 12, 6.875, 11.125, 2 ], "texture": "#bookshelf" },
				"south": { "uv": [ 9.75, 14.375, 8.625, 9.25 ], "texture": "#bookshelf", "cullface": "south" },
				"west": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.125, 6.875, 11.125, 2 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book E 01",
			"from": [ 12, 8.5, 5.5 ],
			"to": [ 16, 14, 7 ],
			"rotation": { "origin": [ 12, 8.5, 5.5 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 8.625, 2.125, 9.875, 6.875 ], "texture": "#bookshelf" },
				"south": { "uv": [ 8.625, 2.125, 9.875, 6.875 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 9.875, 6.75, 8.75, 2 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Book E 02",
			"from": [ 11.5, 8.5, 8.375 ],
			"to": [ 15.75, 13.5, 9.5 ],
			"rotation": { "origin": [ 11.5, 8.5, 8.375 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 6.875, 2, 8.125, 6.75 ], "texture": "#bookshelf" },
				"south": { "uv": [ 6.875, 2, 8.125, 6.75 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 8, 2, 6.875, 6.75 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book E 03",
			"from": [ 11.625, 8.5, 10.125 ],
			"to": [ 16.375, 14.375, 11 ],
			"rotation": { "origin": [ 11.625, 8.5, 10.125 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"north": { "uv": [ 10.125, 2.125, 10.875, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"south": { "uv": [ 7.25, 11.875, 3.75, 14.375 ], "texture": "#bookshelf", "cullface": "east" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"east": { "uv": [ 10.875, 2, 10.25, 6.875 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Book E 04",
			"from": [ 13.375, 8.5, 10.5 ],
			"to": [ 16.75, 14, 11.75 ],
			"rotation": { "origin": [ 13.375, 8.5, 10.5 ], "axis": "y", "angle": -45 },
			"faces": {
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"north": { "uv": [ 9.625, 9.5, 8.625, 14.125 ], "texture": "#bookshelf", "cullface": "east" },
				"south": { "uv": [ 8.625, 9.5, 9.625, 14.125 ], "texture": "#bookshelf", "cullface": "east" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"east": { "uv": [ 9.625, 9.625, 8.625, 14.375 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Book E 05",
			"from": [ 12, 1.5, 4.5 ],
			"to": [ 16, 6.5, 6 ],
			"rotation": { "origin": [ 12, 1.5, 4.5 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 10.75, 9.25, 11.5, 14.375 ], "texture": "#bookshelf" },
				"south": { "uv": [ 10.75, 9.25, 11.5, 14.375 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.5, 9.625, 10.875, 14.25 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Book E 06",
			"from": [ 12, 1.5, 7.5 ],
			"to": [ 16.25, 7, 8.625 ],
			"rotation": { "origin": [ 12, 1.5, 7.5 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"north": { "uv": [ 3.625, 7.125, 1.625, 5.625 ], "texture": "#bookshelf", "cullface": "east" },
				"south": { "uv": [ 3.625, 7.125, 1.625, 5.625 ], "texture": "#bookshelf", "cullface": "east" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"east": { "uv": [ 3.625, 5.75, 1.875, 6.875 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Book E 07",
			"from": [ 11.875, 1.5, 8.125 ],
			"to": [ 16.125, 6.5, 9.125 ],
			"rotation": { "origin": [ 11.875, 1.5, 8.125 ], "axis": "y", "angle": -22.5 },
			"faces": {
				"down": { "uv": [ 4, 6.5, 0, 5 ], "texture": "#texture", "cullface": "east" },
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"north": { "uv": [ 3.875, 9.875, 7.5, 14.375 ], "texture": "#bookshelf", "cullface": "east" },
				"south": { "uv": [ 7.25, 11.875, 3.75, 14.375 ], "texture": "#bookshelf", "cullface": "east" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"east": { "uv": [ 10.875, 2, 10.25, 6.875 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Book E 08",
			"from": [ 13.5, 1.5, 10 ],
			"to": [ 16.875, 7, 11.25 ],
			"rotation": { "origin": [ 13.5, 1.5, 10 ], "axis": "y", "angle": -45 },
			"faces": {
				"up": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"north": { "uv": [ 10.625, 9.5, 10, 14.25 ], "texture": "#bookshelf", "cullface": "east" },
				"south": { "uv": [ 10.625, 9.5, 10, 14.25 ], "texture": "#bookshelf", "cullface": "east" },
				"west": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf", "cullface": "east" },
				"east": { "uv": [ 9.75, 2.25, 8.75, 6.75 ], "texture": "#bookshelf", "cullface": "east" }
			}
		},
		{
			"__comment": "Book N 01",
			"from": [ 4.75, 1.5, 0.5 ],
			"to": [ 11.25, 2.5, 4 ],
			"faces": {
				"up": { "uv": [ 8.625, 14.5, 9.75, 9.25 ], "texture": "#bookshelf" },
				"north": { "uv": [ 9.75, 9.25, 8.625, 14.375 ], "texture": "#bookshelf" },
				"south": { "uv": [ 11.125, 6.875, 12, 1.875 ], "texture": "#bookshelf" },
				"west": { "uv": [ 12.125, 2, 11.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 6.875, 12.125, 2 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book N 02",
			"from": [ 5.875, 2.5, 0.125 ],
			"to": [ 11.875, 3.5, 3.625 ],
			"rotation": { "origin": [ 5.875, 2.5, 0.125 ], "axis": "y", "angle": -22.5 },
			"faces": {
				"down": { "uv": [ 7.375, 14.5, 3.875, 12.375 ], "texture": "#bookshelf" },
				"up": { "uv": [ 7.5, 9.875, 3.875, 14.5 ], "texture": "#bookshelf", "rotation": 90 },
				"north": { "uv": [ 13.75, 14.125, 14.5, 9.625 ], "texture": "#bookshelf", "rotation": 90 },
				"south": { "uv": [ 13.75, 14.125, 14.5, 9.625 ], "texture": "#bookshelf", "rotation": 90 },
				"west": { "uv": [ 12.125, 2, 11.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.125, 6.875, 11.125, 2 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book N 03",
			"from": [ 4.625, 3.5, 0.125 ],
			"to": [ 11.75, 4.5, 4.125 ],
			"faces": {
				"down": { "uv": [ 8.75, 6.75, 9.625, 2.125 ], "texture": "#bookshelf", "rotation": 90 },
				"up": { "uv": [ 8.75, 6.75, 9.625, 2.125 ], "texture": "#bookshelf", "rotation": 270 },
				"north": { "uv": [ 9.75, 6.75, 8.75, 2.125 ], "texture": "#bookshelf" },
				"south": { "uv": [ 8.75, 6.75, 9.75, 2.125 ], "texture": "#bookshelf" },
				"west": { "uv": [ 12.125, 2, 11.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 6.875, 12.125, 2 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book N 04",
			"from": [ 5.75, 4.5, 2.625 ],
			"to": [ 9.25, 5, 5.125 ],
			"rotation": { "origin": [ 5.75, 4.5, 2.625 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.375, 9.625, 10.875, 14.375 ], "texture": "#bookshelf", "rotation": 90 },
				"north": { "uv": [ 11.625, 5.875, 11.25, 4 ], "texture": "#bookshelf" },
				"south": { "uv": [ 11.5, 14.125, 10.875, 9.75 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.125, 2, 11.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book N 05",
			"from": [ 9.875, 8.5, 4 ],
			"to": [ 14.875, 14, 5 ],
			"rotation": { "origin": [ 9.875, 8.5, 4 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.25, 2.125, 12, 6.5 ], "texture": "#bookshelf" },
				"north": { "uv": [ 9.75, 9.625, 8.625, 14.375 ], "texture": "#bookshelf" },
				"south": { "uv": [ 8.625, 9.625, 9.75, 14.375 ], "texture": "#bookshelf" },
				"west": { "uv": [ 12.125, 2, 11.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 8.625, 9.5, 9.75, 14.375 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book N 06",
			"from": [ 7.375, 8.5, 4 ],
			"to": [ 12.75, 14, 5.5 ],
			"rotation": { "origin": [ 7.375, 8.5, 4 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.25, 2.125, 12, 6.5 ], "texture": "#bookshelf" },
				"north": { "uv": [ 13.5, 1.875, 12.5, 6.75 ], "texture": "#bookshelf" },
				"south": { "uv": [ 13.5, 1.875, 12.5, 6.75 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 12.5, 2, 13.5, 6.75 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book N 07",
			"from": [ 6.25, 8.5, 3.375 ],
			"to": [ 10.75, 13.5, 4.375 ],
			"rotation": { "origin": [ 6.25, 8.5, 3.375 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 11.25, 2.125, 12, 6.5 ], "texture": "#bookshelf" },
				"north": { "uv": [ 3.75, 10, 7.25, 14.5 ], "texture": "#bookshelf" },
				"south": { "uv": [ 10.875, 2.125, 10.25, 6.625 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.125, 2, 12.125, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 10.25, 2.25, 10.875, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book N 08",
			"from": [ 3.375, 8.5, 0 ],
			"to": [ 7.5, 14, 1.625 ],
			"rotation": { "origin": [ 3.375, 8.5, 0 ], "axis": "y", "angle": -45 },
			"faces": {
				"up": { "uv": [ 12.125, 6.75, 11.125, 2.125 ], "texture": "#bookshelf" },
				"north": { "uv": [ 6.875, 1.875, 8.125, 6.75 ], "texture": "#bookshelf", "cullface": "north" },
				"south": { "uv": [ 6.875, 1.875, 8.125, 6.75 ], "texture": "#bookshelf" },
				"west": { "uv": [ 7, 2.125, 8, 6.375 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.125, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 01",
			"from": [ 0.25, 8.5, 12.625 ],
			"to": [ 4.25, 14, 14.125 ],
			"rotation": { "origin": [ 0.25, 8.5, 12.625 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 12.125, 2.125, 11.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 8.625, 2.125, 9.875, 6.875 ], "texture": "#bookshelf" },
				"south": { "uv": [ 8.625, 2.125, 9.875, 6.875 ], "texture": "#bookshelf" },
				"west": { "uv": [ 9.875, 6.75, 8.75, 2 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 02",
			"from": [ 0.375, 8.5, 10.5 ],
			"to": [ 4.625, 13.5, 11.625 ],
			"rotation": { "origin": [ 0.375, 8.5, 10.5 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 12.125, 2.125, 11.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 6.875, 2, 8.125, 6.75 ], "texture": "#bookshelf" },
				"south": { "uv": [ 6.875, 2, 8.125, 6.75 ], "texture": "#bookshelf" },
				"west": { "uv": [ 8, 2, 6.875, 6.75 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 03",
			"from": [ 0.25, 8.5, 7.375 ],
			"to": [ 4.625, 14.375, 8.25 ],
			"rotation": { "origin": [ 0.25, 8.5, 7.375 ], "axis": "y", "angle": 22.5 },
			"faces": {
				"up": { "uv": [ 12.125, 2.125, 11.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 10.125, 2.125, 10.875, 6.875 ], "texture": "#bookshelf" },
				"south": { "uv": [ 7.375, 10, 3.875, 14.375 ], "texture": "#bookshelf" },
				"west": { "uv": [ 10.875, 2, 10.25, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 04",
			"from": [ 1.125, 8.5, 2.375 ],
			"to": [ 4.5, 14, 3.625 ],
			"rotation": { "origin": [ 1.125, 8.5, 2.375 ], "axis": "y", "angle": -45 },
			"faces": {
				"up": { "uv": [ 12.125, 6.875, 11.125, 2.125 ], "texture": "#bookshelf" },
				"north": { "uv": [ 9.625, 9.5, 8.625, 14.125 ], "texture": "#bookshelf" },
				"south": { "uv": [ 9.625, 9.5, 8.625, 14.125 ], "texture": "#bookshelf" },
				"west": { "uv": [ 9.625, 9.625, 8.625, 14.375 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 05",
			"from": [ 0.25, 1.5, 12.625 ],
			"to": [ 4.25, 6.5, 14.125 ],
			"rotation": { "origin": [ 0.25, 1.5, 12.625 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 12.125, 2.125, 11.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 10.75, 9.25, 11.5, 14.375 ], "texture": "#bookshelf" },
				"south": { "uv": [ 10.75, 9.25, 11.5, 14.375 ], "texture": "#bookshelf" },
				"west": { "uv": [ 11.5, 9.625, 10.875, 14.25 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 06",
			"from": [ 0.25, 1.5, 10.25 ],
			"to": [ 4.5, 7, 11.375 ],
			"rotation": { "origin": [ 0.25, 1.5, 10.25 ], "axis": "y", "angle": 45 },
			"faces": {
				"up": { "uv": [ 12.125, 2.125, 11.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 3.625, 7.125, 1.625, 5.625 ], "texture": "#bookshelf" },
				"south": { "uv": [ 3.625, 7.125, 1.625, 5.625 ], "texture": "#bookshelf" },
				"west": { "uv": [ 3.625, 5.75, 1.875, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 07",
			"from": [ 0.75, 1.5, 4.875 ],
			"to": [ 5, 6.5, 5.875 ],
			"rotation": { "origin": [ 0.75, 1.5, 4.875 ], "axis": "y", "angle": -22.5 },
			"faces": {
				"up": { "uv": [ 12.125, 2.125, 11.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 7.25, 11.875, 3.75, 14.375 ], "texture": "#bookshelf" },
				"south": { "uv": [ 3.875, 9.875, 7.5, 14.375 ], "texture": "#bookshelf" },
				"west": { "uv": [ 10.875, 2, 10.25, 6.875 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		},
		{
			"__comment": "Book W 08",
			"from": [ 1, 1.5, 1.875 ],
			"to": [ 4.375, 7, 3.125 ],
			"rotation": { "origin": [ 1, 1.5, 1.875 ], "axis": "y", "angle": -45 },
			"faces": {
				"up": { "uv": [ 12.125, 2.125, 11.125, 6.875 ], "texture": "#bookshelf" },
				"north": { "uv": [ 10.625, 9.5, 10, 14.25 ], "texture": "#bookshelf" },
				"south": { "uv": [ 10.625, 9.5, 10, 14.25 ], "texture": "#bookshelf" },
				"west": { "uv": [ 9.75, 2.25, 8.75, 6.75 ], "texture": "#bookshelf" },
				"east": { "uv": [ 11.125, 2.375, 12.125, 6.875 ], "texture": "#bookshelf" }
			}
		}
	]
}
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
Lifetime Supporter
23 Posts
 x 0

Post 04 Jan 2016, 00:12

Just tested it and here's the results:

Show
Underside, normal view:
Image

Spectator mode, view from side, within a wall
Image
(The panes seem to be there still, just textured brown like the bookshelf exterior)

Spectator view, from above, within a wall:
Image
(The panes are visible and still un-textured.)
User avatar
BDcraft Web Admin
6587 Posts
 x 429

Post 08 Jan 2016, 13:48 

Due to how I've fixed the plank rotation issue you pointed out in Support I can't release a simple fix here. Suffice it to say it'll be fixed in the next release though.

Thanks for the report. :)
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
Locked