Skip to content

Commit 03089c3

Browse files
committed
:clueless:
1 parent e21975b commit 03089c3

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

src/main/resources/META-INF/mods.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
modLoader="javafml"
2-
loaderVersion="[47,)"
2+
loaderVersion="*"
3+
issueTrackerURL="https://github.com/Asek3/Oculus/issues"
34
license="LGPL-3.0-only"
5+
46
[[mods]]
57
modId="oculus"
68
version="${version}"
9+
displayURL = "https://curseforge.com/minecraft/mc-mods/oculus"
710
displayName="Oculus"
811
logoFile="oculus-logo.png"
9-
authors="coderbot, IMS212, Justsnoopy30, FoundationGames"
12+
authors="NanoLive, dima_dencep, coderbot, IMS212, Justsnoopy30, FoundationGames"
1013
description='''
1114
Unofficial Fork of "Iris", made to work with FML
1215
'''
@@ -15,4 +18,11 @@ provides = ["iris"]
1518
[mods."sodium:options"]
1619
"mixin.features.render.world.sky"=false
1720
"mixin.features.render.entity"=false
18-
"mixin.features.render.gui.font"=false
21+
"mixin.features.render.gui.font"=false
22+
23+
[[dependencies.oculus]]
24+
modId = "minecraft"
25+
mandatory = true
26+
versionRange = "[1.20,)"
27+
ordering = "NONE"
28+
side = "BOTH"

src/sodiumCompatibility/resources/mixins.oculus.compat.sodium.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"minVersion": "0.8",
23
"package": "net.coderbot.iris.compat.sodium.mixin",
34
"plugin": "net.coderbot.iris.compat.sodium.mixin.IrisSodiumCompatMixinPlugin",
45
"required": true,

0 commit comments

Comments
 (0)