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