mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-16 02:55:08 +01:00
49 lines
1.0 KiB
JSON
Executable File
49 lines
1.0 KiB
JSON
Executable File
{
|
|
"schemaVersion": 1,
|
|
"id": "rocks",
|
|
"version": "${version}",
|
|
|
|
"name": "This Rocks!",
|
|
"description": "Adds little rocks, sticks, pinecones, seashells and starfish 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"
|
|
],
|
|
"client": [
|
|
"eu.midnightdust.motschen.rocks.RocksClient"
|
|
],
|
|
"fabric-datagen": [
|
|
"eu.midnightdust.motschen.rocks.RocksDataGen"
|
|
]
|
|
},
|
|
|
|
"mixins": [
|
|
"rocks.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.7.2",
|
|
"fabric": "*"
|
|
},
|
|
"suggests": {
|
|
"polymer-core": "*",
|
|
"polymer-blocks": "*",
|
|
"polymer-resource-pack": "*",
|
|
"polymer-virtual-entity": "*",
|
|
"factorytools": "*"
|
|
}
|
|
}
|