Skip to content

Commit

Permalink
version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
velnias75 committed Jun 20, 2022
1 parent fb82ed7 commit 1b3e99f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 49 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G

projectGroup=de.rangun
projectName=PandaCrossing
projectBaseVersion=0.5.3-SNAPSHOT
projectBaseVersion=0.5.3
projectDescription=Creates QR codes
projectArchiveBaseName=pandacrossing

Expand Down
92 changes: 44 additions & 48 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,46 @@
{
"schemaVersion": 1,
"id": "panda_crossing",
"version": "${version}",

"name": "Panda Crossing QR Code Generator",
"description": "Creates QR codes",
"authors": [
"Velnias75"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/pandacrossing",
"issues": "https://github.com/velnias75/PandaCrossing/issues",
"sources": "https://github.com/velnias75/PandaCrossing"
},

"license": "GPL-3.0-or-later",
"icon": "assets/panda_crossing/panda_crossing.png",

"environment": "client",
"entrypoints": {
"client": [
"de.rangun.pandacrossing.PandaCrossingMod"
],
"modmenu": [
"de.rangun.pandacrossing.config.ModMenu"
]
},
"mixins": [
],

"depends": {
"fabricloader": ">=0.13.3",
"fabric": "*",
"minecraft": ">=1.18.2"
},
"recommends": {
"cloth-config2": ">=6.2.62"
},
"suggests": {
"modmenu": ">=3.2.1"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/kQP9QSG6F4"
}
}
}
"schemaVersion": 1,
"id": "panda_crossing",
"version": "${version}",
"name": "Panda Crossing QR Code Generator",
"description": "Creates QR codes",
"authors": [
"Velnias75"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/pandacrossing",
"issues": "https://github.com/velnias75/PandaCrossing/issues",
"sources": "https://github.com/velnias75/PandaCrossing"
},
"license": "GPL-3.0-or-later",
"icon": "assets/panda_crossing/panda_crossing.png",
"environment": "client",
"entrypoints": {
"client": [
"de.rangun.pandacrossing.PandaCrossingMod"
],
"modmenu": [
"de.rangun.pandacrossing.config.ModMenu"
]
},
"mixins": [
],
"depends": {
"fabricloader": ">=0.13.3",
"fabric": "*",
"minecraft": ">=1.18.2"
},
"recommends": {
"cloth-config2": ">=6.2.62"
},
"suggests": {
"modmenu": ">=3.2.1"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/kQP9QSG6F4"
}
}
}
}

0 comments on commit 1b3e99f

Please sign in to comment.