Skip to content

Commit 197ecdd

Browse files
committed
final publishing touches
1 parent 77dfaab commit 197ecdd

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.MD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
A full replacement of the Minecraft lighting engine with an extendable API, shipping
68
with [Phosphor](src/main/java/com/falsepattern/lumi/internal/lighting/phosphor/PhosphorLightingEngine.java) as a

build.gradle.kts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import com.falsepattern.fpgradle.dsl.*
22
plugins {
3-
id("fpgradle-minecraft") version ("0.3.2")
3+
id("fpgradle-minecraft") version ("0.3.3")
44
}
55

66
group = "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

0 commit comments

Comments
 (0)