File tree Expand file tree Collapse file tree
common/src/main/java/dev/architectury/registry/client/rendering Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222import dev .architectury .injectables .annotations .ExpectPlatform ;
2323import net .fabricmc .api .EnvType ;
2424import net .fabricmc .api .Environment ;
25- import net .minecraft .client .renderer .RenderType ;
25+ import net .minecraft .client .renderer .chunk . ChunkSectionLayer ;
2626import net .minecraft .world .level .block .Block ;
2727import net .minecraft .world .level .material .Fluid ;
2828
@@ -32,12 +32,12 @@ private RenderTypeRegistry() {
3232 }
3333
3434 @ ExpectPlatform
35- public static void register (RenderType type , Block ... blocks ) {
35+ public static void register (ChunkSectionLayer type , Block ... blocks ) {
3636 throw new AssertionError ();
3737 }
3838
3939 @ ExpectPlatform
40- public static void register (RenderType type , Fluid ... fluids ) {
40+ public static void register (ChunkSectionLayer type , Fluid ... fluids ) {
4141 throw new AssertionError ();
4242 }
4343}
You can’t perform that action at this time.
0 commit comments