mirror of
https://github.com/JonasunderscoreJones/OldPistonSound.git
synced 2025-10-23 06:09:18 +02:00
first version
This commit is contained in:
commit
f3925140a0
23 changed files with 756 additions and 0 deletions
27
src/main/resources/fabric.mod.json
Normal file
27
src/main/resources/fabric.mod.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue