Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
use mit lisence
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Sep 17, 2022
1 parent 3f8ac85 commit de6d609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/dm/earth/cabricality/ModChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.Map;

public class ModChecker {
private static List<String> missingModList = new ArrayList<String>();
private static List<String> missingModList = new ArrayList<>();
private static Map<String, String> requiredModList = new HashMap<>();

public static void check(){
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/cabricality/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/DM-Earth/Cabricality-Utils"
},

"license": "CC0",
"license": "MIt",
"icon": "assets/cabricality/icon.png",

"environment": "*",
Expand Down

0 comments on commit de6d609

Please sign in to comment.