Skip to content

Commit 340f61f

Browse files
committed
Add missing particle texture references
1 parent dc308f9 commit 340f61f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"textures": {
3+
"particle": "minecraft:missingno"
4+
}
5+
}

src/main/resources/assets/testmod3/models/block/pressure_plate_down_with_transforms.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"parent": "minecraft:block/thin_block",
3+
"textures": {
4+
"particle": "#texture"
5+
},
36
"elements": [
47
{
58
"faces": {

src/main/resources/assets/testmod3/models/block/template_fullbright.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
}
4343
],
4444
"textures": {
45-
"#particle": "#all"
45+
"particle": "#all"
4646
}
4747
}

0 commit comments

Comments
 (0)