Skip to content

Commit

Permalink
Add rendertype_entity_solid (used by beds)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 1, 2024
1 parent a7dd2ef commit 529f50a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/model-viewer/shaderInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ const shaderInfos: Record<string, ShaderProps> = {
vertexColor: true,
textured: true,
},
rendertype_entity_solid: {
lighting: "diffuse",
alphaTest: null,
vertexColor: true,
textured: true,
},
rendertype_entity_cutout: {
lighting: "diffuse",
alphaTest: 0.1,
Expand Down

0 comments on commit 529f50a

Please sign in to comment.