mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-25 22:12:34 +00:00
31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "terra",
|
|
"version": "@VERSION@",
|
|
"name": "Terra",
|
|
"description": "An insanely powerful free & open-source data-driven world generator.",
|
|
"authors": [
|
|
"dfsek"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://github.com/PolyhedralDev/Terra/wiki",
|
|
"sources": "https://github.com/PolyhedralDev/Terra"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"icon": "assets/terra/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.dfsek.terra.fabric.TerraFabricPlugin"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"terra.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.7.4",
|
|
"fabric": "*",
|
|
"minecraft": "1.16.x"
|
|
},
|
|
"accessWidener": "terra.accesswidener"
|
|
} |