Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Allow loading mods from version-specified directory i.e. mods/rift/1.13/ #65

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    4b36983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb59997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae6095 View commit details
    Browse the repository at this point in the history
  4. Load mods from "mods/rift/" and its version-specified subdirectory

    create "mods/rift/" folder by default
    Rift's mods should be inside "mods/rift/" or "mods/rift/_version_", no more "mods/_version_-Rift/"
    load mods from classpath, "mods/rift/_version_", "mods/rift/" and "mods/"
    classpath mods are now loaded and logged separately to avoid confusion
    k-jiang committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    0a4826c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Update src/main/java/org/dimdev/riftloader/RiftLoader.java

    Fix case sensitive.
    
    Co-Authored-By: k-jiang <k@kjiang.net>
    0f-0b and k-jiang committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    125bc8b View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Improve readability.
    
    Co-Authored-By: k-jiang <k@kjiang.net>
    0f-0b and k-jiang committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    f2d0593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dd71ac View commit details
    Browse the repository at this point in the history