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"/> <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?*

View File

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

View File

@ -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,6 +24,9 @@
"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": "*",

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB