Minecraft won't launch, new to making mods (vscode) #1753
-
Hi, so I have been trying to make a mod in fabric and haven't had any crash issues until I tried to make an entity, I looked over the crash and it looks like it has something to do with the renderer. Although I am unsure as to what the issue is. Here is the crash report: ---- Minecraft Crash Report ---- Time: 9/28/21, 1:14 PM java.lang.IllegalStateException: No renderer registered for revo:cube A detailed walkthrough of the error, its code path and all known details is as follows:-- Head -- -- Initialization -- -- System Details -- Any help on this would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This means you need to use Fabric API's |
Beta Was this translation helpful? Give feedback.
This means you need to use Fabric API's
EntityRendererRegistry
to add a renderer for your entity. The wiki also has an article about this: https://fabricmc.net/wiki/tutorial:entity