Compare commits
13 commits
61da00ec44
...
5496b04eb2
Author | SHA1 | Date | |
---|---|---|---|
5496b04eb2 | |||
fae97a853e | |||
6b8dc151dc | |||
bbb996d431 | |||
413049f30e | |||
1b1f9bd628 | |||
019bcfd2b5 | |||
a1752d3215 | |||
5adf0f81a4 | |||
8926ca85c9 | |||
ae534908b5 | |||
cf404ef927 | |||
de219731f1 |
11643 changed files with 9335 additions and 7306 deletions
27
1_21_2/assets/minecraft/post_effect/entity_outline.json
Normal file
27
1_21_2/assets/minecraft/post_effect/entity_outline.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"targets": {
|
||||||
|
"swap": {}
|
||||||
|
},
|
||||||
|
"passes": [
|
||||||
|
{
|
||||||
|
"program": "post/entity_outline",
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"sampler_name": "In",
|
||||||
|
"target": "entity_outline"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"output": "swap"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"program": "post/blit",
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"sampler_name": "In",
|
||||||
|
"target": "swap"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"output": "entity_outline"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
61
1_21_2/assets/minecraft/shaders/core/position_color.json
Normal file
61
1_21_2/assets/minecraft/shaders/core/position_color.json
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/gui",
|
||||||
|
"fragment": "core/position_color",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
78
1_21_2/assets/minecraft/shaders/core/position_tex.json
Normal file
78
1_21_2/assets/minecraft/shaders/core/position_tex.json
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/position_tex",
|
||||||
|
"fragment": "core/position_tex",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ScreenSize",
|
||||||
|
"type": "float",
|
||||||
|
"count": 2,
|
||||||
|
"values": [
|
||||||
|
0.0,
|
||||||
|
0.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GameTime",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
78
1_21_2/assets/minecraft/shaders/core/position_tex_color.json
Normal file
78
1_21_2/assets/minecraft/shaders/core/position_tex_color.json
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/texture",
|
||||||
|
"fragment": "core/render/texture",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ScreenSize",
|
||||||
|
"type": "float",
|
||||||
|
"count": 2,
|
||||||
|
"values": [
|
||||||
|
0.0,
|
||||||
|
0.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GameTime",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,108 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/glint",
|
||||||
|
"fragment": "core/render/glint",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GlintAlpha",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogStart",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogEnd",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogShape",
|
||||||
|
"type": "int",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TextureMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,108 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/glint",
|
||||||
|
"fragment": "core/render/glint",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GlintAlpha",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogStart",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogEnd",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogShape",
|
||||||
|
"type": "int",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TextureMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
108
1_21_2/assets/minecraft/shaders/core/rendertype_glint.json
Normal file
108
1_21_2/assets/minecraft/shaders/core/rendertype_glint.json
Normal file
|
@ -0,0 +1,108 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/glint",
|
||||||
|
"fragment": "core/render/glint",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GlintAlpha",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogStart",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogEnd",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogShape",
|
||||||
|
"type": "int",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TextureMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
59
1_21_2/assets/minecraft/shaders/core/rendertype_gui.json
Normal file
59
1_21_2/assets/minecraft/shaders/core/rendertype_gui.json
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/gui",
|
||||||
|
"fragment": "core/render/gui",
|
||||||
|
"samplers": [],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,98 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/item",
|
||||||
|
"fragment": "core/render/item",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" },
|
||||||
|
{ "name": "Sampler2" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Light0_Direction",
|
||||||
|
"type": "float",
|
||||||
|
"count": 3,
|
||||||
|
"values": [0.0, 0.0, 0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Light1_Direction",
|
||||||
|
"type": "float",
|
||||||
|
"count": 3,
|
||||||
|
"values": [0.0, 0.0, 0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogStart",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogEnd",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogColor",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [0.0, 0.0, 0.0, 0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogShape",
|
||||||
|
"type": "int",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
92
1_21_2/assets/minecraft/shaders/core/rendertype_text.json
Normal file
92
1_21_2/assets/minecraft/shaders/core/rendertype_text.json
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/text",
|
||||||
|
"fragment": "core/render/text",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "Sampler0" },
|
||||||
|
{ "name": "Sampler2" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ModelViewMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ColorModulator",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [1.0, 1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogStart",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogEnd",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogColor",
|
||||||
|
"type": "float",
|
||||||
|
"count": 4,
|
||||||
|
"values": [0.0, 0.0, 0.0, 0.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FogShape",
|
||||||
|
"type": "int",
|
||||||
|
"count": 1,
|
||||||
|
"values": [0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ScreenSize",
|
||||||
|
"type": "float",
|
||||||
|
"count": 2,
|
||||||
|
"values": [1.0, 1.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
1
1_21_2/assets/minecraft/shaders/include/version.glsl
Normal file
1
1_21_2/assets/minecraft/shaders/include/version.glsl
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#define MC_1_21_2
|
44
1_21_2/assets/minecraft/shaders/post/entity_outline.json
Normal file
44
1_21_2/assets/minecraft/shaders/post/entity_outline.json
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
{
|
||||||
|
"vertex": "post/sobel",
|
||||||
|
"fragment": "post/entity_sobel",
|
||||||
|
"samplers": [
|
||||||
|
{ "name": "InSampler" }
|
||||||
|
],
|
||||||
|
"uniforms": [
|
||||||
|
{
|
||||||
|
"name": "ProjMat",
|
||||||
|
"type": "matrix4x4",
|
||||||
|
"count": 16,
|
||||||
|
"values": [
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "InSize",
|
||||||
|
"type": "float",
|
||||||
|
"count": 2,
|
||||||
|
"values": [1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "OutSize",
|
||||||
|
"type": "float",
|
||||||
|
"count": 2,
|
||||||
|
"values": [1.0, 1.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1 +1 @@
|
||||||
{"sources":[{"type":"directory","source":"block_variants","prefix":"block_variants/"},{"type":"directory","source":"wynn","prefix":"wynn/"},{"type":"directory","source":"skins","prefix":"skins/"},{"type":"paletted_permutations","textures":["wynn/gui/button/arrow_down","wynn/gui/button/arrow_left","wynn/gui/button/arrow_right","wynn/gui/button/arrow_up","wynn/gui/button/cancel","wynn/gui/button/check","wynn/gui/button/minus","wynn/gui/button/plus","wynn/gui/button/refresh","wynn/gui/jukebox/note"],"palette_key":"wynn/gui/button/color_palettes/button_palette","permutations":{"default":"wynn/gui/button/color_palettes/default","gray":"wynn/gui/button/color_palettes/gray","green":"wynn/gui/button/color_palettes/green","red":"wynn/gui/button/color_palettes/red","yellow":"wynn/gui/button/color_palettes/yellow"}},{"type":"paletted_permutations","textures":["wynn/powder/small","wynn/powder/large"],"palette_key":"wynn/powder/color_palettes/powder_palette","permutations":{"air":"wynn/powder/color_palettes/air","earth":"wynn/powder/color_palettes/earth","fire":"wynn/powder/color_palettes/fire","thunder":"wynn/powder/color_palettes/thunder","water":"wynn/powder/color_palettes/water"}}]}
|
{"sources":[{"type":"directory","source":"block_variants","prefix":"block_variants/"},{"type":"directory","source":"wynn","prefix":"wynn/"},{"type":"directory","source":"skins","prefix":"skins/"},{"type":"paletted_permutations","textures":["wynn/gui/button/arrow_down","wynn/gui/button/arrow_left","wynn/gui/button/arrow_right","wynn/gui/button/arrow_up","wynn/gui/button/cancel","wynn/gui/button/check","wynn/gui/button/exclaim","wynn/gui/button/minus","wynn/gui/button/plus","wynn/gui/button/refresh","wynn/gui/button/note"],"palette_key":"wynn/gui/button/color_palettes/button_palette","permutations":{"default":"wynn/gui/button/color_palettes/default","gray":"wynn/gui/button/color_palettes/gray","green":"wynn/gui/button/color_palettes/green","red":"wynn/gui/button/color_palettes/red","yellow":"wynn/gui/button/color_palettes/yellow","brown":"wynn/gui/button/color_palettes/brown"}},{"type":"paletted_permutations","textures":["wynn/powder/small","wynn/powder/large"],"palette_key":"wynn/powder/color_palettes/powder_palette","permutations":{"air":"wynn/powder/color_palettes/air","earth":"wynn/powder/color_palettes/earth","fire":"wynn/powder/color_palettes/fire","thunder":"wynn/powder/color_palettes/thunder","water":"wynn/powder/color_palettes/water"}}]}
|
1
assets/minecraft/equipment/chainmail.json
Normal file
1
assets/minecraft/equipment/chainmail.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"humanoid":[{"texture":"chainmail"}],"humanoid_leggings":[{"texture":"chainmail"}]}}
|
1
assets/minecraft/equipment/diamond.json
Normal file
1
assets/minecraft/equipment/diamond.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"texture":"diamond"}],"humanoid":[{"texture":"diamond"}],"humanoid_leggings":[{"texture":"diamond"}]}}
|
1
assets/minecraft/equipment/gold.json
Normal file
1
assets/minecraft/equipment/gold.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"texture":"gold"}],"humanoid":[{"texture":"gold"}],"humanoid_leggings":[{"texture":"gold"}]}}
|
1
assets/minecraft/equipment/iron.json
Normal file
1
assets/minecraft/equipment/iron.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"texture":"iron"}],"humanoid":[{"texture":"iron"}],"humanoid_leggings":[{"texture":"iron"}]}}
|
1
assets/minecraft/equipment/leather.json
Normal file
1
assets/minecraft/equipment/leather.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid_leggings":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}]}}
|
|
@ -1 +1 @@
|
||||||
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/chat.png","ascent":8,"height":9,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000",""]}]}
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/chat.png","ascent":8,"height":9,"chars":["\u0000\u0000\u0000\u0000\u0000","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
||||||
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/default/top_right/location.png","ascent":-67,"height":10,"chars":["","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/default/top_right/compass.png","ascent":-64,"height":12,"chars":[""]}]}
|
|
|
@ -1 +1 @@
|
||||||
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/language/wynncraft.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]},{"type":"bitmap","file":"font/hud/default/center/level.png","ascent":-28,"height":10,"chars":[""]},{"type":"bitmap","file":"font/hud/default/center/display.png","ascent":-19,"chars":["","\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/default/center/hotbar.png","ascent":-4,"height":64,"chars":[""]},{"type":"bitmap","file":"font/hud/default/center/health.png","ascent":-28,"chars":["","","",""]},{"type":"bitmap","file":"font/hud/default/center/health_background.png","ascent":-17,"height":20,"chars":["","","","",""]},{"type":"bitmap","file":"font/hud/default/center/mana.png","ascent":-28,"chars":[""]},{"type":"bitmap","file":"font/hud/default/center/mana_background.png","ascent":-17,"height":20,"chars":[""]},{"type":"bitmap","file":"font/hud/default/center/meter.png","ascent":-19,"height":27,"chars":["\u0000\u0000\u0000\u0000","","","\u0000\u0000\u0000\u0000\u0000","","","\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/default/center/sprint.png","ascent":-19,"height":27,"chars":[""]},{"type":"bitmap","file":"font/hud/default/center/breath.png","ascent":-19,"height":27,"chars":[""]},{"type":"bitmap","file":"font/hud/default/center/spell.png","ascent":12,"height":16,"chars":[""]},{"type":"bitmap","file":"font/hud/default/center/special.png","ascent":-54,"height":32,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","","","","",""]}]}
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/language/wynncraft.png","ascent":7,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/level.png","ascent":-28,"height":10,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/display.png","ascent":-19,"chars":["","\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/hotbar.png","ascent":-4,"height":64,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/health.png","ascent":-28,"chars":["","","",""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/health_background.png","ascent":-17,"height":20,"chars":["","","","",""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/mana.png","ascent":-28,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/mana_background.png","ascent":-17,"height":20,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/meter.png","ascent":-19,"height":27,"chars":["\u0000\u0000\u0000\u0000","","","\u0000\u0000\u0000\u0000\u0000","","","\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/sprint.png","ascent":-19,"height":27,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/breath.png","ascent":-19,"height":27,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/spell.png","ascent":12,"height":16,"chars":[""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/special.png","ascent":-54,"height":32,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","","","","",""]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/gameplay/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/gameplay/default/top_right/location.png","ascent":-67,"height":10,"chars":["","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]},{"type":"bitmap","file":"font/hud/gameplay/default/top_right/compass.png","ascent":-64,"height":12,"chars":[""]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/language/wynncraft.png","ascent":-48,"chars":["\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"," !\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ","\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»","░▒▓│┤╡╢╖╕╣║╗╝╜╛┐","└┴┬├─┼╞╟╚╔╩╦╠═╬╧","╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000","≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/control.png","ascent":-45,"height":16,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/select.png","ascent":2,"height":32,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/class.png","ascent":16,"height":64,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/class.png","ascent":0,"height":32,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/scene.png","ascent":16,"height":64,"chars":["",""]},{"type":"bitmap","file":"font/hud/selector/default/bottom_middle/scene.png","ascent":0,"height":32,"chars":["",""]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_left/archetype.png","ascent":-24,"height":21,"chars":["","","","",""]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-35,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-26,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_left/archetype.png","ascent":-56,"height":21,"chars":["","","","",""]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-67,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-58,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_left/archetype.png","ascent":-88,"height":21,"chars":["","","","",""]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-99,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_left/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-90,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/center_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_right/wynncraft_outline_condensed.png","ascent":-10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789\u0000"]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_archer.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_assassin.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_mage.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_shaman.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_warrior.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_hunter.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_ninja.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_dark_wizard.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_skyseer.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_knight.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_archer_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_assassin_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_mage_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_shaman_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/card_warrior_create.png","ascent":0,"height":192,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/gamemode.png","ascent":-118,"height":20,"chars":["",""]},{"type":"bitmap","file":"font/hud/gameplay/default/bottom_middle/level.png","ascent":-10,"height":10,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/progress.png","ascent":-105,"chars":[""]},{"type":"bitmap","file":"font/hud/selector/default/center_right/completion.png","ascent":-96,"chars":[""]}]}
|
1
assets/minecraft/font/hud/selector/default/top_left.json
Normal file
1
assets/minecraft/font/hud/selector/default/top_left.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/top_left/wynncraft.png","ascent":-64,"height":96,"chars":["","\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/top_middle/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/center_right/wynncraft_outline_condensed.png","ascent":-72,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-72,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-81,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-90,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-99,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/hud/selector/default/top_right/marker.png","ascent":-2048,"height":256,"chars":["\u0001"]},{"type":"bitmap","file":"font/hud/selector/default/top_right/wynncraft_condensed.png","ascent":-72,"height":10,"chars":["ABCDEFGHIJKLMNOP","QRSTUVWXYZ01234_","abcdefghijklmnop","qrstuvwxyz56789+",".,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -1 +1 @@
|
||||||
{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/interface/ability_tree/ability.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/ability_tree/reset.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/ability_tree/aspects.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_info/character_info.png","ascent":23,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/content_book/content_book.png","ascent":12,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/mastery_tome/mastery_tome.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/shop/shop.png","ascent":18,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/start.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/boon.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/mission.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/treasure.png","ascent":60,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/start_normal.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/start_guild.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/treasure_preview.png","ascent":101,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/treasure_reward.png","ascent":101,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/bank/bank.png","ascent":26,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/filter.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/list.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/order.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/overview.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/sell.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/buy.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/blacksmith/sell.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/blacksmith/repair.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/item_identifier/identify.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/item_identifier/augment.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/infuse.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/remove.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/upgrade.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/rekindled/beta.png","ascent":64,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/rekindled/release.png","ascent":64,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/bank/title.png","ascent":32,"height":32,"chars":["","","","","",""]}]}
|
{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/interface/ability_tree/ability.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/ability_tree/reset.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/ability_tree/aspects.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_info/character_info.png","ascent":23,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/content_book/content_book.png","ascent":12,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/mastery_tome/mastery_tome.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/shop/shop.png","ascent":18,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/start.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/boon.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/mission.png","ascent":21,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/lootrun/treasure.png","ascent":60,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/start_normal.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/start_guild.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/treasure_preview.png","ascent":101,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/raid/treasure_reward.png","ascent":101,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/bank/bank.png","ascent":26,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/filter.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/list.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/order.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/overview.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/sell.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/trade_market/buy.png","ascent":47,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/blacksmith/sell.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/blacksmith/repair.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/item_identifier/identify.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/item_identifier/augment.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/infuse.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/remove.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/powder_master/upgrade.png","ascent":17,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/rekindled/beta.png","ascent":64,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/rekindled/release.png","ascent":64,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/select.png","ascent":42,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/customize.png","ascent":35,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/cancel.png","ascent":20,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/backups.png","ascent":41,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/icon.png","ascent":45,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/delete.png","ascent":41,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/create.png","ascent":20,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/character_select/gamemode.png","ascent":41,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/bank/title.png","ascent":32,"height":32,"chars":["","","","","",""]},{"type":"bitmap","file":"font/interface/lootrun/title.png","ascent":48,"height":48,"chars":["","","","",""]},{"type":"bitmap","file":"font/interface/raid/title.png","ascent":48,"height":48,"chars":["","","",""]}]}
|
1
assets/minecraft/font/offset/five/-8.json
Normal file
1
assets/minecraft/font/offset/five/-8.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/distance.png","ascent":-8,"height":40,"chars":[""]},{"type":"bitmap","file":"font/offset/five.png","ascent":-8,"height":40,"chars":["\u0000!\"#$%&'()*+,-./","0123456789:;<=>?","@ABCDEFGHIJKLMNO","PQRSTUVWXYZ[\\]^_","`abcdefghijklmno","pqrstuvwxyz{|}~\u0000"]}]}
|
|
@ -1 +1 @@
|
||||||
{"providers":[{"type":"bitmap","file":"font/overlay/pause.png","ascent":189,"height":256,"chars":[""]}]}
|
{"providers":[{"type":"bitmap","file":"font/overlay/pause.png","ascent":93,"height":256,"chars":[""]}]}
|
|
@ -1 +1 @@
|
||||||
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{"":-1025}},{"type":"bitmap","file":"font/screen/flash.png","ascent":1024,"height":2048,"chars":[""]},{"type":"bitmap","file":"font/screen/trans.png","ascent":1024,"height":2048,"chars":[""]},{"type":"bitmap","file":"font/screen/death.png","ascent":24,"height":64,"chars":[""]},{"type":"bitmap","file":"font/screen/warp.png","ascent":24,"height":64,"chars":[""]},{"type":"bitmap","file":"font/screen/wynncraft.png","ascent":48,"height":64,"chars":["","\u0000\u0000"]}]}
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{"":-1025}},{"type":"bitmap","file":"font/screen/flash.png","ascent":1024,"height":2048,"chars":[""]},{"type":"bitmap","file":"font/screen/trans.png","ascent":1024,"height":2048,"chars":[""]},{"type":"bitmap","file":"font/screen/death.png","ascent":24,"height":64,"chars":[""]},{"type":"bitmap","file":"font/screen/warp.png","ascent":24,"height":64,"chars":[""]},{"type":"bitmap","file":"font/screen/wynncraft.png","ascent":48,"height":64,"chars":["","\u0000\u0000"]},{"type":"bitmap","file":"font/screen/load.png","ascent":16,"height":32,"chars":[""]}]}
|
|
@ -1 +1 @@
|
||||||
{"providers":[{"type":"reference","id":"default","filter":{"uniform":true}}]}
|
{"providers":[{"type":"reference","id":"include/space"},{"type":"reference","id":"default"}]}
|
1
assets/minecraft/items/bow.json
Normal file
1
assets/minecraft/items/bow.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_wood"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_gold"},"threshold":0.0026},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_a"},"threshold":0.0052},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_b"},"threshold":0.0078},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_earth_c"},"threshold":0.0104},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_a"},"threshold":0.013},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_b"},"threshold":0.0156},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_thunder_c"},"threshold":0.0182},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_a"},"threshold":0.0208},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_b"},"threshold":0.0234},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_fire_c"},"threshold":0.026},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_a"},"threshold":0.0286},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_b"},"threshold":0.0312},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_air_c"},"threshold":0.0338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_a"},"threshold":0.0364},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_b"},"threshold":0.039},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_water_c"},"threshold":0.0416},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_a"},"threshold":0.0442},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_b"},"threshold":0.0468},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_multi_c"},"threshold":0.0494},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/archer/bow_basic_wood"},"threshold":0.052},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0546}]}}
|
1
assets/minecraft/items/brick_slab.json
Normal file
1
assets/minecraft/items/brick_slab.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dirt_half_slab"}}
|
1
assets/minecraft/items/daylight_detector.json
Normal file
1
assets/minecraft/items/daylight_detector.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/closed_book"}}
|
1
assets/minecraft/items/diamond_axe.json
Normal file
1
assets/minecraft/items/diamond_axe.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/diamond_hoe.json
Normal file
1
assets/minecraft/items/diamond_hoe.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/diamond_pickaxe.json
Normal file
1
assets/minecraft/items/diamond_pickaxe.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/diamond_shovel.json
Normal file
1
assets/minecraft/items/diamond_shovel.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/diamond_sword.json
Normal file
1
assets/minecraft/items/diamond_sword.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/flint_and_steel.json
Normal file
1
assets/minecraft/items/flint_and_steel.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/golden_axe.json
Normal file
1
assets/minecraft/items/golden_axe.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/golden_axe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.03125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_green"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_yellow"},"threshold":0.40625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/button/note_gray"},"threshold":0.4375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/store/silverbull_emblem"},"threshold":0.46875},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.5}]}}
|
1
assets/minecraft/items/golden_pickaxe.json
Normal file
1
assets/minecraft/items/golden_pickaxe.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/golden_pickaxe"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.03125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/yellow"},"threshold":0.09375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/blue"},"threshold":0.125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/purple"},"threshold":0.15625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/gray"},"threshold":0.1875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/orange"},"threshold":0.21875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/red"},"threshold":0.25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/dark_gray"},"threshold":0.28125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/white"},"threshold":0.3125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/cyan"},"threshold":0.34375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/rainbow"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.40625}]}}
|
1
assets/minecraft/items/golden_shovel.json
Normal file
1
assets/minecraft/items/golden_shovel.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/golden_shovel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.03125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.0625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/equipment_slot"},"threshold":0.09375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/main"},"threshold":0.125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/item_slot"},"threshold":0.15625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/material_slot"},"threshold":0.1875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/arrow_up"},"threshold":0.21875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/arrow_down"},"threshold":0.25},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/row"},"threshold":0.28125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.3125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/crafting/column_offset"},"threshold":0.34375},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.40625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/arrow_left_default"},"threshold":0.4375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/arrow_right_default"},"threshold":0.46875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/arrow_right_red"},"threshold":0.5},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_gray"},"threshold":0.53125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_red"},"threshold":0.5625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_yellow"},"threshold":0.59375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/check_green"},"threshold":0.625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/refresh_yellow"},"threshold":0.65625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/legacy/plus_green"},"threshold":0.6875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/trade_icon"},"threshold":0.71875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/pink"},"threshold":0.75},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/gui/beacon/green"},"threshold":0.78125},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.8125}]}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_chiseled_stone_bricks"}}
|
1
assets/minecraft/items/infested_cobblestone.json
Normal file
1
assets/minecraft/items/infested_cobblestone.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_cobblestone"}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_cracked_stone_bricks"}}
|
1
assets/minecraft/items/infested_mossy_stone_bricks.json
Normal file
1
assets/minecraft/items/infested_mossy_stone_bricks.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_mossy_stone_bricks"}}
|
1
assets/minecraft/items/infested_stone.json
Normal file
1
assets/minecraft/items/infested_stone.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_stone"}}
|
1
assets/minecraft/items/infested_stone_bricks.json
Normal file
1
assets/minecraft/items/infested_stone_bricks.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:block/variants/dark_stone_bricks"}}
|
1
assets/minecraft/items/iron_horse_armor.json
Normal file
1
assets/minecraft/items/iron_horse_armor.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/iron_shovel.json
Normal file
1
assets/minecraft/items/iron_shovel.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_basic_wood"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_basic_gold"},"threshold":0.004},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_a"},"threshold":0.008},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_b"},"threshold":0.012},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_earth_c"},"threshold":0.016},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_a"},"threshold":0.02},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_b"},"threshold":0.024},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_thunder_c"},"threshold":0.028},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_a"},"threshold":0.032},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_b"},"threshold":0.036},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_fire_c"},"threshold":0.04},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_a"},"threshold":0.044},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_b"},"threshold":0.048},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_air_c"},"threshold":0.052},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_a"},"threshold":0.056},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_b"},"threshold":0.06},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_water_c"},"threshold":0.064},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_a"},"threshold":0.068},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_b"},"threshold":0.072},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/warrior/spear_multi_c"},"threshold":0.076},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.08}]}}
|
1
assets/minecraft/items/paper.json
Normal file
1
assets/minecraft/items/paper.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/player_head.json
Normal file
1
assets/minecraft/items/player_head.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:custom_model_data","index":0,"fallback":{"type":"minecraft:special","base":"minecraft:item/template_skull","model":{"type":"minecraft:head","kind":"player"}},"entries":[{"model":{"type":"minecraft:special","base":"minecraft:item/wynn/gui/raid/head","model":{"type":"minecraft:head","kind":"player"}},"threshold":1}]}}
|
1
assets/minecraft/items/potion.json
Normal file
1
assets/minecraft/items/potion.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/shears.json
Normal file
1
assets/minecraft/items/shears.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_wood"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_gold"},"threshold":0.0042},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_a"},"threshold":0.0084},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_b"},"threshold":0.0126},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_earth_c"},"threshold":0.0168},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_a"},"threshold":0.021},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_b"},"threshold":0.02521},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_thunder_c"},"threshold":0.02941},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_a"},"threshold":0.03361},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_b"},"threshold":0.03781},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_fire_c"},"threshold":0.04201},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_a"},"threshold":0.04621},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_b"},"threshold":0.05042},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_air_c"},"threshold":0.05462},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_a"},"threshold":0.05882},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_b"},"threshold":0.06302},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_water_c"},"threshold":0.06722},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_a"},"threshold":0.07142},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_b"},"threshold":0.07563},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_multi_c"},"threshold":0.07983},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/assassin/dagger_basic_wood"},"threshold":0.08403},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.08823}]}}
|
1
assets/minecraft/items/snow.json
Normal file
1
assets/minecraft/items/snow.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:model","model":"minecraft:item/snow"}}
|
1
assets/minecraft/items/stone_axe.json
Normal file
1
assets/minecraft/items/stone_axe.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/minecraft/items/stone_shovel.json
Normal file
1
assets/minecraft/items/stone_shovel.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/stone_shovel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/common"},"threshold":0.0075},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/rare"},"threshold":0.015},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/set"},"threshold":0.0225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/legendary"},"threshold":0.03},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/fabled"},"threshold":0.0375},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/loot/mythic"},"threshold":0.045},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_basic_wooden"},"threshold":0.0525},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_basic_gold"},"threshold":0.06},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_a"},"threshold":0.0675},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_b"},"threshold":0.075},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_earth_c"},"threshold":0.0825},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_a"},"threshold":0.09},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_b"},"threshold":0.0975},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_thunder_c"},"threshold":0.105},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_a"},"threshold":0.1125},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_b"},"threshold":0.12},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_fire_c"},"threshold":0.1275},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_a"},"threshold":0.135},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_b"},"threshold":0.1425},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_air_c"},"threshold":0.15},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_a"},"threshold":0.1575},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_b"},"threshold":0.165},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_water_c"},"threshold":0.1725},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_a"},"threshold":0.18},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_b"},"threshold":0.1875},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/shaman/relik_multi_c"},"threshold":0.195},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/mob_totem"},"threshold":0.2025},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/totem_0"},"threshold":0.21},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/spell/totem_1"},"threshold":0.2175},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/dungeon/key_broken"},"threshold":0.225},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/az"},"threshold":0.2325},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/ek"},"threshold":0.24},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/nii"},"threshold":0.2475},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/tol"},"threshold":0.255},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/rune/uth"},"threshold":0.2625},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/shield"},"threshold":0.27},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.2775}]}}
|
1
assets/minecraft/items/wooden_shovel.json
Normal file
1
assets/minecraft/items/wooden_shovel.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"model":{"type":"minecraft:range_dispatch","property":"minecraft:damage","fallback":{"type":"minecraft:model","model":"minecraft:item/wooden_shovel"},"entries":[{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_basic_gold"},"threshold":0.0169},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_a"},"threshold":0.0338},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_b"},"threshold":0.0507},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_earth_c"},"threshold":0.0676},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_a"},"threshold":0.0845},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_b"},"threshold":0.1014},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_thunder_c"},"threshold":0.1183},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_a"},"threshold":0.1352},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_b"},"threshold":0.1521},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_fire_c"},"threshold":0.169},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_a"},"threshold":0.1859},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_b"},"threshold":0.2028},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_air_c"},"threshold":0.2197},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_a"},"threshold":0.2366},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_b"},"threshold":0.2535},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_water_c"},"threshold":0.2704},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_a"},"threshold":0.2873},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_b"},"threshold":0.3042},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_multi_c"},"threshold":0.3211},{"model":{"type":"minecraft:model","model":"minecraft:item/wynn/weapon/mage/wand_basic_diamond"},"threshold":0.338},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.3549}]}}
|
|
@ -1 +1 @@
|
||||||
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","chat.tag.error":"","chat.tag.modified":"","chat.tag.not_secure":"","chat.tag.system":"","chat.tag.system_single_player":"","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.returnToMenu":"Disconnect","menu.disconnect":"Disconnect","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
|
@ -1 +1 @@
|
||||||
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","chat.tag.error":"","chat.tag.modified":"","chat.tag.not_secure":"","chat.tag.system":"","chat.tag.system_single_player":"","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.returnToMenu":"Disconnect","menu.disconnect":"Disconnect","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
|
@ -1 +1 @@
|
||||||
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","chat.tag.error":"","chat.tag.modified":"","chat.tag.not_secure":"","chat.tag.system":"","chat.tag.system_single_player":"","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.returnToMenu":"Disconnect","menu.disconnect":"Disconnect","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
|
@ -1 +1 @@
|
||||||
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","chat.tag.error":"","chat.tag.modified":"","chat.tag.not_secure":"","chat.tag.system":"","chat.tag.system_single_player":"","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.returnToMenu":"Disconnect","menu.disconnect":"Disconnect","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
|
@ -1 +1 @@
|
||||||
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","chat.tag.error":"","chat.tag.modified":"","chat.tag.not_secure":"","chat.tag.system":"","chat.tag.system_single_player":"","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.returnToMenu":"Disconnect","menu.disconnect":"Disconnect","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
{"advancements.empty":"Territory Map refreshed. Reopen to view.","advancements.sad_label":"","advancements.toast.challenge":"§bGuild Notification","advancements.toast.goal":"§aFriend Notification","advancements.toast.task":"Notification","attribute.name.generic.attack_damage":"","attribute.name.generic.attack_knockback":"","attribute.name.generic.attack_speed":"","block.minecraft.infested_chiseled_stone_bricks":"Dark Chiseled Stone Bricks","block.minecraft.infested_cobblestone":"Dark Cobblestone","block.minecraft.infested_cracked_stone_bricks":"Dark Cracked Stone Bricks","block.minecraft.infested_mossy_stone_bricks":"Dark Mossy Stone Bricks","block.minecraft.infested_stone":"Dark Stone","block.minecraft.infested_stone_bricks":"Dark Stone Bricks","block.minecraft.purpur_block":"Sky Wood","block.minecraft.purpur_pillar":"Sky Log","block.minecraft.purpur_slab":"Sky Slab","block.minecraft.purpur_stairs":"Sky Stairs","container.crafting":"","container.inventory":"","effect.minecraft.haste":"Attack Speed","effect.minecraft.mining_fatigue":"Attack Speed","effect.none":"","enchantment.level.1":"","enchantment.level.2":"","enchantment.level.3":"","enchantment.level.4":"","enchantment.level.5":"","enchantment.level.6":"","enchantment.level.7":"","enchantment.level.8":"","enchantment.level.9":"","enchantment.level.10":"","enchantment.minecraft.unbreaking":"","gui.advancements":"Territory Map","item.modifiers.mainhand":"","item.modifiers.offhand":"","item.unbreakable":"","menu.game":"","menu.returnToGame":"Return to Wynncraft","menu.shareToLan":"§aWynncraft.com","mount.onboard":"","soundCategory.music":"§cMinecraft Music","soundCategory.record":"§aWynncraft Music"}
|
1
assets/minecraft/models/equipment/chainmail.json
Normal file
1
assets/minecraft/models/equipment/chainmail.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"humanoid":[{"texture":"chainmail"}],"humanoid_leggings":[{"texture":"chainmail"}]}}
|
1
assets/minecraft/models/equipment/diamond.json
Normal file
1
assets/minecraft/models/equipment/diamond.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"texture":"diamond"}],"humanoid":[{"texture":"diamond"}],"humanoid_leggings":[{"texture":"diamond"}]}}
|
1
assets/minecraft/models/equipment/gold.json
Normal file
1
assets/minecraft/models/equipment/gold.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"texture":"gold"}],"humanoid":[{"texture":"gold"}],"humanoid_leggings":[{"texture":"gold"}]}}
|
1
assets/minecraft/models/equipment/iron.json
Normal file
1
assets/minecraft/models/equipment/iron.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"texture":"iron"}],"humanoid":[{"texture":"iron"}],"humanoid_leggings":[{"texture":"iron"}]}}
|
1
assets/minecraft/models/equipment/leather.json
Normal file
1
assets/minecraft/models/equipment/leather.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"layers":{"horse_body":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}],"humanoid_leggings":[{"dyeable":{"color_when_undyed":-6265536},"texture":"leather"}]}}
|
|
@ -1 +1 @@
|
||||||
{"parent":"item/wynn/weapon/archer/bow_basic_wood","overrides":[{"predicate":{"damage":0.0026},"model":"item/wynn/weapon/archer/bow_basic_gold"},{"predicate":{"damage":0.0052},"model":"item/wynn/weapon/archer/bow_earth_a"},{"predicate":{"damage":0.0078},"model":"item/wynn/weapon/archer/bow_earth_b"},{"predicate":{"damage":0.0104},"model":"item/wynn/weapon/archer/bow_earth_c"},{"predicate":{"damage":0.013},"model":"item/wynn/weapon/archer/bow_thunder_a"},{"predicate":{"damage":0.0156},"model":"item/wynn/weapon/archer/bow_thunder_b"},{"predicate":{"damage":0.0182},"model":"item/wynn/weapon/archer/bow_thunder_c"},{"predicate":{"damage":0.0208},"model":"item/wynn/weapon/archer/bow_fire_a"},{"predicate":{"damage":0.0234},"model":"item/wynn/weapon/archer/bow_fire_b"},{"predicate":{"damage":0.026},"model":"item/wynn/weapon/archer/bow_fire_c"},{"predicate":{"damage":0.0286},"model":"item/wynn/weapon/archer/bow_air_a"},{"predicate":{"damage":0.0312},"model":"item/wynn/weapon/archer/bow_air_b"},{"predicate":{"damage":0.0338},"model":"item/wynn/weapon/archer/bow_air_c"},{"predicate":{"damage":0.0364},"model":"item/wynn/weapon/archer/bow_water_a"},{"predicate":{"damage":0.039},"model":"item/wynn/weapon/archer/bow_water_b"},{"predicate":{"damage":0.0416},"model":"item/wynn/weapon/archer/bow_water_c"},{"predicate":{"damage":0.0442},"model":"item/wynn/weapon/archer/bow_multi_a"},{"predicate":{"damage":0.0468},"model":"item/wynn/weapon/archer/bow_multi_b"},{"predicate":{"damage":0.0494},"model":"item/wynn/weapon/archer/bow_multi_c"},{"predicate":{"damage":0.052},"model":"item/wynn/weapon/archer/bow_basic_wood"},{"predicate":{"damaged":1},"model":"item/barrier"}]}
|
{"parent":"item/wynn/weapon/archer/bow_basic_wood","overrides":[{"predicate":{"damage":0.0026},"model":"item/wynn/weapon/archer/bow_basic_gold"},{"predicate":{"damage":0.0052},"model":"item/wynn/weapon/archer/bow_earth_a"},{"predicate":{"damage":0.0078},"model":"item/wynn/weapon/archer/bow_earth_b"},{"predicate":{"damage":0.0104},"model":"item/wynn/weapon/archer/bow_earth_c"},{"predicate":{"damage":0.013},"model":"item/wynn/weapon/archer/bow_thunder_a"},{"predicate":{"damage":0.0156},"model":"item/wynn/weapon/archer/bow_thunder_b"},{"predicate":{"damage":0.0182},"model":"item/wynn/weapon/archer/bow_thunder_c"},{"predicate":{"damage":0.0208},"model":"item/wynn/weapon/archer/bow_fire_a"},{"predicate":{"damage":0.0234},"model":"item/wynn/weapon/archer/bow_fire_b"},{"predicate":{"damage":0.026},"model":"item/wynn/weapon/archer/bow_fire_c"},{"predicate":{"damage":0.0286},"model":"item/wynn/weapon/archer/bow_air_a"},{"predicate":{"damage":0.0312},"model":"item/wynn/weapon/archer/bow_air_b"},{"predicate":{"damage":0.0338},"model":"item/wynn/weapon/archer/bow_air_c"},{"predicate":{"damage":0.0364},"model":"item/wynn/weapon/archer/bow_water_a"},{"predicate":{"damage":0.039},"model":"item/wynn/weapon/archer/bow_water_b"},{"predicate":{"damage":0.0416},"model":"item/wynn/weapon/archer/bow_water_c"},{"predicate":{"damage":0.0442},"model":"item/wynn/weapon/archer/bow_multi_a"},{"predicate":{"damage":0.0468},"model":"item/wynn/weapon/archer/bow_multi_b"},{"predicate":{"damage":0.0494},"model":"item/wynn/weapon/archer/bow_multi_c"},{"predicate":{"damage":0.052},"model":"item/wynn/weapon/archer/bow_basic_wood"},{"predicate":{"damage":0.0546},"model":"item/barrier"}]}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"parent":"item/generated","textures":{"layer0":"item/flint_and_steel"},"overrides":[{"predicate":{"damage":0.015625},"model":"item/wynn/accessory/ring/ring_base_a"},{"predicate":{"damage":0.03125},"model":"item/wynn/accessory/ring/ring_base_b"},{"predicate":{"damage":0.046875},"model":"item/wynn/accessory/ring/ring_earth_a"},{"predicate":{"damage":0.0625},"model":"item/wynn/accessory/ring/ring_earth_b"},{"predicate":{"damage":0.078125},"model":"item/wynn/accessory/ring/ring_thunder_a"},{"predicate":{"damage":0.09375},"model":"item/wynn/accessory/ring/ring_thunder_b"},{"predicate":{"damage":0.109375},"model":"item/wynn/accessory/ring/ring_fire_a"},{"predicate":{"damage":0.125},"model":"item/wynn/accessory/ring/ring_fire_b"},{"predicate":{"damage":0.140625},"model":"item/wynn/accessory/ring/ring_air_a"},{"predicate":{"damage":0.15625},"model":"item/wynn/accessory/ring/ring_air_b"},{"predicate":{"damage":0.171875},"model":"item/wynn/accessory/ring/ring_water_a"},{"predicate":{"damage":0.1875},"model":"item/wynn/accessory/ring/ring_water_b"},{"predicate":{"damage":0.203125},"model":"item/wynn/accessory/ring/ring_multi_a"},{"predicate":{"damage":0.21875},"model":"item/wynn/accessory/ring/ring_multi_b"},{"predicate":{"damage":0.234375},"model":"item/wynn/accessory/ring/ring_special_a"},{"predicate":{"damage":0.25},"model":"item/wynn/accessory/ring/ring_special_b"},{"predicate":{"damage":0.265625},"model":"item/wynn/accessory/ring/ring_special_c"},{"predicate":{"damage":0.28125},"model":"item/wynn/accessory/necklace/necklace_base_a"},{"predicate":{"damage":0.296875},"model":"item/wynn/accessory/necklace/necklace_base_b"},{"predicate":{"damage":0.3125},"model":"item/wynn/accessory/necklace/necklace_earth_a"},{"predicate":{"damage":0.328125},"model":"item/wynn/accessory/necklace/necklace_earth_b"},{"predicate":{"damage":0.34375},"model":"item/wynn/accessory/necklace/necklace_thunder_a"},{"predicate":{"damage":0.359375},"model":"item/wynn/accessory/necklace/necklace_thunder_b"},{"predicate":{"damage":0.375},"model":"item/wynn/accessory/necklace/necklace_fire_a"},{"predicate":{"damage":0.390625},"model":"item/wynn/accessory/necklace/necklace_fire_b"},{"predicate":{"damage":0.40625},"model":"item/wynn/accessory/necklace/necklace_air_a"},{"predicate":{"damage":0.421875},"model":"item/wynn/accessory/necklace/necklace_air_b"},{"predicate":{"damage":0.4375},"model":"item/wynn/accessory/necklace/necklace_water_a"},{"predicate":{"damage":0.453125},"model":"item/wynn/accessory/necklace/necklace_water_b"},{"predicate":{"damage":0.46875},"model":"item/wynn/accessory/necklace/necklace_multi_a"},{"predicate":{"damage":0.484375},"model":"item/wynn/accessory/necklace/necklace_multi_b"},{"predicate":{"damage":0.5},"model":"item/wynn/accessory/necklace/necklace_special_a"},{"predicate":{"damage":0.515625},"model":"item/wynn/accessory/necklace/necklace_special_b"},{"predicate":{"damage":0.53125},"model":"item/wynn/accessory/necklace/necklace_special_c"},{"predicate":{"damage":0.546875},"model":"item/wynn/accessory/bracelet/bracelet_base_a"},{"predicate":{"damage":0.5625},"model":"item/wynn/accessory/bracelet/bracelet_base_b"},{"predicate":{"damage":0.578125},"model":"item/wynn/accessory/bracelet/bracelet_earth_a"},{"predicate":{"damage":0.59375},"model":"item/wynn/accessory/bracelet/bracelet_earth_b"},{"predicate":{"damage":0.609375},"model":"item/wynn/accessory/bracelet/bracelet_thunder_a"},{"predicate":{"damage":0.625},"model":"item/wynn/accessory/bracelet/bracelet_thunder_b"},{"predicate":{"damage":0.640625},"model":"item/wynn/accessory/bracelet/bracelet_fire_a"},{"predicate":{"damage":0.65625},"model":"item/wynn/accessory/bracelet/bracelet_fire_b"},{"predicate":{"damage":0.671875},"model":"item/wynn/accessory/bracelet/bracelet_air_a"},{"predicate":{"damage":0.6875},"model":"item/wynn/accessory/bracelet/bracelet_air_b"},{"predicate":{"damage":0.703125},"model":"item/wynn/accessory/bracelet/bracelet_water_a"},{"predicate":{"damage":0.71875},"model":"item/wynn/accessory/bracelet/bracelet_water_b"},{"predicate":{"damage":0.734375},"model":"item/wynn/accessory/bracelet/bracelet_multi_a"},{"predicate":{"damage":0.75},"model":"item/wynn/accessory/bracelet/bracelet_multi_b"},{"predicate":{"damage":0.765625},"model":"item/barrier"},{"predicate":{"damaged":1},"model":"item/barrier"}]}
|
{"parent":"item/generated","textures":{"layer0":"item/flint_and_steel"},"overrides":[{"predicate":{"damage":0.015625},"model":"item/wynn/accessory/ring/ring_base_a"},{"predicate":{"damage":0.03125},"model":"item/wynn/accessory/ring/ring_base_b"},{"predicate":{"damage":0.046875},"model":"item/wynn/accessory/ring/ring_earth_a"},{"predicate":{"damage":0.0625},"model":"item/wynn/accessory/ring/ring_earth_b"},{"predicate":{"damage":0.078125},"model":"item/wynn/accessory/ring/ring_thunder_a"},{"predicate":{"damage":0.09375},"model":"item/wynn/accessory/ring/ring_thunder_b"},{"predicate":{"damage":0.109375},"model":"item/wynn/accessory/ring/ring_fire_a"},{"predicate":{"damage":0.125},"model":"item/wynn/accessory/ring/ring_fire_b"},{"predicate":{"damage":0.140625},"model":"item/wynn/accessory/ring/ring_air_a"},{"predicate":{"damage":0.15625},"model":"item/wynn/accessory/ring/ring_air_b"},{"predicate":{"damage":0.171875},"model":"item/wynn/accessory/ring/ring_water_a"},{"predicate":{"damage":0.1875},"model":"item/wynn/accessory/ring/ring_water_b"},{"predicate":{"damage":0.203125},"model":"item/wynn/accessory/ring/ring_multi_a"},{"predicate":{"damage":0.21875},"model":"item/wynn/accessory/ring/ring_multi_b"},{"predicate":{"damage":0.234375},"model":"item/wynn/accessory/ring/ring_special_a"},{"predicate":{"damage":0.25},"model":"item/wynn/accessory/ring/ring_special_b"},{"predicate":{"damage":0.265625},"model":"item/wynn/accessory/ring/ring_special_c"},{"predicate":{"damage":0.28125},"model":"item/wynn/accessory/necklace/necklace_base_a"},{"predicate":{"damage":0.296875},"model":"item/wynn/accessory/necklace/necklace_base_b"},{"predicate":{"damage":0.3125},"model":"item/wynn/accessory/necklace/necklace_earth_a"},{"predicate":{"damage":0.328125},"model":"item/wynn/accessory/necklace/necklace_earth_b"},{"predicate":{"damage":0.34375},"model":"item/wynn/accessory/necklace/necklace_thunder_a"},{"predicate":{"damage":0.359375},"model":"item/wynn/accessory/necklace/necklace_thunder_b"},{"predicate":{"damage":0.375},"model":"item/wynn/accessory/necklace/necklace_fire_a"},{"predicate":{"damage":0.390625},"model":"item/wynn/accessory/necklace/necklace_fire_b"},{"predicate":{"damage":0.40625},"model":"item/wynn/accessory/necklace/necklace_air_a"},{"predicate":{"damage":0.421875},"model":"item/wynn/accessory/necklace/necklace_air_b"},{"predicate":{"damage":0.4375},"model":"item/wynn/accessory/necklace/necklace_water_a"},{"predicate":{"damage":0.453125},"model":"item/wynn/accessory/necklace/necklace_water_b"},{"predicate":{"damage":0.46875},"model":"item/wynn/accessory/necklace/necklace_multi_a"},{"predicate":{"damage":0.484375},"model":"item/wynn/accessory/necklace/necklace_multi_b"},{"predicate":{"damage":0.5},"model":"item/wynn/accessory/necklace/necklace_special_a"},{"predicate":{"damage":0.515625},"model":"item/wynn/accessory/necklace/necklace_special_b"},{"predicate":{"damage":0.53125},"model":"item/wynn/accessory/necklace/necklace_special_c"},{"predicate":{"damage":0.546875},"model":"item/wynn/accessory/bracelet/bracelet_base_a"},{"predicate":{"damage":0.5625},"model":"item/wynn/accessory/bracelet/bracelet_base_b"},{"predicate":{"damage":0.578125},"model":"item/wynn/accessory/bracelet/bracelet_earth_a"},{"predicate":{"damage":0.59375},"model":"item/wynn/accessory/bracelet/bracelet_earth_b"},{"predicate":{"damage":0.609375},"model":"item/wynn/accessory/bracelet/bracelet_thunder_a"},{"predicate":{"damage":0.625},"model":"item/wynn/accessory/bracelet/bracelet_thunder_b"},{"predicate":{"damage":0.640625},"model":"item/wynn/accessory/bracelet/bracelet_fire_a"},{"predicate":{"damage":0.65625},"model":"item/wynn/accessory/bracelet/bracelet_fire_b"},{"predicate":{"damage":0.671875},"model":"item/wynn/accessory/bracelet/bracelet_air_a"},{"predicate":{"damage":0.6875},"model":"item/wynn/accessory/bracelet/bracelet_air_b"},{"predicate":{"damage":0.703125},"model":"item/wynn/accessory/bracelet/bracelet_water_a"},{"predicate":{"damage":0.71875},"model":"item/wynn/accessory/bracelet/bracelet_water_b"},{"predicate":{"damage":0.734375},"model":"item/wynn/accessory/bracelet/bracelet_multi_a"},{"predicate":{"damage":0.75},"model":"item/wynn/accessory/bracelet/bracelet_multi_b"},{"predicate":{"damage":0.765625},"model":"item/barrier"}]}
|
|
@ -1 +1 @@
|
||||||
{"parent":"item/handheld","textures":{"layer0":"item/golden_axe"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.375},"model":"item/wynn/gui/jukebox/note_green"},{"predicate":{"damage":0.40625},"model":"item/wynn/gui/jukebox/note_yellow"},{"predicate":{"damage":0.4375},"model":"item/wynn/gui/jukebox/note_gray"},{"predicate":{"damage":0.46875},"model":"item/wynn/gui/store/silverbull_emblem"},{"predicate":{"damage":0.5},"model":"item/barrier"}]}
|
{"parent":"item/handheld","textures":{"layer0":"item/golden_axe"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.375},"model":"item/wynn/gui/button/note_green"},{"predicate":{"damage":0.40625},"model":"item/wynn/gui/button/note_yellow"},{"predicate":{"damage":0.4375},"model":"item/wynn/gui/button/note_gray"},{"predicate":{"damage":0.46875},"model":"item/wynn/gui/store/silverbull_emblem"},{"predicate":{"damage":0.5},"model":"item/barrier"}]}
|
|
@ -1 +1 @@
|
||||||
{"parent":"item/handheld","textures":{"layer0":"item/golden_shovel"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.0625},"model":"item/barrier"},{"predicate":{"damage":0.09375},"model":"item/wynn/gui/equipment_slot"},{"predicate":{"damage":0.125},"model":"item/wynn/gui/crafting/main"},{"predicate":{"damage":0.15625},"model":"item/wynn/gui/crafting/item_slot"},{"predicate":{"damage":0.1875},"model":"item/wynn/gui/crafting/material_slot"},{"predicate":{"damage":0.21875},"model":"item/wynn/gui/crafting/arrow_up"},{"predicate":{"damage":0.25},"model":"item/wynn/gui/crafting/arrow_down"},{"predicate":{"damage":0.28125},"model":"item/wynn/gui/row"},{"predicate":{"damage":0.3125},"model":"item/barrier"},{"predicate":{"damage":0.34375},"model":"item/wynn/gui/crafting/column_offset"},{"predicate":{"damage":0.375},"model":"item/barrier"},{"predicate":{"damage":0.40625},"model":"item/barrier"},{"predicate":{"damage":0.4375},"model":"item/wynn/gui/legacy/arrow_left_default"},{"predicate":{"damage":0.46875},"model":"item/wynn/gui/legacy/arrow_right_default"},{"predicate":{"damage":0.5},"model":"item/wynn/gui/legacy/arrow_right_red"},{"predicate":{"damage":0.53125},"model":"item/wynn/gui/legacy/check_gray"},{"predicate":{"damage":0.5625},"model":"item/wynn/gui/legacy/check_red"},{"predicate":{"damage":0.59375},"model":"item/wynn/gui/legacy/check_yellow"},{"predicate":{"damage":0.625},"model":"item/wynn/gui/legacy/check_green"},{"predicate":{"damage":0.65625},"model":"item/wynn/gui/legacy/refresh_yellow"},{"predicate":{"damage":0.6875},"model":"item/wynn/gui/legacy/plus_green"},{"predicate":{"damage":0.71875},"model":"item/wynn/gui/trade_icon"},{"predicate":{"damage":0.75},"model":"item/wynn/gui/beacon/pink"},{"predicate":{"damage":0.78125},"model":"item/wynn/gui/beacon/green"},{"predicate":{"damage":0.8125},"model":"item/barrier"}]}
|
{"parent":"item/handheld","textures":{"layer0":"item/golden_shovel"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.0625},"model":"item/barrier"},{"predicate":{"damage":0.09375},"model":"item/wynn/gui/equipment_slot"},{"predicate":{"damage":0.125},"model":"item/wynn/gui/crafting/main"},{"predicate":{"damage":0.15625},"model":"item/wynn/gui/crafting/item_slot"},{"predicate":{"damage":0.1875},"model":"item/wynn/gui/crafting/material_slot"},{"predicate":{"damage":0.21875},"model":"item/wynn/gui/crafting/arrow_up"},{"predicate":{"damage":0.25},"model":"item/wynn/gui/crafting/arrow_down"},{"predicate":{"damage":0.28125},"model":"item/wynn/gui/row"},{"predicate":{"damage":0.3125},"model":"item/barrier"},{"predicate":{"damage":0.34375},"model":"item/wynn/gui/crafting/column_offset"},{"predicate":{"damage":0.375},"model":"item/barrier"},{"predicate":{"damage":0.40625},"model":"item/barrier"},{"predicate":{"damage":0.4375},"model":"item/wynn/legacy/arrow_left_default"},{"predicate":{"damage":0.46875},"model":"item/wynn/legacy/arrow_right_default"},{"predicate":{"damage":0.5},"model":"item/wynn/legacy/arrow_right_red"},{"predicate":{"damage":0.53125},"model":"item/wynn/legacy/check_gray"},{"predicate":{"damage":0.5625},"model":"item/wynn/legacy/check_red"},{"predicate":{"damage":0.59375},"model":"item/wynn/legacy/check_yellow"},{"predicate":{"damage":0.625},"model":"item/wynn/legacy/check_green"},{"predicate":{"damage":0.65625},"model":"item/wynn/legacy/refresh_yellow"},{"predicate":{"damage":0.6875},"model":"item/wynn/legacy/plus_green"},{"predicate":{"damage":0.71875},"model":"item/wynn/gui/trade_icon"},{"predicate":{"damage":0.75},"model":"item/wynn/gui/beacon/pink"},{"predicate":{"damage":0.78125},"model":"item/wynn/gui/beacon/green"},{"predicate":{"damage":0.8125},"model":"item/barrier"}]}
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"parent":"item/wynn/weapon/warrior/spear_basic_wood","overrides":[{"predicate":{"damage":0.004},"model":"item/wynn/weapon/warrior/spear_basic_gold"},{"predicate":{"damage":0.008},"model":"item/wynn/weapon/warrior/spear_earth_a"},{"predicate":{"damage":0.012},"model":"item/wynn/weapon/warrior/spear_earth_b"},{"predicate":{"damage":0.016},"model":"item/wynn/weapon/warrior/spear_earth_c"},{"predicate":{"damage":0.02},"model":"item/wynn/weapon/warrior/spear_thunder_a"},{"predicate":{"damage":0.024},"model":"item/wynn/weapon/warrior/spear_thunder_b"},{"predicate":{"damage":0.028},"model":"item/wynn/weapon/warrior/spear_thunder_c"},{"predicate":{"damage":0.032},"model":"item/wynn/weapon/warrior/spear_fire_a"},{"predicate":{"damage":0.036},"model":"item/wynn/weapon/warrior/spear_fire_b"},{"predicate":{"damage":0.04},"model":"item/wynn/weapon/warrior/spear_fire_c"},{"predicate":{"damage":0.044},"model":"item/wynn/weapon/warrior/spear_air_a"},{"predicate":{"damage":0.048},"model":"item/wynn/weapon/warrior/spear_air_b"},{"predicate":{"damage":0.052},"model":"item/wynn/weapon/warrior/spear_air_c"},{"predicate":{"damage":0.056},"model":"item/wynn/weapon/warrior/spear_water_a"},{"predicate":{"damage":0.06},"model":"item/wynn/weapon/warrior/spear_water_b"},{"predicate":{"damage":0.064},"model":"item/wynn/weapon/warrior/spear_water_c"},{"predicate":{"damage":0.068},"model":"item/wynn/weapon/warrior/spear_multi_a"},{"predicate":{"damage":0.072},"model":"item/wynn/weapon/warrior/spear_multi_b"},{"predicate":{"damage":0.076},"model":"item/wynn/weapon/warrior/spear_multi_c"},{"predicate":{"damage":0.08},"model":"item/iron_shovel"},{"predicate":{"damaged":1},"model":"item/barrier"}]}
|
{"parent":"item/wynn/weapon/warrior/spear_basic_wood","overrides":[{"predicate":{"damage":0.004},"model":"item/wynn/weapon/warrior/spear_basic_gold"},{"predicate":{"damage":0.008},"model":"item/wynn/weapon/warrior/spear_earth_a"},{"predicate":{"damage":0.012},"model":"item/wynn/weapon/warrior/spear_earth_b"},{"predicate":{"damage":0.016},"model":"item/wynn/weapon/warrior/spear_earth_c"},{"predicate":{"damage":0.02},"model":"item/wynn/weapon/warrior/spear_thunder_a"},{"predicate":{"damage":0.024},"model":"item/wynn/weapon/warrior/spear_thunder_b"},{"predicate":{"damage":0.028},"model":"item/wynn/weapon/warrior/spear_thunder_c"},{"predicate":{"damage":0.032},"model":"item/wynn/weapon/warrior/spear_fire_a"},{"predicate":{"damage":0.036},"model":"item/wynn/weapon/warrior/spear_fire_b"},{"predicate":{"damage":0.04},"model":"item/wynn/weapon/warrior/spear_fire_c"},{"predicate":{"damage":0.044},"model":"item/wynn/weapon/warrior/spear_air_a"},{"predicate":{"damage":0.048},"model":"item/wynn/weapon/warrior/spear_air_b"},{"predicate":{"damage":0.052},"model":"item/wynn/weapon/warrior/spear_air_c"},{"predicate":{"damage":0.056},"model":"item/wynn/weapon/warrior/spear_water_a"},{"predicate":{"damage":0.06},"model":"item/wynn/weapon/warrior/spear_water_b"},{"predicate":{"damage":0.064},"model":"item/wynn/weapon/warrior/spear_water_c"},{"predicate":{"damage":0.068},"model":"item/wynn/weapon/warrior/spear_multi_a"},{"predicate":{"damage":0.072},"model":"item/wynn/weapon/warrior/spear_multi_b"},{"predicate":{"damage":0.076},"model":"item/wynn/weapon/warrior/spear_multi_c"},{"predicate":{"damage":0.08},"model":"item/barrier"}]}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"parent":"item/wynn/weapon/assassin/dagger_basic_wood","overrides":[{"predicate":{"damage":0.0042},"model":"item/wynn/weapon/assassin/dagger_basic_gold"},{"predicate":{"damage":0.0084},"model":"item/wynn/weapon/assassin/dagger_earth_a"},{"predicate":{"damage":0.0126},"model":"item/wynn/weapon/assassin/dagger_earth_b"},{"predicate":{"damage":0.0168},"model":"item/wynn/weapon/assassin/dagger_earth_c"},{"predicate":{"damage":0.021},"model":"item/wynn/weapon/assassin/dagger_thunder_a"},{"predicate":{"damage":0.02521},"model":"item/wynn/weapon/assassin/dagger_thunder_b"},{"predicate":{"damage":0.02941},"model":"item/wynn/weapon/assassin/dagger_thunder_c"},{"predicate":{"damage":0.03361},"model":"item/wynn/weapon/assassin/dagger_fire_a"},{"predicate":{"damage":0.03781},"model":"item/wynn/weapon/assassin/dagger_fire_b"},{"predicate":{"damage":0.04201},"model":"item/wynn/weapon/assassin/dagger_fire_c"},{"predicate":{"damage":0.04621},"model":"item/wynn/weapon/assassin/dagger_air_a"},{"predicate":{"damage":0.05042},"model":"item/wynn/weapon/assassin/dagger_air_b"},{"predicate":{"damage":0.05462},"model":"item/wynn/weapon/assassin/dagger_air_c"},{"predicate":{"damage":0.05882},"model":"item/wynn/weapon/assassin/dagger_water_a"},{"predicate":{"damage":0.06302},"model":"item/wynn/weapon/assassin/dagger_water_b"},{"predicate":{"damage":0.06722},"model":"item/wynn/weapon/assassin/dagger_water_c"},{"predicate":{"damage":0.07142},"model":"item/wynn/weapon/assassin/dagger_multi_a"},{"predicate":{"damage":0.07563},"model":"item/wynn/weapon/assassin/dagger_multi_b"},{"predicate":{"damage":0.07983},"model":"item/wynn/weapon/assassin/dagger_multi_c"},{"predicate":{"damage":0.08403},"model":"item/wynn/weapon/assassin/dagger_basic_wood"},{"predicate":{"damaged":1},"model":"item/barrier"}]}
|
{"parent":"item/wynn/weapon/assassin/dagger_basic_wood","overrides":[{"predicate":{"damage":0.0042},"model":"item/wynn/weapon/assassin/dagger_basic_gold"},{"predicate":{"damage":0.0084},"model":"item/wynn/weapon/assassin/dagger_earth_a"},{"predicate":{"damage":0.0126},"model":"item/wynn/weapon/assassin/dagger_earth_b"},{"predicate":{"damage":0.0168},"model":"item/wynn/weapon/assassin/dagger_earth_c"},{"predicate":{"damage":0.021},"model":"item/wynn/weapon/assassin/dagger_thunder_a"},{"predicate":{"damage":0.02521},"model":"item/wynn/weapon/assassin/dagger_thunder_b"},{"predicate":{"damage":0.02941},"model":"item/wynn/weapon/assassin/dagger_thunder_c"},{"predicate":{"damage":0.03361},"model":"item/wynn/weapon/assassin/dagger_fire_a"},{"predicate":{"damage":0.03781},"model":"item/wynn/weapon/assassin/dagger_fire_b"},{"predicate":{"damage":0.04201},"model":"item/wynn/weapon/assassin/dagger_fire_c"},{"predicate":{"damage":0.04621},"model":"item/wynn/weapon/assassin/dagger_air_a"},{"predicate":{"damage":0.05042},"model":"item/wynn/weapon/assassin/dagger_air_b"},{"predicate":{"damage":0.05462},"model":"item/wynn/weapon/assassin/dagger_air_c"},{"predicate":{"damage":0.05882},"model":"item/wynn/weapon/assassin/dagger_water_a"},{"predicate":{"damage":0.06302},"model":"item/wynn/weapon/assassin/dagger_water_b"},{"predicate":{"damage":0.06722},"model":"item/wynn/weapon/assassin/dagger_water_c"},{"predicate":{"damage":0.07142},"model":"item/wynn/weapon/assassin/dagger_multi_a"},{"predicate":{"damage":0.07563},"model":"item/wynn/weapon/assassin/dagger_multi_b"},{"predicate":{"damage":0.07983},"model":"item/wynn/weapon/assassin/dagger_multi_c"},{"predicate":{"damage":0.08403},"model":"item/wynn/weapon/assassin/dagger_basic_wood"},{"predicate":{"damage":0.08823},"model":"item/barrier"}]}
|
|
@ -1 +1 @@
|
||||||
{"parent":"builtin/generated","textures":{"layer0":"wynn/null"},"display":{"thirdperson":{"rotation":[-90,0,0],"translation":[0,1,-3],"scale":[0.55,0.55,0.55]},"firstperson":{"rotation":[0,-135,25],"translation":[0,4,2],"scale":[1.7,1.7,1.7]}}}
|
{"parent":"builtin/generated","textures":{"layer0":"wynn/missingno"},"display":{"thirdperson_righthand":{"rotation":[-90,0,0],"translation":[0,1,-3],"scale":[0.55,0.55,0.55]},"thirdperson_lefthand":{"rotation":[-90,0,0],"translation":[0,1,-3],"scale":[0.55,0.55,0.55]},"firstperson_righthand":{"rotation":[0,-135,25],"translation":[0,4,2],"scale":[1.7,1.7,1.7]},"firstperson_lefthand":{"rotation":[0,-135,25],"translation":[0,4,2],"scale":[1.7,1.7,1.7]}}}
|
|
@ -1 +0,0 @@
|
||||||
{"parent":"builtin/generated","textures":{"layer0":"wynn/null"},"display":{"thirdperson":{"rotation":[-90,0,0],"translation":[0,1,-3],"scale":[0.55,0.55,0.55]},"firstperson":{"rotation":[0,-135,25],"translation":[0,4,2],"scale":[1.7,1.7,1.7]}}}
|
|
|
@ -1 +1 @@
|
||||||
{"parent":"item/handheld","textures":{"layer0":"item/stone_shovel"},"overrides":[{"predicate":{"damage":0.0075},"model":"item/wynn/loot/common"},{"predicate":{"damage":0.015},"model":"item/wynn/loot/rare"},{"predicate":{"damage":0.0225},"model":"item/wynn/loot/set"},{"predicate":{"damage":0.03},"model":"item/wynn/loot/legendary"},{"predicate":{"damage":0.0375},"model":"item/wynn/loot/fabled"},{"predicate":{"damage":0.045},"model":"item/wynn/loot/mythic"},{"predicate":{"damage":0.0525},"model":"item/wynn/weapon/shaman/relik_basic_wooden"},{"predicate":{"damage":0.06},"model":"item/wynn/weapon/shaman/relik_basic_gold"},{"predicate":{"damage":0.0675},"model":"item/wynn/weapon/shaman/relik_earth_a"},{"predicate":{"damage":0.075},"model":"item/wynn/weapon/shaman/relik_earth_b"},{"predicate":{"damage":0.0825},"model":"item/wynn/weapon/shaman/relik_earth_c"},{"predicate":{"damage":0.09},"model":"item/wynn/weapon/shaman/relik_thunder_a"},{"predicate":{"damage":0.0975},"model":"item/wynn/weapon/shaman/relik_thunder_b"},{"predicate":{"damage":0.105},"model":"item/wynn/weapon/shaman/relik_thunder_c"},{"predicate":{"damage":0.1125},"model":"item/wynn/weapon/shaman/relik_fire_a"},{"predicate":{"damage":0.12},"model":"item/wynn/weapon/shaman/relik_fire_b"},{"predicate":{"damage":0.1275},"model":"item/wynn/weapon/shaman/relik_fire_c"},{"predicate":{"damage":0.135},"model":"item/wynn/weapon/shaman/relik_air_a"},{"predicate":{"damage":0.1425},"model":"item/wynn/weapon/shaman/relik_air_b"},{"predicate":{"damage":0.15},"model":"item/wynn/weapon/shaman/relik_air_c"},{"predicate":{"damage":0.1575},"model":"item/wynn/weapon/shaman/relik_water_a"},{"predicate":{"damage":0.165},"model":"item/wynn/weapon/shaman/relik_water_b"},{"predicate":{"damage":0.1725},"model":"item/wynn/weapon/shaman/relik_water_c"},{"predicate":{"damage":0.18},"model":"item/wynn/weapon/shaman/relik_multi_a"},{"predicate":{"damage":0.1875},"model":"item/wynn/weapon/shaman/relik_multi_b"},{"predicate":{"damage":0.195},"model":"item/wynn/weapon/shaman/relik_multi_c"},{"predicate":{"damage":0.2025},"model":"item/wynn/mob_totem"},{"predicate":{"damage":0.21},"model":"item/wynn/spell/totem_0"},{"predicate":{"damage":0.2175},"model":"item/wynn/spell/totem_1"},{"predicate":{"damage":0.225},"model":"item/wynn/dungeon/key_broken"},{"predicate":{"damage":0.2325},"model":"item/wynn/rune/az"},{"predicate":{"damage":0.24},"model":"item/wynn/rune/ek"},{"predicate":{"damage":0.2475},"model":"item/wynn/rune/nii"},{"predicate":{"damage":0.255},"model":"item/wynn/rune/tol"},{"predicate":{"damage":0.2625},"model":"item/wynn/rune/uth"},{"predicate":{"damage":0.27},"model":"item/wynn/shield"},{"predicate":{"damage":0.2775},"model":"item/barrier"},{"predicate":{"damaged":1},"model":"item/barrier"}]}
|
{"parent":"item/handheld","textures":{"layer0":"item/stone_shovel"},"overrides":[{"predicate":{"damage":0.0075},"model":"item/wynn/loot/common"},{"predicate":{"damage":0.015},"model":"item/wynn/loot/rare"},{"predicate":{"damage":0.0225},"model":"item/wynn/loot/set"},{"predicate":{"damage":0.03},"model":"item/wynn/loot/legendary"},{"predicate":{"damage":0.0375},"model":"item/wynn/loot/fabled"},{"predicate":{"damage":0.045},"model":"item/wynn/loot/mythic"},{"predicate":{"damage":0.0525},"model":"item/wynn/weapon/shaman/relik_basic_wooden"},{"predicate":{"damage":0.06},"model":"item/wynn/weapon/shaman/relik_basic_gold"},{"predicate":{"damage":0.0675},"model":"item/wynn/weapon/shaman/relik_earth_a"},{"predicate":{"damage":0.075},"model":"item/wynn/weapon/shaman/relik_earth_b"},{"predicate":{"damage":0.0825},"model":"item/wynn/weapon/shaman/relik_earth_c"},{"predicate":{"damage":0.09},"model":"item/wynn/weapon/shaman/relik_thunder_a"},{"predicate":{"damage":0.0975},"model":"item/wynn/weapon/shaman/relik_thunder_b"},{"predicate":{"damage":0.105},"model":"item/wynn/weapon/shaman/relik_thunder_c"},{"predicate":{"damage":0.1125},"model":"item/wynn/weapon/shaman/relik_fire_a"},{"predicate":{"damage":0.12},"model":"item/wynn/weapon/shaman/relik_fire_b"},{"predicate":{"damage":0.1275},"model":"item/wynn/weapon/shaman/relik_fire_c"},{"predicate":{"damage":0.135},"model":"item/wynn/weapon/shaman/relik_air_a"},{"predicate":{"damage":0.1425},"model":"item/wynn/weapon/shaman/relik_air_b"},{"predicate":{"damage":0.15},"model":"item/wynn/weapon/shaman/relik_air_c"},{"predicate":{"damage":0.1575},"model":"item/wynn/weapon/shaman/relik_water_a"},{"predicate":{"damage":0.165},"model":"item/wynn/weapon/shaman/relik_water_b"},{"predicate":{"damage":0.1725},"model":"item/wynn/weapon/shaman/relik_water_c"},{"predicate":{"damage":0.18},"model":"item/wynn/weapon/shaman/relik_multi_a"},{"predicate":{"damage":0.1875},"model":"item/wynn/weapon/shaman/relik_multi_b"},{"predicate":{"damage":0.195},"model":"item/wynn/weapon/shaman/relik_multi_c"},{"predicate":{"damage":0.2025},"model":"item/wynn/mob_totem"},{"predicate":{"damage":0.21},"model":"item/wynn/spell/totem_0"},{"predicate":{"damage":0.2175},"model":"item/wynn/spell/totem_1"},{"predicate":{"damage":0.225},"model":"item/wynn/dungeon/key_broken"},{"predicate":{"damage":0.2325},"model":"item/wynn/rune/az"},{"predicate":{"damage":0.24},"model":"item/wynn/rune/ek"},{"predicate":{"damage":0.2475},"model":"item/wynn/rune/nii"},{"predicate":{"damage":0.255},"model":"item/wynn/rune/tol"},{"predicate":{"damage":0.2625},"model":"item/wynn/rune/uth"},{"predicate":{"damage":0.27},"model":"item/wynn/shield"},{"predicate":{"damage":0.2775},"model":"item/barrier"}]}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue