-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from viciscat/1.20.5
compose or something idk
- Loading branch information
Showing
40 changed files
with
592 additions
and
648 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
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
2 changes: 1 addition & 1 deletion
2
...ava/dev/tr7zw/exordium/config/Config.java → ...ev/tr7zw/exordium/versionless/Config.java
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,4 +1,4 @@ | ||
package dev.tr7zw.exordium.config; | ||
package dev.tr7zw.exordium.versionless; | ||
|
||
public class Config { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tr7zw/exordium/config/ConfigUpgrader.java → .../exordium/versionless/ConfigUpgrader.java
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,4 +1,4 @@ | ||
package dev.tr7zw.exordium.config; | ||
package dev.tr7zw.exordium.versionless; | ||
|
||
public class ConfigUpgrader { | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
version: '0.0.2' | ||
source: "https://github.com/tr7zw/ProcessedModTemplate/tree/legacy12006" | ||
replacements: | ||
name: "Exordium" | ||
id: "exordium" | ||
version: "1.2.1" | ||
description: "UI Frames go die" | ||
homepageUrl: "https://modrinth.com/mod/exordium" | ||
sourcesUrl: "https://github.com/tr7zw/Exordium" | ||
issuesUrl: "https://github.com/tr7zw/Exordium/issues" | ||
fabric_entrypoint: "dev.tr7zw.exordium.ExordiumMod" | ||
fabric_modmenu_entrypoint: "dev.tr7zw.exordium.ExordiumModMenu" | ||
relocationpackage: "dev.tr7zw.exordium" | ||
licensename: "LICENSE-Exordium" | ||
modrinthid: DynYZEae | ||
curseforgeid: 681953 | ||
versionlessname: "Exordium-Versionless" | ||
enabledFlags: | ||
- autopublish | ||
- publishFabric | ||
- modrinth | ||
- curseforge | ||
- versionless | ||
rootProject: | ||
template: "." | ||
subProjects: | ||
Exordium-Versionless: | ||
template: "Versionless" | ||
replacements: | ||
dependencies: ' | ||
compileOnly "com.google.code.gson:gson:2.10.1" | ||
compileOnly "org.apache.logging.log4j:log4j-core:2.20.0" | ||
' |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.