Skip to content

Commit

Permalink
Remove example stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeF53 committed Oct 30, 2021
1 parent 5957cd2 commit f6b9608
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx1G
# Mod Properties
mod_version = 1.0.0
maven_group = com.HorseBuff
archives_base_name = HorseBUff
archives_base_name = HorseBuff

# Dependencies
fabric_version=0.41.0+1.17
File renamed without changes
18 changes: 9 additions & 9 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"schemaVersion": 1,
"id": "modid",
"id": "horsebuff",
"version": "${version}",

"name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"name": "HorseBuff",
"description": "Makes Horses better by removing stupid things",
"authors": [
"Me!"
"CodeF53#0241"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://github.com/CodeF53/Horse-Buff",
"sources": "https://github.com/CodeF53/Horse-Buff"
},

"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"license": "CC BY-NC-SA",
"icon": "assets/horsebuff/icon.png",

"environment": "*",
"entrypoints": {
Expand All @@ -23,7 +23,7 @@
]
},
"mixins": [
"modid.mixins.json"
"horsebuff.mixins.json"
],

"depends": {
Expand Down
File renamed without changes.

0 comments on commit f6b9608

Please sign in to comment.