-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix blood container rendering and texture flickering
- Loading branch information
1 parent
1a359e3
commit 73f2037
Showing
15 changed files
with
962 additions
and
992 deletions.
There are no files selected for viewing
132 changes: 66 additions & 66 deletions
132
src/main/resources/assets/vampirism/models/block/blood_container/blood_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,68 +1,68 @@ | ||
{ | ||
"__comment": "Designed by Maxanier ", | ||
"textures": { | ||
"fluid": "vampirism:block/blood_still" | ||
}, | ||
"render_type": "minecraft:translucent", | ||
"elements": [ | ||
{ | ||
"from": [ | ||
3.0005, | ||
1, | ||
3.0005 | ||
], | ||
"to": [ | ||
12.9995, | ||
2, | ||
12.9995 | ||
], | ||
"faces": { | ||
"up": { | ||
"uv": [ | ||
3.0005, | ||
3.0005, | ||
12.9995, | ||
12.9995 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"north": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"south": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"west": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"east": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
} | ||
} | ||
} | ||
] | ||
"credit": "Designed by Maxanier ", | ||
"render_type": "minecraft:translucent", | ||
"textures": { | ||
"fluid": "vampirism:block/blood_still" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ | ||
3, | ||
1, | ||
3 | ||
], | ||
"to": [ | ||
13, | ||
2, | ||
13 | ||
], | ||
"faces": { | ||
"north": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"east": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"south": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"west": { | ||
"uv": [ | ||
3.0005, | ||
14, | ||
12.9995, | ||
15 | ||
], | ||
"texture": "#fluid" | ||
}, | ||
"up": { | ||
"uv": [ | ||
3.0005, | ||
3.0005, | ||
12.9995, | ||
12.9995 | ||
], | ||
"texture": "#fluid" | ||
} | ||
} | ||
} | ||
] | ||
} |
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
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
Oops, something went wrong.