2.1.1: Nov. 27

This commit is contained in:
endernon 2024-12-07 12:33:02 +00:00
commit 7a6e7a1de3
12874 changed files with 11514 additions and 0 deletions

View file

@ -0,0 +1 @@
#define MC_1_20_5

View 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"
}
]
}

View 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]
}
]
}

View 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
]
}
]
}

View 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
]
}
]
}

View 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
]
}
]
}

View 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
]
}
]
}

View 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
]
}
]
}

View 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]
}
]
}

View file

@ -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]
}
]
}

View 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]
}
]
}

View file

@ -0,0 +1 @@
#define MC_1_21_2

View 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]
}
]
}

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# wynnpack-archive

View file

@ -0,0 +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/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"}}]}

View file

@ -0,0 +1 @@
{"variants":{"":{"model":"minecraft:block/bedrock"}}}

View file

@ -0,0 +1 @@
{"variants":{"age=0":{"model":"block/beetroots_stage0"},"age=1":[{"model":"block/crop/root"},{"model":"block/crop/root1"}],"age=2":[{"model":"block/crop/dernic"},{"model":"block/crop/dernic1"}],"age=3":{"model":"block/beetroots_stage3"}}}

View file

@ -0,0 +1 @@
{"variants":{"normal":{"model":"vanta_block"}}}

View file

@ -0,0 +1 @@
{"variants":{"type=bottom":[{"model":"block/variants/dirt_half_slab"},{"model":"block/variants/dirt_half_slab_0"},{"model":"block/variants/dirt_half_slab_1"}],"type=top":[{"model":"block/variants/dirt_upper_slab"},{"model":"block/variants/dirt_upper_slab_0"},{"model":"block/variants/dirt_upper_slab_1"}],"type=double":{"model":"block/variants/vanta_block"}}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"variants":{"age=0":{"model":"block/carrots_stage0"},"age=1":[{"model":"block/crop/cream"},{"model":"block/crop/cream1"}],"age=2":[{"model":"block/crop/hops"},{"model":"block/crop/hops1"}],"age=3":{"model":"block/carrots_stage1"},"age=4":{"model":"block/carrots_stage2"},"age=5":{"model":"block/carrots_stage2"},"age=6":{"model":"block/carrots_stage2"},"age=7":{"model":"block/carrots_stage3"}}}

View file

@ -0,0 +1 @@
{"variants":{"level=0":{"model":"minecraft:block/variants/cauldron_0"},"level=1":{"model":"minecraft:block/variants/cauldron_1"},"level=2":{"model":"minecraft:block/variants/cauldron_2"},"level=3":{"model":"minecraft:block/variants/cauldron_3"}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/coal_ore"},{"model":"block/variants/coal_ore_0"}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/cobblestone","weight":3},{"model":"block/variants/cobblestone_0","weight":3}]}}

View file

@ -0,0 +1 @@
{"variants":{"normal":[{"model":"block/variants/dark_cobblestone","weight":6},{"model":"block/variants/dark_cobblestone_0","weight":6}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/cobweb"},{"model":"block/variants/cobweb_0"},{"model":"block/variants/cobweb_1"},{"model":"block/variants/cobweb_2"}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/cracked_stone_bricks","weight":6},{"model":"block/variants/cracked_stone_bricks_0","weight":3},{"model":"block/variants/cracked_stone_bricks_1","weight":3}]}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/dirt"},{"model":"block/variants/dirt_0"},{"model":"block/variants/dirt_1"},{"model":"block/variants/dirt_2"},{"model":"block/variants/dirt_3"},{"model":"block/variants/dirt_4"}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/emerald_ore"},{"model":"block/variants/emerald_ore_0"}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/grass"},{"model":"block/variants/grass_0"},{"model":"block/variants/grass_1"},{"model":"block/variants/grass_2"},{"model":"block/variants/grass_3"}]}}

View file

@ -0,0 +1 @@
{"variants":{"snowy=false":[{"model":"block/grass_block"},{"model":"block/grass_block","y":90},{"model":"block/grass_block","y":180},{"model":"block/grass_block","y":270},{"model":"block/variants/grass_block_0"},{"model":"block/variants/grass_block_0","y":90},{"model":"block/variants/grass_block_0","y":180},{"model":"block/variants/grass_block_0","y":270},{"model":"block/variants/grass_block_1"},{"model":"block/variants/grass_block_1","y":90},{"model":"block/variants/grass_block_1","y":180},{"model":"block/variants/grass_block_1","y":270}],"snowy=true":{"model":"block/grass_block_snow"}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/grass_path"},{"model":"block/grass_path","y":90},{"model":"block/grass_path","y":180},{"model":"block/grass_path","y":270}]}}

View file

@ -0,0 +1 @@
{"variants":{"":{"model":"block/variants/dark_chiseled_stone_bricks"}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/variants/dark_cobblestone","weight":6},{"model":"block/variants/dark_cobblestone_0","weight":6}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/variants/dark_cracked_stone_bricks","weight":6},{"model":"block/variants/dark_cracked_stone_bricks_0","weight":3},{"model":"block/variants/dark_cracked_stone_bricks_1","weight":3}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/variants/dark_mossy_stone_bricks","weight":12},{"model":"block/variants/dark_mossy_stone_bricks_0","weight":12},{"model":"block/variants/dark_mossy_stone_bricks_1","weight":12},{"model":"block/variants/dark_mossy_stone_bricks_2","weight":4}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/variants/dark_stone","weight":6},{"model":"block/variants/dark_stone_0","weight":6},{"model":"block/variants/dark_stone_1","weight":12}]}}

View file

@ -0,0 +1 @@
{"variants":{"":{"model":"block/variants/dark_stone_bricks"}}}

View file

@ -0,0 +1 @@
{"variants":{"east=false,north=false,south=false,west=false":{"model":"block/bars_nsew"},"east=false,north=true,south=false,west=false":{"model":"block/bars_n"},"east=true,north=false,south=false,west=false":{"model":"block/bars_n","y":90},"east=false,north=false,south=true,west=false":{"model":"block/bars_n","y":180},"east=false,north=false,south=false,west=true":{"model":"block/bars_n","y":270},"east=true,north=true,south=false,west=false":{"model":"block/bars_ne"},"east=true,north=false,south=true,west=false":{"model":"block/bars_ne","y":90},"east=false,north=false,south=true,west=true":{"model":"block/bars_ne","y":180},"east=false,north=true,south=false,west=true":{"model":"block/bars_ne","y":270},"east=false,north=true,south=true,west=false":{"model":"block/bars_ns"},"east=true,north=false,south=false,west=true":{"model":"block/bars_ns","y":90},"east=true,north=true,south=true,west=false":{"model":"block/bars_nse"},"east=true,north=false,south=true,west=true":{"model":"block/bars_nse","y":90},"east=false,north=true,south=true,west=true":{"model":"block/bars_nse","y":180},"east=true,north=true,south=false,west=true":{"model":"block/bars_nse","y":270},"east=true,north=true,south=true,west=true":{"model":"block/bars_nsew"}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/mossy_cobblestone","weight":3},{"model":"block/variants/mossy_cobblestone_0","weight":3}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/mossy_stone_bricks","weight":12},{"model":"block/variants/mossy_stone_bricks_0","weight":12},{"model":"block/variants/mossy_stone_bricks_1","weight":12},{"model":"block/variants/mossy_stone_bricks_2","weight":4}]}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"variants":{"snowy=false":[{"model":"block/mycelium"},{"model":"block/mycelium","y":90},{"model":"block/mycelium","y":180},{"model":"block/mycelium","y":270}],"snowy=true":{"model":"block/grass_block_snow"}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/netherrack"},{"model":"block/netherrack","x":90},{"model":"block/netherrack","x":180},{"model":"block/netherrack","x":270},{"model":"block/netherrack","y":90},{"model":"block/netherrack","y":90,"x":90},{"model":"block/netherrack","y":90,"x":180},{"model":"block/netherrack","y":90,"x":270},{"model":"block/netherrack","y":180},{"model":"block/netherrack","y":180,"x":90},{"model":"block/netherrack","y":180,"x":180},{"model":"block/netherrack","y":180,"x":270},{"model":"block/netherrack","y":270},{"model":"block/netherrack","y":270,"x":90},{"model":"block/netherrack","y":270,"x":180},{"model":"block/netherrack","y":270,"x":270},{"model":"block/variants/netherrack_0"},{"model":"block/variants/netherrack_0","x":90},{"model":"block/variants/netherrack_0","x":180},{"model":"block/variants/netherrack_0","x":270},{"model":"block/variants/netherrack_0","y":90},{"model":"block/variants/netherrack_0","y":90,"x":90},{"model":"block/variants/netherrack_0","y":90,"x":180},{"model":"block/variants/netherrack_0","y":90,"x":270},{"model":"block/variants/netherrack_0","y":180},{"model":"block/variants/netherrack_0","y":180,"x":90},{"model":"block/variants/netherrack_0","y":180,"x":180},{"model":"block/variants/netherrack_0","y":180,"x":270},{"model":"block/variants/netherrack_0","y":270},{"model":"block/variants/netherrack_0","y":270,"x":90},{"model":"block/variants/netherrack_0","y":270,"x":180},{"model":"block/variants/netherrack_0","y":270,"x":270},{"model":"block/variants/netherrack_1"},{"model":"block/variants/netherrack_1","x":90},{"model":"block/variants/netherrack_1","x":180},{"model":"block/variants/netherrack_1","x":270},{"model":"block/variants/netherrack_1","y":90},{"model":"block/variants/netherrack_1","y":90,"x":90},{"model":"block/variants/netherrack_1","y":90,"x":180},{"model":"block/variants/netherrack_1","y":90,"x":270},{"model":"block/variants/netherrack_1","y":180},{"model":"block/variants/netherrack_1","y":180,"x":90},{"model":"block/variants/netherrack_1","y":180,"x":180},{"model":"block/variants/netherrack_1","y":180,"x":270},{"model":"block/variants/netherrack_1","y":270},{"model":"block/variants/netherrack_1","y":270,"x":90},{"model":"block/variants/netherrack_1","y":270,"x":180},{"model":"block/variants/netherrack_1","y":270,"x":270}]}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"variants":{"type=bottom":{"model":"minecraft:block/variants/dark_cobblestone_half_slab"},"type=double":[{"model":"block/variants/molten_rock"},{"model":"block/variants/molten_rock_0"},{"model":"block/variants/molten_rock_1"},{"model":"block/variants/molten_rock_2"}],"type=top":{"model":"minecraft:block/variants/dark_cobblestone_upper_slab"}}}

View file

@ -0,0 +1 @@
{"variants":{"age=0":{"model":"block/potatoes_stage0"},"age=1":[{"model":"block/crop/sorghum"},{"model":"block/crop/sorghum1"}],"age=2":[{"model":"block/crop/wheat_harvest"},{"model":"block/crop/wheat_harvest1"}],"age=3":{"model":"block/potatoes_stage1"},"age=4":{"model":"block/potatoes_stage2"},"age=5":{"model":"block/potatoes_stage2"},"age=6":{"model":"block/potatoes_stage2"},"age=7":{"model":"block/potatoes_stage3"}}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"variants":{"":{"model":"block/red_sand"}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/redstone_ore"},{"model":"block/variants/redstone_ore_0"}]}}

View file

@ -0,0 +1 @@
{"variants":{"":{"model":"block/sand"}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/sandstone"},{"model":"block/variants/sandstone_0"}]}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/grass"},{"model":"block/variants/grass_0"},{"model":"block/variants/grass_1"},{"model":"block/variants/grass_2"},{"model":"block/variants/grass_3"}]}}

View file

@ -0,0 +1 @@
{"variants":{"extended=false,facing=down":{"model":"block/variants/sticky_piston","x":90},"extended=false,facing=east":{"model":"block/variants/sticky_piston","y":90},"extended=false,facing=north":{"model":"block/variants/sticky_piston"},"extended=false,facing=south":{"model":"block/variants/sticky_piston","y":180},"extended=false,facing=up":{"model":"block/variants/sticky_piston","x":270},"extended=false,facing=west":{"model":"block/variants/sticky_piston","y":270},"extended=true,facing=down":{"model":"block/variants/sticky_piston_base","x":90},"extended=true,facing=east":{"model":"block/variants/sticky_piston_base","y":90},"extended=true,facing=north":{"model":"block/variants/sticky_piston_base"},"extended=true,facing=south":{"model":"block/variants/sticky_piston_base","y":180},"extended=true,facing=up":{"model":"block/variants/sticky_piston_base","x":270},"extended=true,facing=west":{"model":"block/variants/sticky_piston_base","y":270}}}

View file

@ -0,0 +1 @@
{"variants":{"":[{"model":"block/stone","weight":30},{"model":"block/variants/stone_0","weight":30},{"model":"block/variants/stone_1","weight":50}]}}

View file

@ -0,0 +1 @@
{"variants":{"half=lower":[{"model":"block/sunflower_bottom"},{"model":"block/variants/sunflower_bottom_1"}],"half=upper":{"model":"block/sunflower_top"}}}

View file

@ -0,0 +1 @@
{"variants":{"attached=true,facing=north,powered=false":{"model":"block/blank"},"attached=true,facing=south,powered=false":{"model":"block/blank"},"attached=true,facing=west,powered=false":{"model":"block/blank"},"attached=true,facing=east,powered=false":{"model":"block/blank"},"attached=true,facing=north,powered=true":{"model":"block/blank"},"attached=true,facing=south,powered=true":{"model":"block/blank"},"attached=true,facing=west,powered=true":{"model":"block/blank"},"attached=true,facing=east,powered=true":{"model":"block/blank"}}}

View file

@ -0,0 +1 @@
{"multipart":[{"when":{"east":false,"north":false,"south":false,"up":false,"west":false},"apply":[{"model":"block/variants/vine_cattails"},{"model":"block/variants/vine_cattails_0"},{"model":"block/variants/vine_cattails_1"}]},{"when":{"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/vine","x":270}},{"when":{"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/vine"}},{"when":{"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/vine","y":90}},{"when":{"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/vine","y":180}},{"when":{"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/vine","y":270}},{"when":{"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/variants/vine_hanging_crops"}},{"when":{"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/vine","y":270}},{"when":{"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/vine","y":180}},{"when":{"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/vine"}},{"when":{"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/vine","y":90}},{"when":{"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/variants/vine_chain"}},{"when":{"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/variants/vine_chain"}},{"when":{"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/variants/vine_rope"}},{"when":{"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/variants/vine_rope"}},{"when":{"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/blank"}},{"when":{"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/variants/vine_gray_leaves"}},{"when":{"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/variants/vine_gray_leaves"}},{"when":{"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/variants/vine_gray_water"}},{"when":{"east":true,"north":true,"south":true,"up":false,"west":true},"apply":[{"model":"block/variants/vine_death_plant_0","weight":5},{"model":"block/variants/vine_death_plant_1","weight":5},{"model":"block/variants/vine_death_plant_2","weight":5},{"model":"block/variants/vine_death_plant_3","weight":5},{"model":"block/variants/vine_death_plant_4","weight":5},{"model":"block/variants/vine_death_plant_5","weight":2},{"model":"block/variants/vine_death_plant_6","weight":2},{"model":"block/variants/vine_death_plant_7","weight":2},{"model":"block/variants/vine_death_plant_8","weight":2},{"model":"block/variants/vine_death_plant_9","weight":2}]},{"when":{"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/variants/vine_gray_water"}}]}

View file

@ -0,0 +1 @@
{"variants":{"normal":[{"model":"block/cobweb"},{"model":"block/variants/cobweb_0"},{"model":"block/variants/cobweb_1"},{"model":"block/variants/cobweb_2"}]}}

View file

@ -0,0 +1 @@
{"variants":{"age=0":{"model":"block/wheat_stage0"},"age=1":[{"model":"block/crop/green"},{"model":"block/crop/green1"}],"age=2":{"model":"block/variants/wheat_corn"},"age=3":{"model":"block/wheat_stage3"},"age=4":{"model":"block/variants/wheat_0"},"age=5":{"model":"block/wheat_stage5"},"age=6":{"model":"block/variants/wheat_0"},"age=7":{"model":"block/wheat_stage7"}}}

View file

@ -0,0 +1 @@
{"variants":{"normal":[{"model":"block/variants/molten_rock"},{"model":"block/variants/molten_rock_0"},{"model":"block/variants/molten_rock_1"},{"model":"block/variants/molten_rock_2"}]}}

View file

@ -0,0 +1 @@
{"variants":{"half=bottom":[{"model":"block/variants/dark_cobblestone_half_slab"}],"half=top":[{"model":"block/variants/dark_cobblestone_upper_slab"}]}}

View file

@ -0,0 +1 @@
{"layers":{"humanoid":[{"texture":"chainmail"}],"humanoid_leggings":[{"texture":"chainmail"}]}}

View file

@ -0,0 +1 @@
{"layers":{"horse_body":[{"texture":"diamond"}],"humanoid":[{"texture":"diamond"}],"humanoid_leggings":[{"texture":"diamond"}]}}

View file

@ -0,0 +1 @@
{"layers":{"horse_body":[{"texture":"gold"}],"humanoid":[{"texture":"gold"}],"humanoid_leggings":[{"texture":"gold"}]}}

View file

@ -0,0 +1 @@
{"layers":{"horse_body":[{"texture":"iron"}],"humanoid":[{"texture":"iron"}],"humanoid_leggings":[{"texture":"iron"}]}}

View 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"}]}}

View file

@ -0,0 +1 @@
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/banner/box.png","ascent":7,"chars":["","","","","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}

View file

@ -0,0 +1 @@
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/banner/pill.png","ascent":7,"chars":["","","","","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}

View file

@ -0,0 +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\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}

View file

@ -0,0 +1 @@
{"providers":[{"type":"bitmap","file":"font/common.png","ascent":8,"height":10,"chars":["","","",""]}]}

View file

@ -0,0 +1 @@
{"providers":[{"type":"bitmap","file":"font/currency.png","ascent":8,"chars":[""]}]}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +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/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","","","","",""]}]}

View file

@ -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":[""]}]}

View file

@ -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":["",""]}]}

View file

@ -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":["","","","",""]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -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":["","","","",""]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -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":["","","","",""]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -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":[""]}]}

View 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"]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -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"]}]}

View file

@ -0,0 +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/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":["","","",""]}]}

View file

@ -0,0 +1 @@
{"providers":[{"type":"space","advances":{" ":1,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"0":1,"a":1,"b":1,"c":1,"d":1,"e":1,"f":1,"g":1,"h":1,"i":1,"j":1,"k":1,"l":1,"m":1,"n":1,"o":1,"p":1,"q":1,"r":1,"s":1,"t":1,"u":1,"v":1,"w":1,"x":1,"y":1,"z":1,"A":1,"B":1,"C":1,"D":1,"E":1,"F":1,"G":1,"H":1,"I":1,"J":1,"K":1,"L":1,"M":1,"N":1,"O":1,"P":1,"Q":1,"R":1,"S":1,"T":1,"U":1,"V":1,"W":1,"X":1,"Y":1,"Z":1}}]}

View file

@ -0,0 +1 @@
{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/keybind.png","ascent":8,"height":10,"chars":["","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}

View file

@ -0,0 +1 @@
{"providers":[{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/language/five.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"]}]}

View file

@ -0,0 +1 @@
{"providers":[{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/language/high_gavellian.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"]}]}

View file

@ -0,0 +1 @@
{"providers":[{"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"]}]}

Some files were not shown because too many files have changed in this diff Show more