update metadata
This commit is contained in:
parent
5cb01beb54
commit
85aa01dc05
@ -1,8 +1,8 @@
|
|||||||
<img src="icon.png" align="right" width="180px"/>
|
<img src="icon.png" align="right" width="180px"/>
|
||||||
|
|
||||||
# Templates
|
# Templates 2
|
||||||
|
|
||||||
[>> Downloads <<](https://github.com/CottonMC/Templates/releases)
|
[>> Downloads <<](https://modrinth.com/mod/templates-2)
|
||||||
|
|
||||||
*Slopes?*
|
*Slopes?*
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ if(rootProject.file("private.gradle").exists()) { //Publishing details
|
|||||||
|
|
||||||
archivesBaseName = "templates"
|
archivesBaseName = "templates"
|
||||||
group = "io.github.cottonmc"
|
group = "io.github.cottonmc"
|
||||||
version = "2.0.1+1.20.1"
|
version = "2.0.2+1.20.1"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -2,16 +2,19 @@
|
|||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "templates",
|
"id": "templates",
|
||||||
"version": "$version",
|
"version": "$version",
|
||||||
"name": "Templates",
|
"name": "Templates 2",
|
||||||
"icon": "assets/templates/icon.png",
|
|
||||||
"description": "An API for templated blocks",
|
"description": "An API for templated blocks",
|
||||||
"license": "MIT",
|
"authors": [
|
||||||
"contact": {
|
"quaternary",
|
||||||
"sources": "https://github.com/CottonMC/Templates"
|
"LemmaEOF",
|
||||||
},
|
"Grondag"
|
||||||
"mixins": [
|
|
||||||
"templates.mixins.json"
|
|
||||||
],
|
],
|
||||||
|
"contact": {
|
||||||
|
"homepage": "https://highlysuspect.agency/",
|
||||||
|
"sources": "https://github.com/quat1024/templates-mod"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"icon": "templates-icon.png",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"main": [
|
"main": [
|
||||||
@ -21,9 +24,12 @@
|
|||||||
"io.github.cottonmc.templates.TemplatesClient"
|
"io.github.cottonmc.templates.TemplatesClient"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"mixins": [
|
||||||
|
"templates.mixins.json"
|
||||||
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"minecraft": ">=1.20.1",
|
"minecraft": ">=1.20.1",
|
||||||
"fabricloader": "*",
|
"fabricloader": "*",
|
||||||
"fabric-api": "*"
|
"fabric-api": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user