Skip to content

Commit

Permalink
:clueless:
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Dec 12, 2023
1 parent e21975b commit 03089c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
modLoader="javafml"
loaderVersion="[47,)"
loaderVersion="*"
issueTrackerURL="https://github.com/Asek3/Oculus/issues"
license="LGPL-3.0-only"

[[mods]]
modId="oculus"
version="${version}"
displayURL = "https://curseforge.com/minecraft/mc-mods/oculus"
displayName="Oculus"
logoFile="oculus-logo.png"
authors="coderbot, IMS212, Justsnoopy30, FoundationGames"
authors="NanoLive, dima_dencep, coderbot, IMS212, Justsnoopy30, FoundationGames"
description='''
Unofficial Fork of "Iris", made to work with FML
'''
Expand All @@ -15,4 +18,11 @@ provides = ["iris"]
[mods."sodium:options"]
"mixin.features.render.world.sky"=false
"mixin.features.render.entity"=false
"mixin.features.render.gui.font"=false
"mixin.features.render.gui.font"=false

[[dependencies.oculus]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20,)"
ordering = "NONE"
side = "BOTH"
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"minVersion": "0.8",
"package": "net.coderbot.iris.compat.sodium.mixin",
"plugin": "net.coderbot.iris.compat.sodium.mixin.IrisSodiumCompatMixinPlugin",
"required": true,
Expand Down

0 comments on commit 03089c3

Please sign in to comment.