-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added block to support future Gradle 7 deprecations. - Removed `maven` dependency, as `maven-publish` contains what we need. - Updated versions of: - Minecraft Version - Yarn Mappings - Fabric Loader - Fabric API - Slight reformatting of JSON files. - Slight reformatting of `Config.java` - Added missing `getProvides()` in DummyModMetadata, which will be refactored out in the future.
- Loading branch information
1 parent
d5feed7
commit fba8bfd
Showing
10 changed files
with
70 additions
and
52 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
12 changes: 6 additions & 6 deletions
12
src/main/resources/assets/fallingleaves/particles/falling_leaf.json
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,7 +1,7 @@ | ||
{ | ||
"textures": [ | ||
"fallingleaves:falling_leaf_1", | ||
"fallingleaves:falling_leaf_2", | ||
"fallingleaves:falling_leaf_3" | ||
] | ||
{ | ||
"textures": [ | ||
"fallingleaves:falling_leaf_1", | ||
"fallingleaves:falling_leaf_2", | ||
"fallingleaves:falling_leaf_3" | ||
] | ||
} |
12 changes: 6 additions & 6 deletions
12
src/main/resources/assets/fallingleaves/particles/falling_leaf_conifer.json
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,7 +1,7 @@ | ||
{ | ||
"textures": [ | ||
"fallingleaves:falling_leaf_conifer_1", | ||
"fallingleaves:falling_leaf_conifer_2", | ||
"fallingleaves:falling_leaf_conifer_3" | ||
] | ||
{ | ||
"textures": [ | ||
"fallingleaves:falling_leaf_conifer_1", | ||
"fallingleaves:falling_leaf_conifer_2", | ||
"fallingleaves:falling_leaf_conifer_3" | ||
] | ||
} |
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