Skip to content

chell-dev/Samsara

Repository files navigation

DISCONTINUED utility mod for Fabric 1.18.1.

GitHub all releases GitHub Workflow Status GitHub all commits

Screenshots
Default Theme

Default Screenshot

Blackout Theme

Blackout Screenshot

Usage

  • Download the latest release or dev build and put it in your mods folder
  • Fabric API is not required

The default ClickGUI bind is \ (backslash)

Read the Wiki for more info

Building

git clone https://github.com/chell-dev/Samsara.git or download the repository

After building, the output .jar will be in build/libs/

IntelliJ (recommended), Eclipse or VSCode

  1. Import the project - see https://fabricmc.net/wiki/tutorial:setup, refer to the section for your IDE
  2. Run the build gradle task

Windows

  1. Open cmd in the project folder
  2. Run ./gradlew.bat build

Linux and Mac

  1. cd to the project folder
  2. Run ./gradlew build

Thank you

Fabric for their mod loader

LuaJ for their lua interpreter

Nep Nep for DiscordRPC4j16