mirror of
https://github.com/TeamMidnightDust/Decorative.git
synced 2025-12-16 21:15:10 +01:00
First release.
This commit is contained in:
38
src/main/resources/fabric.mod.json
Normal file
38
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "decorative",
|
||||
"version": "1.0.0",
|
||||
|
||||
"name": "Decorative",
|
||||
"description": "Adds many cool new decorative items with 3d models!",
|
||||
"authors": [
|
||||
"Motschen",
|
||||
"TeamMidnightDust"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://www.midnightdust.eu/",
|
||||
"sources": "https://github.com/TeamMidnightDust/StylishDecoration"
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
"icon": "assets/decorative/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"eu.midnightdust.motschen.decorative.DecorativeMain"
|
||||
],
|
||||
"client": [
|
||||
"eu.midnightdust.motschen.decorative.DecorativeClient"
|
||||
]
|
||||
},
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.2",
|
||||
"fabric": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"dishes": "*",
|
||||
"patchouli": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user