Skip to content

Commit c1edb31

Browse files
committed
Split translucent bits on a few tools so pixels don't "disappear"/cull
1 parent 6afab04 commit c1edb31

24 files changed

+12
-6
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"parent": "item/handheld",
33
"textures": {
4-
"layer0": "twilightforest:items/glass_sword"
4+
"layer0": "twilightforest:items/glass_sword_solid",
5+
"layer1": "twilightforest:items/glass_sword_clear"
56
}
67
}

src/main/resources/assets/twilightforest/models/item/ice_bow.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"parent": "item/bow",
33
"textures": {
4-
"layer0": "twilightforest:items/icebow_standby"
4+
"layer0": "twilightforest:items/ice_bow_solid_standby",
5+
"layer1": "twilightforest:items/ice_bow_clear_standby"
56
},
67
"overrides": [
78
{
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"parent": "twilightforest:item/ice_bow",
33
"textures": {
4-
"layer0": "twilightforest:items/icebow_pulling_0"
4+
"layer0": "twilightforest:items/ice_bow_solid_pulling_0",
5+
"layer1": "twilightforest:items/ice_bow_clear_pulling_0"
56
}
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"parent": "twilightforest:item/ice_bow",
33
"textures": {
4-
"layer0": "twilightforest:items/icebow_pulling_1"
4+
"layer0": "twilightforest:items/ice_bow_solid_pulling_1",
5+
"layer1": "twilightforest:items/ice_bow_clear_pulling_1"
56
}
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"parent": "twilightforest:item/ice_bow",
33
"textures": {
4-
"layer0": "twilightforest:items/icebow_pulling_2"
4+
"layer0": "twilightforest:items/ice_bow_solid_pulling_2",
5+
"layer1": "twilightforest:items/ice_bow_clear_pulling_2"
56
}
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"parent": "item/handheld",
33
"textures": {
4-
"layer0": "twilightforest:items/ice_sword"
4+
"layer0": "twilightforest:items/ice_sword_solid",
5+
"layer1": "twilightforest:items/ice_sword_clear"
56
}
67
}
Binary file not shown.
200 Bytes
Loading
199 Bytes
Loading
374 Bytes
Loading

0 commit comments

Comments
 (0)