aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorFalkreon <falkreon@gmail.com>2019-07-04 01:12:22 -0500
committerFalkreon <falkreon@gmail.com>2019-07-04 01:12:22 -0500
commit5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa (patch)
treec163799073fbf93497bdf2e860e6fb89303d14be /src/main/resources/fabric.mod.json
parent854eba2e998951ae30c45825e3cf3180ec77c2b7 (diff)
downloadLibGui-5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa.tar.gz
LibGui-5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa.tar.bz2
LibGui-5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa.zip
Initial port from 1.14.1 Cotton to 1.14.3 standalone
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json24
1 files changed, 7 insertions, 17 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index f37c644..d803a84 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,31 +1,21 @@
{
"schemaVersion": 1,
- "id": "modid",
+ "id": "libgui",
"version": "${version}",
- "name": "Example Mod",
- "description": "This is an example description! Tell everyone what your mod is about!",
+ "name": "LibGui",
+ "description": "Easy grid-based GUIs for Fabric",
"authors": [
- "Me!"
+ "Falkreon"
],
"contact": {
- "homepage": "https://fabricmc.net/",
- "sources": "https://github.com/FabricMC/fabric-example-mod"
+ "sources": "https://github.com/CottonMC/LibGUI"
},
- "license": "CC0-1.0",
- "icon": "assets/modid/icon.png",
+ "license": "MIT",
+ "icon": "assets/libgui/icon.png",
"environment": "*",
- "entrypoints": {
- "main": [
- "net.fabricmc.example.ExampleMod"
- ]
- },
- "mixins": [
- "modid.mixins.json"
- ],
-
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*"