Fabric Kotlin — !!link!!

If you are starting a new Fabric project, looking at Kotlin isn't just an alternative—it might be the upgrade your workflow needs.

By depending on fabric-language-kotlin , your mod ensures that the end-user's game loads the necessary runtime libraries to execute your code. fabric kotlin

public static final Item MY_ITEM = new Item(new FabricItemSettings().group(ItemGroup.MISC)); @Override public void onInitialize() Registry.register(Registries.ITEM, new Identifier("mod", "my_item"), MY_ITEM); If you are starting a new Fabric project,