File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1- # Lumi
1+ # Lumi < img src = " src/main/resources/assets/lumi/lumi_logo_small.png " align = " right " width = 150 >
22
3- <a rel =" license " href =" https://www.gnu.org/licenses/lgpl-3.0.en.html#license-text " ><img alt =" LGPLv3 " style =" height :40px " src =" https://cdn.discordapp.com/attachments/648723216747069441/1140482016438141028/LGPLv3_Logo.svg " /></a >
3+ <sup >** [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/lumi ) | [ Modrinth] ( https://modrinth.com/mod/lumi1710 ) ** </sup >
4+
5+ <a rel =" license " href =" https://www.gnu.org/licenses/lgpl-3.0.en.html " ><img alt =" LGPLv3 logo " style =" border-width :0 " src =" https://www.gnu.org/graphics/lgplv3-with-text-162x68.png " /></a >
46
57A full replacement of the Minecraft lighting engine with an extendable API, shipping
68with [ Phosphor] ( src/main/java/com/falsepattern/lumi/internal/lighting/phosphor/PhosphorLightingEngine.java ) as a
Original file line number Diff line number Diff line change 11import com.falsepattern.fpgradle.dsl.*
22plugins {
3- id(" fpgradle-minecraft" ) version (" 0.3.2 " )
3+ id(" fpgradle-minecraft" ) version (" 0.3.3 " )
44}
55
66group = " com.falsepattern"
@@ -34,6 +34,22 @@ minecraft_fp {
3434 repoUrl = " https://mvn.falsepattern.com/releases/"
3535 repoName = " mavenpattern"
3636 }
37+ curseforge {
38+ projectId = " 1050470"
39+ dependencies {
40+ required(" chunkapi" )
41+ required(" fplib" )
42+ required(" unimixins" )
43+ }
44+ }
45+ modrinth {
46+ projectId = " RIP6DWIB"
47+ dependencies {
48+ required(" chunkapi" )
49+ required(" fplib" )
50+ required(" unimixins" )
51+ }
52+ }
3753 }
3854}
3955
You can’t perform that action at this time.
0 commit comments