Jump to content

[1.16] Translucent blocks aren't translucent, even after setting them with RenderTypeLook


Recommended Posts

Posted

Hi!

I've used `RenderTypeLookup` to set my block to translucent, but I still appears to be rendered as a full block. I've tried using the 3 translucent type and 2 cutout types.

Here is my code:

private void doClientStuff(final FMLClientSetupEvent event) {
        RenderTypeLookup.setRenderLayer( BlockInit.ALTAR_BLOCK, RenderType.translucent());
}

And my model:

Spoiler
Quote

 


{
	"credit": "Made with Blockbench",
	"textures": {
		"0": "block/anvil",
		"1": "misc/underwater",
		"2": "block/spruce_planks",
		"3": "block/gold_block",
		"particle": "block/anvil"
	},
	"elements": [
		{
			"from": [7, 10, 6],
			"to": [10, 11, 9],
			"faces": {
				"north": {"uv": [0, 0, 3, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 3, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 3, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 3, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 3, 3], "texture": "#0"},
				"down": {"uv": [0, 0, 3, 3], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [6, 11, 5],
			"to": [7, 12, 9],
			"faces": {
				"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
				"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [6, 11, 9],
			"to": [10, 12, 10],
			"faces": {
				"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [7, 11, 5],
			"to": [11, 12, 6],
			"faces": {
				"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [10, 11, 6],
			"to": [11, 12, 10],
			"faces": {
				"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
				"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [5, 12, 4],
			"to": [6, 13, 11],
			"faces": {
				"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 7, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 7, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 1, 7], "texture": "#0"},
				"down": {"uv": [0, 0, 1, 7], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [6, 12, 10],
			"to": [12, 13, 11],
			"faces": {
				"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
				"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [6, 12, 4],
			"to": [12, 13, 5],
			"faces": {
				"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
				"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [11, 12, 5],
			"to": [12, 13, 10],
			"faces": {
				"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 5, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 5, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 1, 5], "texture": "#0"},
				"down": {"uv": [0, 0, 1, 5], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [12, 13, 3],
			"to": [13, 14, 11],
			"faces": {
				"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 1, 8], "texture": "#0"},
				"down": {"uv": [0, 0, 1, 8], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [4, 13, 4],
			"to": [5, 14, 12],
			"faces": {
				"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 1, 8], "texture": "#0"},
				"down": {"uv": [0, 0, 1, 8], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [5, 13, 11],
			"to": [13, 14, 12],
			"faces": {
				"north": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"down": {"uv": [0, 0, 8, 1], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [4, 13, 3],
			"to": [12, 14, 4],
			"faces": {
				"north": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"south": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
				"up": {"uv": [0, 0, 8, 1], "texture": "#0"},
				"down": {"uv": [0, 0, 8, 1], "texture": "#0"}
			}
		},
		{
			"name": "Side",
			"from": [6, 12, 5],
			"to": [11, 13, 10],
			"faces": {
				"north": {"uv": [0, 0, 5, 1], "texture": "#missing"},
				"east": {"uv": [0, 0, 5, 1], "texture": "#missing"},
				"south": {"uv": [0, 0, 5, 1], "texture": "#missing"},
				"west": {"uv": [0, 0, 5, 1], "texture": "#missing"},
				"up": {"uv": [0, 0, 4, 4], "texture": "#1"},
				"down": {"uv": [0, 0, 5, 5], "texture": "#missing"}
			}
		},
		{
			"from": [7, 0, 6],
			"to": [10, 10, 9],
			"faces": {
				"north": {"uv": [0, 0, 3, 10], "texture": "#2"},
				"east": {"uv": [0, 0, 3, 10], "texture": "#2"},
				"south": {"uv": [0, 0, 3, 10], "texture": "#2"},
				"west": {"uv": [0, 0, 3, 10], "texture": "#2"},
				"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
				"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
			}
		},
		{
			"from": [4, 0, 6],
			"to": [5, 13, 9],
			"faces": {
				"north": {"uv": [0, 0, 1, 13], "texture": "#3"},
				"east": {"uv": [0, 0, 3, 13], "texture": "#3"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#3"},
				"west": {"uv": [0, 0, 3, 13], "texture": "#3"},
				"up": {"uv": [0, 0, 1, 3], "texture": "#3"},
				"down": {"uv": [0, 0, 1, 3], "texture": "#3"}
			}
		},
		{
			"from": [12, 0, 6],
			"to": [13, 13, 9],
			"rotation": {"angle": 0, "axis": "x", "origin": [4, 0, 0]},
			"faces": {
				"north": {"uv": [0, 0, 1, 13], "texture": "#3"},
				"east": {"uv": [0, 0, 3, 13], "texture": "#3"},
				"south": {"uv": [0, 0, 3, 9], "texture": "#3"},
				"west": {"uv": [0, 0, 3, 13], "texture": "#3"},
				"up": {"uv": [0, 0, 1, 3], "texture": "#3"},
				"down": {"uv": [0, 0, 1, 3], "texture": "#3"}
			}
		},
		{
			"from": [7, 0, 11],
			"to": [10, 13, 12],
			"rotation": {"angle": 0, "axis": "x", "origin": [4, 0, 0]},
			"faces": {
				"north": {"uv": [0, 0, 3, 13], "texture": "#3"},
				"east": {"uv": [0, 0, 1, 13], "texture": "#3"},
				"south": {"uv": [0, 0, 3, 11], "texture": "#3"},
				"west": {"uv": [0, 0, 1, 13], "texture": "#3"},
				"up": {"uv": [0, 0, 3, 1], "texture": "#3"},
				"down": {"uv": [0, 0, 3, 1], "texture": "#3"}
			}
		},
		{
			"from": [7, 0, 3],
			"to": [10, 13, 4],
			"rotation": {"angle": 0, "axis": "x", "origin": [4, 0, 0]},
			"faces": {
				"north": {"uv": [0, 0, 3, 13], "texture": "#3"},
				"east": {"uv": [0, 0, 1, 13], "texture": "#3"},
				"south": {"uv": [12, 8, 16, 16], "texture": "#3"},
				"west": {"uv": [0, 0, 1, 13], "texture": "#3"},
				"up": {"uv": [0, 0, 3, 1], "texture": "#3"},
				"down": {"uv": [0, 0, 3, 1], "texture": "#3"}
			}
		}
	],
	"display": {
		"head": {
			"rotation": [0, 0, -180],
			"translation": [0.25, 30.5, 0.25],
			"scale": [1, 4, 1]
		}
	},
	"groups": [
		{
			"name": "Bowl",
			"origin": [0, 0, 0],
			"color": 0,
			"children": [0,
				{
					"name": "Layer 1",
					"origin": [0, 0, 0],
					"color": 0,
					"children": [1, 2, 3, 4]
				},
				{
					"name": "Layer 2",
					"origin": [0, 0, 0],
					"color": 0,
					"children": [5, 6, 7, 8]
				},
				{
					"name": "Layer 3",
					"origin": [0, 0, 0],
					"color": 0,
					"children": [9, 10, 11, 12]
				},
				{
					"name": "Water",
					"origin": [8, 8, 8],
					"color": 0,
					"children": [13]
				}
			]
		}, 14, 15, 16, 17, 18]
}

 

 Translucent Moving Block and Translucent No Crumbling don't render the block, so I'm sure that the code works, just it's not making the block transparent. Anyway to fix this?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.