mirror of
https://github.com/TeamMidnightDust/Decorative.git
synced 2025-12-16 04:55:10 +01:00
39 lines
770 B
JSON
39 lines
770 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "decorative",
|
|
"version": "${version}",
|
|
|
|
"name": "Decorative",
|
|
"description": "Adds many cool new decorative items with 3d models!",
|
|
"authors": [
|
|
"Motschen",
|
|
"TeamMidnightDust"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.midnightdust.eu/",
|
|
"issues": "https://github.com/TeamMidnightDust/Decorative/issues"
|
|
},
|
|
|
|
"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": "*"
|
|
}
|
|
}
|