update metadata

This commit is contained in:
quat1024 2023-07-20 19:59:17 -04:00
parent 5cb01beb54
commit 85aa01dc05
4 changed files with 18 additions and 12 deletions

View File

@ -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?*

View File

@ -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()

View File

@ -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,6 +24,9 @@
"io.github.cottonmc.templates.TemplatesClient"
]
},
"mixins": [
"templates.mixins.json"
],
"depends": {
"minecraft": ">=1.20.1",
"fabricloader": "*",

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB