Added who is the author.

Added visual speedometer
Added configruble location
This commit is contained in:
2023-06-26 22:11:23 +02:00
parent 1f9cf04c73
commit abd080437b
14 changed files with 498 additions and 154 deletions

View File

@@ -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

View File

@@ -0,0 +1,7 @@
{
"pack": {
"pack_format": 15,
"description": "speedometer resources",
"forge:server_data_pack_format": 12
}
}