Skip to content

Commit

Permalink
Optimised Imports
Browse files Browse the repository at this point in the history
 - Also forgot to push the `fabric.mod.json` file
  • Loading branch information
chronosacaria committed Apr 14, 2024
1 parent 9a1bd1d commit 67de95a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package chronosacaria.mcdw.configs;

import chronosacaria.mcdw.enums.*;
import chronosacaria.mcdw.enums.ItemsID;
import me.shedaniel.autoconfig.ConfigData;
import me.shedaniel.autoconfig.annotation.Config;

Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
"RawPineapple (Translation)",
"realpeterpet (Translation)",
"Soochaehwa (Translation)",
"Patreons (Support)"],
"Patreons (Support)"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mcdw",
"sources": "https://www.github.com/chronosacaria/MCDungeonsWeapons",
"issues": "https://www.github.com/chronosacaria/MCDungeonsWeapons/issues"
},
"license": "Timefall Development License 1.1",
"license": "Timefall Development License 1.2",
"icon": "assets/mcdw/icon.png",
"environment": "*",
"entrypoints": {
Expand Down

0 comments on commit 67de95a

Please sign in to comment.