#Unknown Error When runClient

4 messages · Page 1 of 1 (latest)

kind lark
#

you have created a block/entity/item and then not registered it

#

and don't use runClient

#

!!runclient

frail heronBOT
#
Using Your IDE's Run Configurations

You may be inclined to use the runClient Gradle task. runClient is provided for IDEs that do not support Run Configurations.
If you're using a modern IDE like IntelliJ IDEA, VSCode or Eclipse, Fabric Loom will generate Run Configurations for you.
Run Configurations integrate with IDE's capabilities allowing better debugging and error detection.

Read more: Setting Up a Mod Development Environment