Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shedaniel/lightoverlay
To provide users with NEI-like light overlay for Minecraft 1.14+.
https://github.com/shedaniel/lightoverlay
architectury
Last synced: 3 days ago
JSON representation
To provide users with NEI-like light overlay for Minecraft 1.14+.
- Host: GitHub
- URL: https://github.com/shedaniel/lightoverlay
- Owner: shedaniel
- License: apache-2.0
- Created: 2019-01-31T11:10:50.000Z (almost 6 years ago)
- Default Branch: 1.16.2
- Last Pushed: 2024-07-22T09:16:19.000Z (6 months ago)
- Last Synced: 2024-12-30T14:18:03.068Z (10 days ago)
- Topics: architectury
- Language: Java
- Homepage:
- Size: 14 MB
- Stars: 86
- Watchers: 5
- Forks: 36
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LightOverlay
Fabric and Forge are split into modules, and we merge it afterwards
# Running
Fabric: `gradlew :fabric:runClient`
Forge: `gradlew :forge:runClient`Or use the run configs if you are using IntelliJ IDEA.
# Compiling
Run `gradlew buildMerged`, and the merged jar will be in `build/libs/`.