generated from Legacy-Fabric/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove mod compat for mods not available in 1.4
- Loading branch information
1 parent
7f782c1
commit d3471bb
Showing
15 changed files
with
4 additions
and
234 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
dependencies { | ||
modCompileOnly(group: "local", name: "CodeChickenCore", version: "0.6.5") | ||
modCompileOnly(group: "local", name: "NotEnoughItems", version: "1.4.0.5") | ||
// How to add a mod | ||
// add the intermediary jar of the mod in rootfolder/lib with a dummy fabric.mod.json file in it | ||
// if the file is named like "filename-fileversion.jar" then import it this way: | ||
// modCompileOnly(group: "local", name: "filename", version: "fileversion") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
...in/java/fr/catcore/fabricatedforge/compat/mixin/codechickencore/ClassDiscovererMixin.java
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...va/fr/catcore/fabricatedforge/compat/mixin/codechickencore/ClassHeirachyManagerMixin.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
.../main/java/fr/catcore/fabricatedforge/compat/mixin/codechickencore/ClassMappingMixin.java
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...ain/java/fr/catcore/fabricatedforge/compat/mixin/codechickencore/ClassOverriderMixin.java
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
.../main/java/fr/catcore/fabricatedforge/compat/mixin/codechickencore/FieldMappingMixin.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...main/java/fr/catcore/fabricatedforge/compat/mixin/codechickencore/MethodMappingMixin.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.../src/main/java/fr/catcore/fabricatedforge/compat/mixin/nei/FurnaceRecipeHandlerMixin.java
This file was deleted.
Oops, something went wrong.
Empty file.
19 changes: 0 additions & 19 deletions
19
...compat/src/main/java/fr/catcore/fabricatedforge/compat/mixin/nei/TMIUninstallerMixin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ | |
], | ||
"depends": { | ||
"fabricloader": ">0.14.3", | ||
"minecraft": "1.3.2", | ||
"mod-remapping-api": ">=1.14.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters