Skip to content

Commit

Permalink
Changed loader to lowcodefml
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Aug 2, 2024
1 parent 226cb91 commit 4c885d4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ curseforge_id=416294
modrinth_id=sk9knFPE

supported_versions=1.21
neoforge_version=21.0.37-beta
neoforge_version=21.0.148
junit_version=5.8.2

This file was deleted.

15 changes: 15 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
modLoader = "lowcodefml"
loaderVersion = "[2,)"
issueTrackerURL = "https://github.com/KubeJS-Mods/Rhino/issues"
license = "MPL-2.0"

[[mods]]
modId = "rhino"
version = "${version}"
displayName = "Rhino"
authors = "latvian.dev, Mozilla"
description = '''
A fork of Mozilla's Rhino library, modified for use in mods
'''
logoFile = "rhino_logo.png"
displayTest = "NONE"
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
modLoader = "javafml"
modLoader = "lowcodefml"
loaderVersion = "[2,)"
issueTrackerURL = "https://github.com/KubeJS-Mods/Rhino/issues"
license = "MPL-2.0"
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@
"license": "MPL-2.0",
"environment": "*",
"entrypoints": {
},
"depends": {
"fabricloader": "*"
}
}

0 comments on commit 4c885d4

Please sign in to comment.