mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 11:57:01 -05:00
Removed Deprecated API
This commit is contained in:
@@ -63,7 +63,7 @@ public class TestMod {
|
||||
public static void initializeClient() {
|
||||
TestKeybinds.initialize();
|
||||
TestModNet.initializeClient();
|
||||
EntityRendererRegistry.register(TestEntity.TYPE, context ->
|
||||
EntityRendererRegistry.register(() -> TestEntity.TYPE, context ->
|
||||
new MinecartRenderer<>(context, ModelLayers.MINECART));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user