Added who is the author.
Added visual speedometer Added configruble location
This commit is contained in:
@@ -31,7 +31,7 @@ logoFile="icon.png" #optional
|
||||
# A text field displayed in the mod UI
|
||||
#credits="Thanks for this example mod goes to Java" #optional
|
||||
# A text field displayed in the mod UI
|
||||
authors="Zacharias" #optional
|
||||
authors="Allen" #optional
|
||||
# Display Test controls the display for your mod in the server connection screen
|
||||
# MATCH_VERSION means that your mod will cause a red X if the versions on client and server differ. This is the default behaviour and should be what you choose if you have server and client elements to your mod.
|
||||
# IGNORE_SERVER_VERSION means that your mod will not cause a red X if it's present on the server but not on the client. This is what you should use if you're a server only mod.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 2.6 KiB |
7
forge/src/main/resources/pack.mcmeta
Normal file
7
forge/src/main/resources/pack.mcmeta
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "speedometer resources",
|
||||
"forge:server_data_pack_format": 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user