-
Notifications
You must be signed in to change notification settings - Fork 82
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
f692392
commit 6be5995
Showing
2 changed files
with
29 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
modLoader = "javafml" | ||
loaderVersion = "*" | ||
license = "LGPL-3.0-only" | ||
issueTrackerURL = "https://github.com/PepperCode1/Continuity/issues" | ||
|
||
[properties] | ||
"connector:placeholder" = true | ||
|
||
[[mods]] | ||
modId = "continuity" | ||
version = "${version}" | ||
displayName = "Continuity" | ||
description = "Continuity is a Fabric mod that allows resource packs that use the OptiFine connected textures format, OptiFine emissive textures format (only for blocks and item models), or OptiFine custom block layers format to work without OptiFine." | ||
logoFile = "assets/continuity/icon.png" | ||
logoBlur = false | ||
authors = "PepperCode1" | ||
displayURL = "https://modrinth.com/mod/continuity" | ||
|
||
[[dependencies.continuity]] | ||
modId = "minecraft" | ||
versionRange = "[1.21.1]" | ||
|
||
[[dependencies.continuity]] | ||
modId = "connector" | ||
|
||
[[dependencies.continuity]] | ||
modId = "fabric_api" |