Skip to content

A mod for Minecraft that provides the Kotlin libraries and a language adapter

Notifications You must be signed in to change notification settings

ChloeDawn/Riftlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riftlin

Kotlin runtime libraries and utilities for Rift

Riftlin provides the runtime and libraries required for creating Rift mods in Kotlin. To use this library in your environment, append the following to your Gradle build script:

plugins {
    id 'org.jetbrains.kotlin.jvm' version '1.3.0'
}

repositories {
  maven { url = 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.InsomniaKitten:Riftlin:0.3.0'
}

About

A mod for Minecraft that provides the Kotlin libraries and a language adapter

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages