-
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
Showing
25 changed files
with
33 additions
and
37 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
run-data/.mixin.out/class/net/minecraft/client/player/LocalPlayer.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
run-data/.mixin.out/class/net/minecraft/world/entity/ExperienceOrb.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
run-data/.mixin.out/class/net/minecraft/world/entity/LivingEntity.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
run-data/.mixin.out/class/net/minecraft/world/entity/player/Player.class
Binary file not shown.
12 changes: 6 additions & 6 deletions
12
src/generated/resources/.cache/944642d621b104f4abc8ca05481729c651f4458b
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,6 +1,6 @@ | ||
// 1.20.1 2024-05-01T23:25:16.515952 Item Models: amethystwings | ||
13f817085430cbe2fd48d2729bd6198b5ba65ee0 assets/amethystwings/models/entity/auric_crystal.json | ||
fc48959c4c50c9da4834ea7265cc5e8d269be340 assets/amethystwings/models/entity/energetic_crystal.json | ||
76982afddfe3d384d03932aaffcd8bc8b39dd485 assets/amethystwings/models/entity/hardened_crystal.json | ||
f134a090f95d540dcbdbd773822261b0c2ab0080 assets/amethystwings/models/entity/resonant_crystal.json | ||
b2c8a3e2731c0daec863c6c8ed972fbac2efb32a assets/amethystwings/models/entity/shaped_crystal.json | ||
// 1.20.1 2024-08-04T19:47:48.592347 Item Models: amethystwings | ||
afe33470394890069fac34519a737d27ed03c6d4 assets/amethystwings/models/entity/auric_crystal.json | ||
c83ef7b5c603249b7dacbbe18e513f0c9b792851 assets/amethystwings/models/entity/energetic_crystal.json | ||
abf1f5de82c467c06bd25ef521aa4b7c4e1d1f53 assets/amethystwings/models/entity/hardened_crystal.json | ||
cb223eb758d9a44ea0fed00cdd64652c17b2c0e4 assets/amethystwings/models/entity/resonant_crystal.json | ||
7c5216474e90349e5f63945bf5060b30f3e1e224 assets/amethystwings/models/entity/shaped_crystal.json |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/amethystwings/models/entity/auric_crystal.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,6 +1,6 @@ | ||
{ | ||
"parent": "amethystwings:entity/crystal", | ||
"textures": { | ||
"layer0": "amethystwings:entity/auric_crystal" | ||
"layer0": "amethystwings:block/auric_crystal" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/amethystwings/models/entity/energetic_crystal.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,6 +1,6 @@ | ||
{ | ||
"parent": "amethystwings:entity/crystal", | ||
"textures": { | ||
"layer0": "amethystwings:entity/energetic_crystal" | ||
"layer0": "amethystwings:block/energetic_crystal" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/amethystwings/models/entity/hardened_crystal.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,6 +1,6 @@ | ||
{ | ||
"parent": "amethystwings:entity/crystal", | ||
"textures": { | ||
"layer0": "amethystwings:entity/hardened_crystal" | ||
"layer0": "amethystwings:block/hardened_crystal" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/amethystwings/models/entity/resonant_crystal.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,6 +1,6 @@ | ||
{ | ||
"parent": "amethystwings:entity/crystal", | ||
"textures": { | ||
"layer0": "amethystwings:entity/resonant_crystal" | ||
"layer0": "amethystwings:block/resonant_crystal" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/amethystwings/models/entity/shaped_crystal.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,6 +1,6 @@ | ||
{ | ||
"parent": "amethystwings:entity/crystal", | ||
"textures": { | ||
"layer0": "amethystwings:entity/shaped_crystal" | ||
"layer0": "amethystwings:block/shaped_crystal" | ||
} | ||
} |
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
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/amethystwings/models/item/wings_controller.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,3 +1,4 @@ | ||
{ | ||
"parent": "builtin/entity" | ||
"parent": "builtin/entity", | ||
"gui_light": "front" | ||
} |
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
Binary file modified
BIN
-96 Bytes
(81%)
src/main/resources/assets/amethystwings/textures/item/wings_controller.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 was deleted.
Oops, something went wrong.