Skip to content

Commit

Permalink
Add tintindex data for cauldron
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Sep 7, 2019
1 parent 12e4242 commit a426f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/cauldron_level1.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"from":[2,9,2],
"to":[14,9,14],
"faces":{
"up":{"texture":"#water"}
"up":{"texture":"#water","tintindex":0}
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/cauldron_level2.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"from":[2,12,2],
"to":[14,12,14],
"faces":{
"up":{"texture":"#water"}
"up":{"texture":"#water","tintindex":0}
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/cauldron_level3.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"from":[2,15,2],
"to":[14,15,14],
"faces":{
"up":{"texture":"#water"}
"up":{"texture":"#water","tintindex":0}
}
}
]
Expand Down

0 comments on commit a426f29

Please sign in to comment.