-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f4a96f
commit 09a5d64
Showing
5 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,5 @@ fabric2/run_client/ | |
fabric/run_client/ | ||
|
||
logs/ | ||
|
||
neo/runs/ |
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
...sources/META-INF/services/com.unrealdinnerbone.trenzalore.api.platform.services.IRegistry
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
modLoader = "javafml" | ||
loaderVersion = "[44,)" | ||
loaderVersion = "[1,)" | ||
license = "All Rights Reserved unless stated otherwise. Distribution permission is given to FeedTheBeast and CurseForge for use in modpacks" | ||
[[mods]] | ||
modId = "jamd" | ||
version = "${mod_version}" | ||
displayName = "Just Another Mining Dimension" | ||
logoFile = "assets/jamd/logo.png" | ||
credits = "" | ||
authors = "UnRealDinnerbone" | ||
description = "Adds a mining dimension to the game." | ||
modId = "jamd" | ||
version = "${mod_version}" | ||
displayName = "Just Another Mining Dimension" | ||
logoFile = "assets/jamd/logo.png" | ||
credits = "" | ||
authors = "UnRealDinnerbone" | ||
description = "Adds a mining dimension to the game." | ||
[[dependencies.jamd]] | ||
modId = "forge" | ||
mandatory = true | ||
versionRange = "[44,)" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
modId = "neoforge" | ||
required = true | ||
versionRange = "[1.0,)" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
[[dependencies.jamd]] | ||
modId = "minecraft" | ||
mandatory = true | ||
versionRange = "[${minecraft_version}]" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
modId = "minecraft" | ||
required = true | ||
versionRange = "[${minecraft_version}]" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
[[dependencies.jamd]] | ||
modId = "trenzalore" | ||
mandatory = true | ||
versionRange = "[${trenzalore_version},)" | ||
ordering = "NONE" | ||
side = "BOTH" | ||
modId = "trenzalore" | ||
required = true | ||
versionRange = "[${trenzalore_version},)" | ||
ordering = "NONE" | ||
side = "BOTH" |
2 changes: 0 additions & 2 deletions
2
...sources/META-INF/services/com.unrealdinnerbone.trenzalore.api.platform.services.IRegistry
This file was deleted.
Oops, something went wrong.