-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27a46e7
commit 82f712a
Showing
40 changed files
with
67 additions
and
157 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Changelog v1.2 | ||
# Changelog v1.3 | ||
|
||
## Changes | ||
- Particles now change color by biome | ||
## Additions | ||
- Added falling leaf particles for pale oak leaves |
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
16 changes: 0 additions & 16 deletions
16
src/main/resources/assets/nemos-ambience/particles/acacia_leaves.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/main/resources/assets/nemos-ambience/particles/birch_leaves.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/main/resources/assets/nemos-ambience/particles/dark_oak_leaves.json
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
src/main/resources/assets/nemos-ambience/particles/falling_leaves.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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"textures": [ | ||
"nemos-ambience:falling_leaf_0", | ||
"nemos-ambience:falling_leaf_1", | ||
"nemos-ambience:falling_leaf_2", | ||
"nemos-ambience:falling_leaf_3", | ||
"nemos-ambience:falling_leaf_4", | ||
"nemos-ambience:falling_leaf_5", | ||
"nemos-ambience:falling_leaf_6", | ||
"nemos-ambience:falling_leaf_7", | ||
"nemos-ambience:falling_leaf_8", | ||
"nemos-ambience:falling_leaf_9", | ||
"nemos-ambience:falling_leaf_10", | ||
"nemos-ambience:falling_leaf_11" | ||
] | ||
} |
16 changes: 0 additions & 16 deletions
16
src/main/resources/assets/nemos-ambience/particles/jungle_leaves.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/main/resources/assets/nemos-ambience/particles/mangrove_leaves.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/main/resources/assets/nemos-ambience/particles/oak_leaves.json
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
src/main/resources/assets/nemos-ambience/particles/pale_oak_falling_leaves.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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"textures": [ | ||
"nemos-ambience:pale_oak_falling_leaf_0", | ||
"nemos-ambience:pale_oak_falling_leaf_1", | ||
"nemos-ambience:pale_oak_falling_leaf_2", | ||
"nemos-ambience:pale_oak_falling_leaf_3", | ||
"nemos-ambience:pale_oak_falling_leaf_4", | ||
"nemos-ambience:pale_oak_falling_leaf_5", | ||
"nemos-ambience:pale_oak_falling_leaf_6", | ||
"nemos-ambience:pale_oak_falling_leaf_7", | ||
"nemos-ambience:pale_oak_falling_leaf_8", | ||
"nemos-ambience:pale_oak_falling_leaf_9", | ||
"nemos-ambience:pale_oak_falling_leaf_10", | ||
"nemos-ambience:pale_oak_falling_leaf_11" | ||
] | ||
} |
16 changes: 0 additions & 16 deletions
16
src/main/resources/assets/nemos-ambience/particles/spruce_leaves.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-106 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_0.png
Binary file not shown.
Binary file removed
BIN
-106 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_1.png
Binary file not shown.
Binary file removed
BIN
-102 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_10.png
Binary file not shown.
Binary file removed
BIN
-103 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_11.png
Binary file not shown.
Binary file removed
BIN
-106 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_2.png
Binary file not shown.
Binary file removed
BIN
-109 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_3.png
Binary file not shown.
Binary file removed
BIN
-108 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_4.png
Binary file not shown.
Binary file removed
BIN
-108 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_5.png
Binary file not shown.
Binary file removed
BIN
-107 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_6.png
Binary file not shown.
Binary file removed
BIN
-107 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_7.png
Binary file not shown.
Binary file removed
BIN
-106 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_8.png
Binary file not shown.
Binary file removed
BIN
-104 Bytes
src/main/resources/assets/nemos-ambience/textures/particle/leaf_9.png
Binary file not shown.
Binary file added
BIN
+106 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+106 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+105 Bytes
.../resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+105 Bytes
.../resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+106 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+111 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+109 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+111 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+109 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+108 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+108 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+105 Bytes
...n/resources/assets/nemos-ambience/textures/particle/pale_oak_falling_leaf_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
"depends": { | ||
"fabricloader": ">=0.16.7", | ||
"minecraft": [ | ||
"~1.21.3", | ||
"~1.21.2" | ||
], | ||
"java": ">=21", | ||
|