initial commit

This commit is contained in:
2023-06-13 20:02:17 +02:00
commit 25ef1988ea
24 changed files with 1011 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"schemaVersion": 1,
"id": "speedometer",
"version": "${version}",
"name": "speedometer",
"description": "just displaying your speed",
"authors": [],
"contact": {},
"license": "All Rights Reserved",
"icon": "icon.png",
"environment": "*",
"entrypoints": {
"main": ["me.zacharias.speedometer.fabric.SpeedometerFabric"],
"modmenu": ["me.zacharias.speedometer.fabric.Config"]
},
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ">=1.20"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B