-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split translucent bits on a few tools do pixels don't "disappear"/cull
- Loading branch information
Showing
24 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/twilightforest/models/item/glass_sword.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,7 @@ | ||
{ | ||
"parent": "item/handheld", | ||
"textures": { | ||
"layer0": "twilightforest:items/glass_sword" | ||
"layer0": "twilightforest:items/glass_sword_solid", | ||
"layer1": "twilightforest:items/glass_sword_clear" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/twilightforest/models/item/ice_bow.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
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/twilightforest/models/item/ice_bow_pulling_0.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,7 @@ | ||
{ | ||
"parent": "twilightforest:item/ice_bow", | ||
"textures": { | ||
"layer0": "twilightforest:items/icebow_pulling_0" | ||
"layer0": "twilightforest:items/ice_bow_solid_pulling_0", | ||
"layer1": "twilightforest:items/ice_bow_clear_pulling_0" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/twilightforest/models/item/ice_bow_pulling_1.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,7 @@ | ||
{ | ||
"parent": "twilightforest:item/ice_bow", | ||
"textures": { | ||
"layer0": "twilightforest:items/icebow_pulling_1" | ||
"layer0": "twilightforest:items/ice_bow_solid_pulling_1", | ||
"layer1": "twilightforest:items/ice_bow_clear_pulling_1" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/twilightforest/models/item/ice_bow_pulling_2.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,7 @@ | ||
{ | ||
"parent": "twilightforest:item/ice_bow", | ||
"textures": { | ||
"layer0": "twilightforest:items/icebow_pulling_2" | ||
"layer0": "twilightforest:items/ice_bow_solid_pulling_2", | ||
"layer1": "twilightforest:items/ice_bow_clear_pulling_2" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
src/main/resources/assets/twilightforest/models/item/ice_sword.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,7 @@ | ||
{ | ||
"parent": "item/handheld", | ||
"textures": { | ||
"layer0": "twilightforest:items/ice_sword" | ||
"layer0": "twilightforest:items/ice_sword_solid", | ||
"layer1": "twilightforest:items/ice_sword_clear" | ||
} | ||
} |
Binary file removed
BIN
-212 Bytes
src/main/resources/assets/twilightforest/textures/items/glass_sword.png
Binary file not shown.
Binary file added
BIN
+200 Bytes
src/main/resources/assets/twilightforest/textures/items/glass_sword_clear.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
+199 Bytes
src/main/resources/assets/twilightforest/textures/items/glass_sword_solid.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
+374 Bytes
...main/resources/assets/twilightforest/textures/items/ice_bow_clear_pulling_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
+360 Bytes
...main/resources/assets/twilightforest/textures/items/ice_bow_clear_pulling_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
+386 Bytes
...main/resources/assets/twilightforest/textures/items/ice_bow_clear_pulling_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
+314 Bytes
src/main/resources/assets/twilightforest/textures/items/ice_bow_clear_standby.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
+231 Bytes
...main/resources/assets/twilightforest/textures/items/ice_bow_solid_pulling_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
+229 Bytes
...main/resources/assets/twilightforest/textures/items/ice_bow_solid_pulling_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
+225 Bytes
...main/resources/assets/twilightforest/textures/items/ice_bow_solid_pulling_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
+189 Bytes
src/main/resources/assets/twilightforest/textures/items/ice_bow_solid_standby.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 removed
BIN
-240 Bytes
src/main/resources/assets/twilightforest/textures/items/ice_sword.png
Binary file not shown.
Binary file added
BIN
+281 Bytes
src/main/resources/assets/twilightforest/textures/items/ice_sword_clear.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
+169 Bytes
src/main/resources/assets/twilightforest/textures/items/ice_sword_solid.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 removed
BIN
-332 Bytes
src/main/resources/assets/twilightforest/textures/items/icebow_pulling_0.png
Binary file not shown.
Binary file removed
BIN
-321 Bytes
src/main/resources/assets/twilightforest/textures/items/icebow_pulling_1.png
Binary file not shown.
Binary file removed
BIN
-325 Bytes
src/main/resources/assets/twilightforest/textures/items/icebow_pulling_2.png
Binary file not shown.
Binary file removed
BIN
-287 Bytes
src/main/resources/assets/twilightforest/textures/items/icebow_standby.png
Binary file not shown.