Skip to content

Commit

Permalink
branding
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed May 10, 2019
1 parent 6970864 commit c7c0da9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
File renamed without changes
File renamed without changes.
14 changes: 7 additions & 7 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"schemaVersion": 1,
"id": "modid",
"version": "${version}",
"id": "carpet",
"version": "0.1",

"name": "Carpet Mod in Fabric",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "Carpet made out of fabric",
"authors": [
"Me!"
"gnembon, ..."
],
"contact": {
"homepage": "https://fabricmc.net/",
"homepage": "https://github.com/gnembon/fabric-carpet",
"sources": "https://github.com/gnembon/fabric-carpet"
},

"license": "GNU LGPL V3",
"icon": "assets/modid/icon.png",
"icon": "assets/carpet/icon.png",

"environment": "*",
"entrypoints": {
"main": [
]
},
"mixins": [
"modid.mixins.json"
"carpet.mixins.json"
],

"requires": {
Expand Down

0 comments on commit c7c0da9

Please sign in to comment.