Skip to content

Commit

Permalink
Update fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thedocruby authored Jan 6, 2022
1 parent 4a99a0a commit a9e9203
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"id": "soundphysics",
"version": "${version}",
"name": "Sound Physics",
"description": "Provides realistic sound attenuation, reverberation, and absorption through blocks.",
"authors": ["Sonic Ether","vlad2305m"],
"contact": {},
"description": "Provides realistic sound attenuation, reverberation, and absorption through blocks using physically-based raytraced audio shaders.",
"authors": ["Sonic Ether","vlad2305m","Dr. Rubisco"],
"contact": {
"sources": "https://github.com/vlad2305m/Sound-Physics-Fabric",
"issues": "https://github.com/vlad2305m/Sound-Physics-Fabric/issues"
},
"license": "GPL",
"icon": "assets/soundphysics/icon.png",
"environment": "*",
Expand All @@ -25,5 +28,8 @@
"cloth-config2": ">=6.0.0",
"fabricloader": ">=0.12.11",
"minecraft": "1.18.x"
},
"suggests": {
"modmenu": ">=3.0.0"
}
}

0 comments on commit a9e9203

Please sign in to comment.