mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fix z-fighting on the hat layer
This commit is contained in:
parent
15d1aa39ae
commit
7780478597
2 changed files with 10 additions and 40 deletions
|
@ -18,4 +18,4 @@ org.gradle.daemon=false
|
||||||
modmenu_version=2.0.0-beta.7
|
modmenu_version=2.0.0-beta.7
|
||||||
kirin_version=1.9.1
|
kirin_version=1.9.1
|
||||||
hd_skins_version=6.4.11
|
hd_skins_version=6.4.11
|
||||||
mson_version=1.4.2
|
mson_version=1.4.3-beta.2
|
||||||
|
|
|
@ -171,10 +171,10 @@
|
||||||
},
|
},
|
||||||
"saddle": {
|
"saddle": {
|
||||||
"texture": { "u": 24, "v": 0 },
|
"texture": { "u": 24, "v": 0 },
|
||||||
|
"dilate": 0.26,
|
||||||
"children": {
|
"children": {
|
||||||
"left_side": {
|
"left_side": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"dilate": 0.26,
|
|
||||||
"__comment": [
|
"__comment": [
|
||||||
"body sides a", "body sides b", "qt mark a", "qt mark b",
|
"body sides a", "body sides b", "qt mark a", "qt mark b",
|
||||||
"stomach a", "stomach b",
|
"stomach a", "stomach b",
|
||||||
|
@ -196,7 +196,6 @@
|
||||||
},
|
},
|
||||||
"right_side": {
|
"right_side": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"dilate": 0.26,
|
|
||||||
"mirror": [ false, false, true ],
|
"mirror": [ false, false, true ],
|
||||||
"__comment": [
|
"__comment": [
|
||||||
"body sides a", "body sides b", "qt mark a", "qt mark b"
|
"body sides a", "body sides b", "qt mark a", "qt mark b"
|
||||||
|
@ -212,47 +211,18 @@
|
||||||
"pivot": [8, 8, 0],
|
"pivot": [8, 8, 0],
|
||||||
"rotate": [0, 0, 90],
|
"rotate": [0, 0, 90],
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"cubes": [
|
"south": [
|
||||||
{
|
[ -4, 4, 14, 8, 4, 36, 32 ],
|
||||||
"type": "mson:plane", "__comment": "butt",
|
[ -4, 8, 14, 8, 4, 36, 32, false, true ]
|
||||||
"texture": { "u": 36, "v": 32 },
|
|
||||||
"dilate": 0.26,
|
|
||||||
"face": "south",
|
|
||||||
"position": [ -4, 4, 14 ],
|
|
||||||
"size": [ 8, 4 ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "mson:plane", "__comment": "butt",
|
|
||||||
"texture": { "u": 36, "v": 32 },
|
|
||||||
"dilate": 0.26,
|
|
||||||
"mirror": [false, true],
|
|
||||||
"face": "south",
|
|
||||||
"position": [ -4, 8, 14 ],
|
|
||||||
"size": [ 8, 4 ]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"butt_buttom": {
|
"butt_buttom": {
|
||||||
"pivot": [-2, 12, 14],
|
"pivot": [-2, 11.9999, 14],
|
||||||
"rotate": [0, 90, 0],
|
"rotate": [0, 90, 0],
|
||||||
"cubes": [
|
"type": "mson:planar",
|
||||||
{
|
"down": [
|
||||||
"type": "mson:plane", "__comment": "butt bottom",
|
[ 0, 0, 2, 4, 4, 36, 32 ],
|
||||||
"texture": { "u": 36, "v": 32 },
|
[ 0, 0, -2, 4, 4, 36, 32, false, true ]
|
||||||
"dilate": 0.26,
|
|
||||||
"face": "down",
|
|
||||||
"position": [ 0, 0, 2 ],
|
|
||||||
"size": [ 4, 4 ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "mson:plane", "__comment": "butt bottom",
|
|
||||||
"texture": { "u": 36, "v": 32 },
|
|
||||||
"dilate": 0.26,
|
|
||||||
"face": "down",
|
|
||||||
"mirror": [false, true],
|
|
||||||
"position": [ 0, 0, -2 ],
|
|
||||||
"size": [ 4, 4 ]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue