Skip to content

Getting Started

chell edited this page Jan 10, 2022 · 1 revision

Installing the mod

  1. If you've installed Samsara or Fabric Language Kotlin before, make sure to remove any old versions from your mods folder
  2. Install the latest version of Fabric (Fabric API is not required)
  3. Download the .jar file that does not end with -dev here
  4. Put the downloaded file in your .minecraft/mods/ folder. On Windows, it's C:\Users\<User>\AppData\Roaming\.minecraft\mods by default.
  5. Download the Fabric Language Kotlin mod
  6. Put it in your mods folder just like in step 3
  7. Done! You can now launch Minecraft and Samsara will be loaded

Using the mod

To open the gui, press \, press esc to close it

Commands are not implemented yet

Config files and addons are stored in .minecraft/Samsara/

To customize the gui make a copy of the DefaultTheme.lua file and edit it how you want

If you or someone you trust create an addon, put it in the Addons/ folder

Clone this wiki locally