|
1 | 1 | --- a/net/minecraft/client/renderer/RenderType.java |
2 | 2 | +++ b/net/minecraft/client/renderer/RenderType.java |
3 | | -@@ -120,9 +120,10 @@ |
| 3 | +@@ -121,9 +121,10 @@ |
4 | 4 | public static RenderType func_239263_a_(ResourceLocation p_239263_0_) |
5 | 5 | { |
6 | 6 | p_239263_0_ = getCustomTexture(p_239263_0_); |
|
12 | 12 | return makeType("armor_cutout_no_cull", DefaultVertexFormats.ENTITY, 7, 256, true, false, rendertype$state); |
13 | 13 | }); |
14 | 14 | } |
15 | | -@@ -130,9 +131,10 @@ |
| 15 | +@@ -131,9 +132,10 @@ |
16 | 16 | public static RenderType getEntitySolid(ResourceLocation locationIn) |
17 | 17 | { |
18 | 18 | locationIn = getCustomTexture(locationIn); |
|
24 | 24 | return makeType("entity_solid", DefaultVertexFormats.ENTITY, 7, 256, true, false, rendertype$state); |
25 | 25 | }); |
26 | 26 | } |
27 | | -@@ -140,9 +142,10 @@ |
| 27 | +@@ -141,9 +143,10 @@ |
28 | 28 | public static RenderType getEntityCutout(ResourceLocation locationIn) |
29 | 29 | { |
30 | 30 | locationIn = getCustomTexture(locationIn); |
|
36 | 36 | return makeType("entity_cutout", DefaultVertexFormats.ENTITY, 7, 256, true, false, rendertype$state); |
37 | 37 | }); |
38 | 38 | } |
39 | | -@@ -150,9 +153,10 @@ |
| 39 | +@@ -151,9 +154,10 @@ |
40 | 40 | public static RenderType func_230167_a_(ResourceLocation p_230167_0_, boolean p_230167_1_) |
41 | 41 | { |
42 | 42 | p_230167_0_ = getCustomTexture(p_230167_0_); |
|
48 | 48 | return makeType("entity_cutout_no_cull", DefaultVertexFormats.ENTITY, 7, 256, true, false, rendertype$state); |
49 | 49 | }); |
50 | 50 | } |
51 | | -@@ -165,9 +169,10 @@ |
| 51 | +@@ -166,9 +170,10 @@ |
52 | 52 | public static RenderType func_239266_b_(ResourceLocation p_239266_0_, boolean p_239266_1_) |
53 | 53 | { |
54 | 54 | p_239266_0_ = getCustomTexture(p_239266_0_); |
|
60 | 60 | return makeType("entity_cutout_no_cull_z_offset", DefaultVertexFormats.ENTITY, 7, 256, true, false, rendertype$state); |
61 | 61 | }); |
62 | 62 | } |
63 | | -@@ -180,9 +185,10 @@ |
| 63 | +@@ -181,9 +186,10 @@ |
64 | 64 | public static RenderType func_239268_f_(ResourceLocation p_239268_0_) |
65 | 65 | { |
66 | 66 | p_239268_0_ = getCustomTexture(p_239268_0_); |
|
72 | 72 | return makeType("item_entity_translucent_cull", DefaultVertexFormats.ENTITY, 7, 256, true, true, rendertype$state); |
73 | 73 | }); |
74 | 74 | } |
75 | | -@@ -190,19 +196,20 @@ |
| 75 | +@@ -191,19 +197,20 @@ |
76 | 76 | public static RenderType getEntityTranslucentCull(ResourceLocation locationIn) |
77 | 77 | { |
78 | 78 | locationIn = getCustomTexture(locationIn); |
|
97 | 97 | return makeType("entity_translucent", DefaultVertexFormats.ENTITY, 7, 256, true, true, rendertype$state); |
98 | 98 | }); |
99 | 99 | } |
100 | | -@@ -214,80 +221,80 @@ |
| 100 | +@@ -215,80 +222,80 @@ |
101 | 101 |
|
102 | 102 | public static RenderType getEntitySmoothCutout(ResourceLocation locationIn) |
103 | 103 | { |
|
0 commit comments