mirror of
https://github.com/JonasunderscoreJones/OldPistonSound.git
synced 2025-10-22 22:09:17 +02:00
27 lines
No EOL
591 B
JSON
27 lines
No EOL
591 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "oldpistonsound",
|
|
"version": "${version}",
|
|
"name": "Old Piston Sound",
|
|
"description": "Bring back the original Piston Sound!",
|
|
"authors": [
|
|
"Jonas_Jones"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://jonasjones.me/projects/oldpistonsound",
|
|
"sources": "https://github.com/JonasunderscoreJones/OldPistonSound"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/oldpistonsound/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"main": [
|
|
"me.jonasjones.OldPistonSound"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabricloader": ">=0.15.10",
|
|
"minecraft": "*",
|
|
"java": ">=21"
|
|
}
|
|
} |