To provide users with NEI-like light overlay for Minecraft 1.14 .

shedaniel c0fa90ec71 Straight up remove the check for biomes spawn probability. преди 5 години
fabric c0fa90ec71 Straight up remove the check for biomes spawn probability. преди 5 години
forge c0fa90ec71 Straight up remove the check for biomes spawn probability. преди 5 години
gradle 355b4fb802 New module system преди 5 години
.gitignore ba6ef2353c 4.7.0 преди 5 години
LICENSE 713b7d623e Create LICENSE преди 6 години
README.md 355b4fb802 New module system преди 5 години
build.gradle ac2060543c 1.16.2 Forge + frustum calculations преди 5 години
gradle.properties c0fa90ec71 Straight up remove the check for biomes spawn probability. преди 5 години
gradlew f9310b7bce Done! преди 6 години
gradlew.bat f9310b7bce Done! преди 6 години
merging.policy 355b4fb802 New module system преди 5 години
settings.gradle ac2060543c 1.16.2 Forge + frustum calculations преди 5 години

README.md

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/.