mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 11:25:10 +01:00
First release
Yay!
This commit is contained in:
40
src/main/resources/fabric.mod.json
Normal file
40
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "rocks",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "This Rocks!",
|
||||
"description": "Adds little rocks, sticks, pinecones and seashells to your world to make it feel more natural.",
|
||||
"authors": [
|
||||
"Motschen",
|
||||
"TeamMidnightDust"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://www.midnightdust.eu/",
|
||||
"issues": "https://github.com/TeamMidnightDust/ThisRocks/issues"
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
"icon": "assets/rocks/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"eu.midnightdust.motschen.rocks.RocksMain"
|
||||
]
|
||||
},
|
||||
|
||||
"mixins": [
|
||||
"rocks.mixins.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.2",
|
||||
"fabric": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"dishes": "*",
|
||||
"decorative": "*",
|
||||
"wildworld": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user