generated from BocchiKessokuTeam/ForgeTemplateMod-ArchLoom
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
11 changed files
with
365 additions
and
104 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
## Change | ||
- port to 1.20.6 | ||
- sync from `sakura-ryoko/minihud` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
package fi.dy.masa.minihud; | ||
|
||
import fi.dy.masa.malilib.util.StringUtils; | ||
import net.minecraft.MinecraftVersion; | ||
import fi.dy.masa.malilib.util.StringUtils; | ||
|
||
public class Reference | ||
{ | ||
public static final String MOD_ID = "bocchud"; | ||
public static final String MOD_NAME = "BoccHUD"; | ||
public static final String MOD_VERSION = StringUtils.getModVersionString(MOD_ID); | ||
public static final String MC_VERSION = MinecraftVersion.CURRENT.getName(); | ||
public static final String MOD_STRING = MOD_ID+"-"+MC_VERSION+"-"+MOD_VERSION; | ||
public static final String MOD_TYPE = "neoforge"; | ||
public static final String MOD_STRING = MOD_ID + "-" + MOD_TYPE + "-" + MC_VERSION + "-" + MOD_VERSION; | ||
} |
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
Oops, something went wrong.