feat: add z-fighting fix for Hex Casting for artifacts
This commit is contained in:
parent
874c792860
commit
ab24115540
30 changed files with 175 additions and 0 deletions
|
|
@ -0,0 +1,121 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"overrides": [
|
||||
{
|
||||
"model": "hexcasting:item/artifact",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_0_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_1",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_1_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_2",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 2.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_2_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 2.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_3",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 3.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_3_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 3.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_4",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 4.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_4_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 4.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_5",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 5.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_5_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 5.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_6",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 6.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_6_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 6.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_7",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": -0.01,
|
||||
"hexcasting:variant": 7.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:item/artifact_7_filled",
|
||||
"predicate": {
|
||||
"hexcasting:has_patterns": 0.99,
|
||||
"hexcasting:variant": 7.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"textures": {
|
||||
"layer0": "hexcasting:item/cad/0_artifact",
|
||||
"layer1": "hexcasting:item/cad/0_artifact_zfix"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue