Compare commits
No commits in common. "2.1.1-legacy" and "2.1.1-fix" have entirely different histories.
2.1.1-lega
...
2.1.1-fix
6368 changed files with 3695 additions and 3272 deletions
|
@ -1 +0,0 @@
|
||||||
#define MC_1_20_5
|
|
|
@ -93,6 +93,14 @@
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"count": 1,
|
"count": 1,
|
||||||
"values": [0]
|
"values": [0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GameTime",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [
|
||||||
|
1.0
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"vertex": "core/render/text",
|
"vertex": "core/render/text",
|
||||||
"fragment": "core/render/text",
|
"fragment": "core/render/text",
|
||||||
|
"defines": {
|
||||||
|
"flags": [
|
||||||
|
"RENDER_SCREEN"
|
||||||
|
]
|
||||||
|
},
|
||||||
"samplers": [
|
"samplers": [
|
||||||
{ "name": "Sampler0" },
|
{ "name": "Sampler0" },
|
||||||
{ "name": "Sampler2" }
|
{ "name": "Sampler2" }
|
||||||
|
@ -87,6 +92,14 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"count": 2,
|
"count": 2,
|
||||||
"values": [1.0, 1.0]
|
"values": [1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GameTime",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [
|
||||||
|
1.0
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,80 @@
|
||||||
|
{
|
||||||
|
"vertex": "core/render/text",
|
||||||
|
"fragment": "core/render/text",
|
||||||
|
"defines": {
|
||||||
|
"flags": [
|
||||||
|
"RENDER_WORLD"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": [1.0, 1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GameTime",
|
||||||
|
"type": "float",
|
||||||
|
"count": 1,
|
||||||
|
"values": [
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
11
README.md
11
README.md
|
@ -1,11 +0,0 @@
|
||||||
# wynnpack-archive
|
|
||||||
|
|
||||||
This Repository contains the Wynncraft Resource Pack (wynnpack) and its history, starting from 2.1, in the form of a Git repository.
|
|
||||||
|
|
||||||
As of Nov 27, the Wynncraft team has started corrupting the metadata of the textures in order to protect against texture ripping.
|
|
||||||
|
|
||||||
This Branch is for the un-corrupted textures from before Nov 27, that can be used for reference for basing your own textures packs off.
|
|
||||||
|
|
||||||
For the new pack textures in corrupted form (original), see [2.1.1-broken](https://git.frfrnocap.men/wynnpacks/wynnpack-archive/src/branch/2.1.1-broken) branch.
|
|
||||||
|
|
||||||
For the new pack textures in uncorrupted form (patched), see [2.1.1-fix](https://git.frfrnocap.men/wynnpacks/wynnpack-archive/src/branch/2.1.1-fix) branch.
|
|
|
@ -1 +0,0 @@
|
||||||
{"variants":{"":[{"model":"block/grass"},{"model":"block/variants/grass_0"},{"model":"block/variants/grass_1"},{"model":"block/variants/grass_2"},{"model":"block/variants/grass_3"}]}}
|
|
|
@ -1 +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"}]}}
|
{"variants":{"":[{"model":"block/short_grass"},{"model":"block/variants/short_grass_0"},{"model":"block/variants/short_grass_1"},{"model":"block/variants/short_grass_2"},{"model":"block/variants/short_grass_3"}]}}
|
1
assets/minecraft/font/banner/flag.json
Normal file
1
assets/minecraft/font/banner/flag.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"providers":[{"type":"reference","id":"space"},{"type":"space","advances":{" ":4,"":0}},{"type":"bitmap","file":"font/banner/flag.png","ascent":7,"chars":["","","","","","","\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"]}]}
|
|
@ -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\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\u0000"]}]}
|
File diff suppressed because one or more lines are too long
|
@ -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/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/event/blizzard/join.png","ascent":64,"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":["","","",""]}]}
|
{"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/event/blizzard/join.png","ascent":64,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/scavenger/merchant.png","ascent":28,"height":256,"chars":[""]},{"type":"bitmap","file":"font/interface/scavenger/tinker.png","ascent":27,"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 +1 @@
|
||||||
{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/marker/prism.png","ascent":11,"height":25,"chars":[""]},{"type":"bitmap","file":"font/marker/focus.png","ascent":19,"height":41,"chars":[""]}]}
|
{"providers":[{"type":"reference","id":"space"},{"type":"bitmap","file":"font/marker/prism.png","ascent":11,"height":25,"chars":[""]},{"type":"bitmap","file":"font/marker/lootrun.png","ascent":11,"height":25,"chars":[""]},{"type":"bitmap","file":"font/marker/focus.png","ascent":19,"height":41,"chars":[""]}]}
|
|
@ -1 +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}]}}
|
{"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/white"},"threshold":0.375},{"model":{"type":"minecraft:model","model":"minecraft:item/barrier"},"threshold":0.40625}]}}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
||||||
{"parent":"block/tinted_cross","textures":{"cross":"block/grass"}}
|
|
|
@ -1 +1 @@
|
||||||
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_0"}}
|
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/short_grass_0"}}
|
|
@ -1 +1 @@
|
||||||
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_1"}}
|
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/short_grass_1"}}
|
|
@ -1 +1 @@
|
||||||
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_2"}}
|
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/short_grass_2"}}
|
|
@ -1 +1 @@
|
||||||
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/grass_3"}}
|
{"parent":"block/tinted_cross","textures":{"cross":"block_variants/short_grass_3"}}
|
|
@ -1 +1 @@
|
||||||
{"parent":"item/handheld","textures":{"layer0":"item/golden_pickaxe"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.0625},"model":"item/barrier"},{"predicate":{"damage":0.09375},"model":"item/wynn/gui/beacon/yellow"},{"predicate":{"damage":0.125},"model":"item/wynn/gui/beacon/blue"},{"predicate":{"damage":0.15625},"model":"item/wynn/gui/beacon/purple"},{"predicate":{"damage":0.1875},"model":"item/wynn/gui/beacon/gray"},{"predicate":{"damage":0.21875},"model":"item/wynn/gui/beacon/orange"},{"predicate":{"damage":0.25},"model":"item/wynn/gui/beacon/red"},{"predicate":{"damage":0.28125},"model":"item/wynn/gui/beacon/dark_gray"},{"predicate":{"damage":0.3125},"model":"item/wynn/gui/beacon/white"},{"predicate":{"damage":0.34375},"model":"item/wynn/gui/beacon/cyan"},{"predicate":{"damage":0.375},"model":"item/wynn/gui/beacon/rainbow"},{"predicate":{"damage":0.40625},"model":"item/barrier"}]}
|
{"parent":"item/handheld","textures":{"layer0":"item/golden_pickaxe"},"overrides":[{"predicate":{"damage":0.03125},"model":"item/barrier"},{"predicate":{"damage":0.0625},"model":"item/barrier"},{"predicate":{"damage":0.09375},"model":"item/wynn/gui/beacon/yellow"},{"predicate":{"damage":0.125},"model":"item/wynn/gui/beacon/blue"},{"predicate":{"damage":0.15625},"model":"item/wynn/gui/beacon/purple"},{"predicate":{"damage":0.1875},"model":"item/wynn/gui/beacon/gray"},{"predicate":{"damage":0.21875},"model":"item/wynn/gui/beacon/orange"},{"predicate":{"damage":0.25},"model":"item/wynn/gui/beacon/red"},{"predicate":{"damage":0.28125},"model":"item/wynn/gui/beacon/dark_gray"},{"predicate":{"damage":0.3125},"model":"item/wynn/gui/beacon/white"},{"predicate":{"damage":0.34375},"model":"item/wynn/gui/beacon/cyan"},{"predicate":{"damage":0.375},"model":"item/wynn/gui/beacon/white"},{"predicate":{"damage":0.40625},"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 +0,0 @@
|
||||||
{"parent":"item/wynn/template/beacon","textures":{"0":"wynn/gui/beacon/rainbow","particle":"wynn/gui/beacon/rainbow"}}
|
|
|
@ -1 +0,0 @@
|
||||||
{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/rekindled/button_normal","layer1":"wynn/gui/rekindled/button_accept"},"display":{"gui":{"translation":[-14,-63,0],"scale":[4,4,4]}}}
|
|
|
@ -0,0 +1 @@
|
||||||
|
{"parent":"item/wynn/template/button/64","textures":{"layer0":"wynn/gui/event/blizzard/button_normal","layer1":"wynn/gui/event/blizzard/button_continue"},"display":{"gui":{"translation":[-14,-63,0],"scale":[4,4,4]}}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/scavenger/equipment"}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/scavenger/equipment","layer1":"wynn/gui/scavenger/add"}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/scavenger/refinement"}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/scavenger/refinement","layer1":"wynn/gui/scavenger/add"}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/scavenger/utility"}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"parent":"item/wynn/template/button/16","textures":{"layer0":"wynn/gui/scavenger/utility","layer1":"wynn/gui/scavenger/add"}}
|
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/template/hat","textures":{"0":"skins/nutcracker_hat","particle":"skins/nutcracker_hat"},"elements":[{"from":[2.99,-0.01,2.99],"to":[13.01,14.01,13.01],"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[10,0,5,7],"texture":"#0"},"south":{"uv":[10,0,5,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[13,0,3],"to":[3,14,13],"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[5,0,10,7],"texture":"#0"},"south":{"uv":[5,0,10,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[2.99,-0.01,-2.01],"to":[13.01,2.01,3.01],"faces":{"east":{"uv":[12.5,7.5,10,8.5],"texture":"#0"},"west":{"uv":[10,7.5,12.5,8.5],"texture":"#0"},"up":{"uv":[10,5,15,7.5],"texture":"#0"}}},{"from":[13,0,-2],"to":[3,2,3],"faces":{"east":{"uv":[12.5,7.5,10,8.5],"texture":"#0"},"west":{"uv":[10,7.5,12.5,8.5],"texture":"#0"},"up":{"uv":[10,5,15,7.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,11,1],"scale":[1.5,1.5,1.5]}}}
|
{"parent":"item/wynn/template/hat","textures":{"0":"skins/nutcracker_hat","particle":"skins/nutcracker_hat"},"elements":[{"from":[2.99,-0.01,2.99],"to":[13.01,14.01,13.01],"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[10,0,5,7],"texture":"#0"},"south":{"uv":[10,0,5,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[13,0,3],"to":[3,14,13],"faces":{"north":{"uv":[0,0,5,7],"texture":"#0"},"east":{"uv":[5,0,10,7],"texture":"#0"},"south":{"uv":[5,0,10,7],"texture":"#0"},"west":{"uv":[5,0,10,7],"texture":"#0"},"up":{"uv":[10,0,15,5],"texture":"#0"}}},{"from":[2.99,-0.01,-2.01],"to":[13.01,2.01,3.01],"faces":{"east":{"uv":[12.5,7.5,10,8.5],"texture":"#0"},"west":{"uv":[10,7.5,12.5,8.5],"texture":"#0"},"up":{"uv":[10,5,15,7.5],"texture":"#0"}}},{"from":[13,0,-2],"to":[3,2,3],"faces":{"east":{"uv":[12.5,7.5,10,8.5],"texture":"#0"},"west":{"uv":[10,7.5,12.5,8.5],"texture":"#0"},"up":{"uv":[10,5,15,7.5],"texture":"#0"}}}],"display":{"head":{"rotation":[5,0,0],"translation":[0,11,1],"scale":[1.6,1.6,1.6]}}}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,7.875,14.875]},"south":{"texture":"#0","uv":[15.5625,0,7.8125,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[9.4,31.599998,-16]}],"overrides":[],"textures":{"0":"item/w2127992409_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,7.9375,14.875]},"south":{"texture":"#0","uv":[16.0625,0,8.3125,14.75]}},"from":[-16,-16,-16],"shade":false,"to":[9.4,31.599998,-16]}],"overrides":[],"textures":{"0":"item/w2127992409_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,7,3.5]},"south":{"texture":"#0","uv":[10.5,3.5,14,3.5]},"up":{"texture":"#0","uv":[7,0,7,0]},"west":{"texture":"#0","uv":[7,3.5,10.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,0,8,8]},"south":{"texture":"#0","uv":[0,8,8,16]}},"from":[-16,-16,-16],"shade":false,"to":[9.6,9.6,-16]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.5,7,7]},"east":{"texture":"#0","uv":[10.5,7,7,7]},"north":{"texture":"#0","uv":[7,7,3.5,7]},"south":{"texture":"#0","uv":[14,7,10.5,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[3.5,7,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.875,5.625,9,6.125]},"south":{"texture":"#0","uv":[8.875,5.625,9,6.125]}},"from":[-12.40551,-14.422048,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.136243,-12.917566,-16],"rescale":false},"shade":false,"to":[-12.00551,-12.822047,-16]},{"faces":{"north":{"texture":"#0","uv":[9,7,9.125,7.375]},"south":{"texture":"#0","uv":[9,7,9.125,7.375]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.8,-12,-16],"rescale":false},"shade":false,"to":[-15.6,-14.8,-16]},{"faces":{"north":{"texture":"#0","uv":[8.75,1.5,9.25,1.625]},"south":{"texture":"#0","uv":[9.25,1.5,8.75,1.625]}},"from":[-14.734969,-14.5281515,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-14.934969,-11.328153,-16],"rescale":false},"shade":false,"to":[-13.134969,-14.128152,-16]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.5,3.5,7]},"east":{"texture":"#0","uv":[0,7,3.5,7]},"north":{"texture":"#0","uv":[3.5,7,7,7]},"south":{"texture":"#0","uv":[10.5,7,14,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[7,7,10.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.625,1,9.25,1.125]},"south":{"texture":"#0","uv":[9.25,1,8.625,1.125]}},"from":[-15.529075,-14.30616,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-13.667971,-14.813353,-16],"rescale":false},"shade":false,"to":[-13.529075,-13.90616,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,7,8.625,7.75]},"south":{"texture":"#0","uv":[8.5,7,8.625,7.75]}},"from":[-16,-16,-16],"rotation":{"angle":-45,"axis":"z","origin":[-12.538896,-15.307193,-16],"rescale":false},"shade":false,"to":[-15.6,-13.6,-16]},{"faces":{"north":{"texture":"#0","uv":[8.875,2.875,9,3.375]},"south":{"texture":"#0","uv":[8.875,2.875,9,3.375]}},"from":[-13.404131,-13.593758,-16],"rotation":{"angle":45,"axis":"z","origin":[-13.204131,-11.993757,-16],"rescale":false},"shade":false,"to":[-13.004131,-11.993757,-16]},{"faces":{"north":{"texture":"#0","uv":[8.875,1.875,9,2.375]},"south":{"texture":"#0","uv":[8.875,1.875,9,2.375]}},"from":[-14.229197,-13.751154,-16],"rotation":{"angle":-45,"axis":"z","origin":[-14.368092,-14.658346,-16],"rescale":false},"shade":false,"to":[-13.829197,-12.151154,-16]},{"faces":{"north":{"texture":"#0","uv":[9.125,0,9.375,0.125]},"south":{"texture":"#0","uv":[9.125,0,9.375,0.125]}},"from":[-15.270819,-11.91699,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-14.6097145,-15.224183,-16],"rescale":false},"shade":false,"to":[-14.4708185,-11.516991,-16]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.5,7,7]},"east":{"texture":"#0","uv":[10.5,7,7,7]},"north":{"texture":"#0","uv":[7,7,3.5,7]},"south":{"texture":"#0","uv":[14,7,10.5,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[3.5,7,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[9,4.25,9.125,4.625]},"south":{"texture":"#0","uv":[9,4.25,9.125,4.625]}},"from":[-11.461979,-15.765976,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-11.261979,-16.965977,-16],"rescale":false},"shade":false,"to":[-11.061979,-14.565976,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,3.625,9.25,3.75]},"south":{"texture":"#0","uv":[9.25,3.625,8.5,3.75]}},"from":[-13.017983,-15.933858,-16],"shade":false,"to":[-10.617983,-15.533858,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,1.25,9.5,1.375]},"south":{"texture":"#0","uv":[9.5,1.25,8.5,1.375]}},"from":[-14.655889,-12.322574,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-12.655889,-12.122574,-16],"rescale":false},"shade":false,"to":[-11.455889,-11.922574,-16]},{"faces":{"north":{"texture":"#0","uv":[8.125,7,8.25,8.5]},"south":{"texture":"#0","uv":[8.125,7,8.25,8.5]}},"from":[-16,-8.231603,-16],"rotation":{"angle":22.5,"axis":"z","origin":[4.8519325,-4.5869236,-16],"rescale":false},"shade":false,"to":[-15.6,-3.431601,-16]},{"faces":{"north":{"texture":"#0","uv":[8.75,8.625,8.875,9.125]},"south":{"texture":"#0","uv":[8.75,8.625,8.875,9.125]}},"from":[-13.088829,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-12.888829,-11.2,-16],"rescale":false},"shade":false,"to":[-12.688829,-14.4,-16]},{"faces":{"north":{"texture":"#0","uv":[9,8.25,9.25,8.375]},"south":{"texture":"#0","uv":[9,8.25,9.25,8.375]}},"from":[-10.124822,-14.3269,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-8.453308,-15.313762,-16],"rescale":false},"shade":false,"to":[-9.324821,-13.9269,-16]},{"faces":{"north":{"texture":"#0","uv":[9,8.625,9.25,8.75]},"south":{"texture":"#0","uv":[9.25,8.625,9,8.75]}},"from":[-10.05491,-13.129995,-16],"rotation":{"angle":22.5,"axis":"z","origin":[-8.383396,-16.11686,-16],"rescale":false},"shade":false,"to":[-9.2549095,-12.729996,-16]},{"faces":{"north":{"texture":"#0","uv":[9,5,9.125,5.375]},"south":{"texture":"#0","uv":[9,5,9.125,5.375]}},"from":[-11.870696,-13.597018,-16],"shade":false,"to":[-11.470696,-12.397018,-16]},{"faces":{"north":{"texture":"#0","uv":[8.875,9,9.125,9.125]},"south":{"texture":"#0","uv":[8.875,9,9.125,9.125]}},"from":[-11.870696,-13.997019,-16],"shade":false,"to":[-11.070696,-13.597019,-16]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.5,3.5,7]},"east":{"texture":"#0","uv":[0,7,3.5,7]},"north":{"texture":"#0","uv":[3.5,7,7,7]},"south":{"texture":"#0","uv":[10.5,7,14,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[7,7,10.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8.125,8.5,8.25,9.25]},"south":{"texture":"#0","uv":[8.125,8.5,8.25,9.25]}},"from":[-16,-16,-16],"rotation":{"angle":45,"axis":"z","origin":[-15.8,-10.8,-16],"rescale":false},"shade":false,"to":[-15.6,-13.6,-16]},{"faces":{"north":{"texture":"#0","uv":[8.875,4.5,9,5]},"south":{"texture":"#0","uv":[8.875,4.5,9,5]}},"from":[-12.252444,-14.383888,-16],"rotation":{"angle":-22.5,"axis":"z","origin":[-12.052444,-13.583888,-16],"rescale":false},"shade":false,"to":[-11.852445,-12.783888,-16]},{"faces":{"north":{"texture":"#0","uv":[8.5,3.875,9.25,4]},"south":{"texture":"#0","uv":[9.25,3.875,8.5,4]}},"from":[-13.961522,-12.921321,-16],"shade":false,"to":[-11.561522,-12.521321,-16]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[8,10,14,16]},"south":{"texture":"#0","uv":[8,10,14,16]}},"from":[-16,-16,-16],"shade":false,"to":[3.2000008,3.2000008,-16]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[10,6.75,11.25,8]},"south":{"texture":"#0","uv":[11.25,6.75,10,8]}},"from":[-16,-0.96913433,-16],"rotation":{"angle":-45,"axis":"z","origin":[-6.363247,-6.6058874,-16],"rescale":false},"shade":false,"to":[-12,3.0308657,-16]},{"faces":{"north":{"texture":"#0","uv":[10,8,11.25,6.75]},"south":{"texture":"#0","uv":[11.25,8,10,6.75]}},"from":[-16,-15.44264,-16],"rotation":{"angle":45,"axis":"z","origin":[-6.363247,-5.805887,-16],"rescale":false},"shade":false,"to":[-12,-11.44264,-16]},{"faces":{"north":{"texture":"#0","uv":[12.5,8,11.25,6.75]},"south":{"texture":"#0","uv":[11.25,8,12.5,6.75]}},"from":[-15.6,-15.842641,-16],"rotation":{"angle":-45,"axis":"z","origin":[-5.9632473,-6.205888,-16],"rescale":false},"shade":false,"to":[-11.6,-11.842641,-16]},{"faces":{"north":{"texture":"#0","uv":[11.25,8,12.5,6.75]},"south":{"texture":"#0","uv":[12.5,8,11.25,6.75]}},"from":[-1.1264935,-15.842641,-16],"rotation":{"angle":45,"axis":"z","origin":[-6.7632465,-6.205888,-16],"rescale":false},"shade":false,"to":[2.8735065,-11.842641,-16]},{"faces":{"north":{"texture":"#0","uv":[10,6.75,11.25,8]},"south":{"texture":"#0","uv":[11.25,6.75,10,8]}},"from":[-16,-0.96913433,-15.6],"rotation":{"angle":0,"axis":"z","origin":[-6.363247,-6.6058874,-15.6],"rescale":false},"shade":false,"to":[-12,3.0308657,-15.6]},{"faces":{"north":{"texture":"#0","uv":[11.25,8,12.5,6.75]},"south":{"texture":"#0","uv":[12.5,8,11.25,6.75]}},"from":[-0.96913433,-16,-15.6],"shade":false,"to":[3.0308657,-12,-15.6]},{"faces":{"north":{"texture":"#0","uv":[11.25,6.75,12.5,8]},"south":{"texture":"#0","uv":[10,6.75,11.25,8]}},"from":[-0.8519764,-0.8436489,-15.6],"shade":false,"to":[3.148024,3.156351,-15.6]},{"faces":{"north":{"texture":"#0","uv":[12.5,8,11.25,6.75]},"south":{"texture":"#0","uv":[11.25,8,12.5,6.75]}},"from":[-15.882843,-15.559798,-15.6],"rotation":{"angle":0,"axis":"z","origin":[-5.9632473,-6.205888,-15.6],"rescale":false},"shade":false,"to":[-11.882843,-11.559799,-15.6]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"east":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"north":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"south":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"up":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"west":{"texture":"#0","uv":[11.75,0,12.125,0.375]}},"from":[8,8,8],"shade":false,"to":[5.2,5.2,5.2]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0.75,11.75,1.5]},"east":{"texture":"#0","uv":[10.25,0,11,0.75]},"north":{"texture":"#0","uv":[9.5,0,10.25,0.75]},"south":{"texture":"#0","uv":[11,0,11.75,0.75]},"up":{"texture":"#0","uv":[10.25,0.75,11,1.5]},"west":{"texture":"#0","uv":[9.5,0.75,10.25,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.75,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"east":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"north":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"south":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"up":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"west":{"texture":"#0","uv":[11.75,0,12.125,0.375]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.75,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,2.25,11.375,2.875]},"east":{"texture":"#0","uv":[10.125,1.625,10.75,2.25]},"north":{"texture":"#0","uv":[9.5,1.625,10.125,2.25]},"south":{"texture":"#0","uv":[10.75,1.625,11.375,2.25]},"up":{"texture":"#0","uv":[10.125,2.25,10.75,2.875]},"west":{"texture":"#0","uv":[9.5,2.25,10.125,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.5,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"east":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"north":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"south":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"up":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"west":{"texture":"#0","uv":[11.75,0,12.125,0.375]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.75,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.75,2.25,11.375,2.875]},"east":{"texture":"#0","uv":[10.125,1.625,10.75,2.25]},"north":{"texture":"#0","uv":[9.5,1.625,10.125,2.25]},"south":{"texture":"#0","uv":[10.75,1.625,11.375,2.25]},"up":{"texture":"#0","uv":[10.125,2.25,10.75,2.875]},"west":{"texture":"#0","uv":[9.5,2.25,10.125,2.875]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3,5,6]},"east":{"texture":"#0","uv":[0,6,3,7.75]},"north":{"texture":"#0","uv":[3,6,5,7.75]},"south":{"texture":"#0","uv":[8,6,10,7.75]},"up":{"texture":"#0","uv":[5,6,3,3]},"west":{"texture":"#0","uv":[5,6,8,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.78,-13.2,-11.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"east":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"north":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"south":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"up":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"west":{"texture":"#0","uv":[11.75,0,12.125,0.375]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,1.75,12.75,2.5]},"east":{"texture":"#0","uv":[12.75,2.5,12,3.5]},"north":{"texture":"#0","uv":[12,2.5,11.25,3.5]},"south":{"texture":"#0","uv":[13.5,2.5,12.75,3.5]},"up":{"texture":"#0","uv":[11.25,2.5,12,1.75]},"west":{"texture":"#0","uv":[11.25,2.5,10.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,3.375,10.625,3.75]},"east":{"texture":"#0","uv":[9.875,3,10.25,3.375]},"north":{"texture":"#0","uv":[9.5,3,9.875,3.375]},"south":{"texture":"#0","uv":[10.25,3,10.625,3.375]},"up":{"texture":"#0","uv":[9.875,3.375,10.25,3.75]},"west":{"texture":"#0","uv":[9.5,3.375,9.875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.75,12,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.25,3.5]},"north":{"texture":"#0","uv":[11.25,2.5,12,3.5]},"south":{"texture":"#0","uv":[12.75,2.5,13.5,3.5]},"up":{"texture":"#0","uv":[12,2.5,11.25,1.75]},"west":{"texture":"#0","uv":[12,2.5,12.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"east":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"north":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"south":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"up":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"west":{"texture":"#0","uv":[11.75,0,12.125,0.375]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11.5,0.5]},"east":{"texture":"#0","uv":[10.5,0.5,11,1.75]},"north":{"texture":"#0","uv":[11,0.5,11.5,1.75]},"south":{"texture":"#0","uv":[12,0.5,12.5,1.75]},"up":{"texture":"#0","uv":[11.5,0.5,11,0]},"west":{"texture":"#0","uv":[11.5,0.5,12,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,3.375,10.625,3.75]},"east":{"texture":"#0","uv":[9.875,3,10.25,3.375]},"north":{"texture":"#0","uv":[9.5,3,9.875,3.375]},"south":{"texture":"#0","uv":[10.25,3,10.625,3.375]},"up":{"texture":"#0","uv":[9.875,3.375,10.25,3.75]},"west":{"texture":"#0","uv":[9.5,3.375,9.875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,12,0.5]},"east":{"texture":"#0","uv":[12,0.5,11.5,1.75]},"north":{"texture":"#0","uv":[11.5,0.5,11,1.75]},"south":{"texture":"#0","uv":[12.5,0.5,12,1.75]},"up":{"texture":"#0","uv":[11,0.5,11.5,0]},"west":{"texture":"#0","uv":[11,0.5,10.5,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"east":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"north":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"south":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"up":{"texture":"#0","uv":[11.75,0,12.125,0.375]},"west":{"texture":"#0","uv":[11.75,0,12.125,0.375]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.2,-16,-14.8],"shade":false,"to":[-12,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8,1.25,7.5,1.25]},"east":{"texture":"#0","uv":[7,1.25,7,2.25]},"north":{"texture":"#0","uv":[7,1.25,7.5,2.25]},"south":{"texture":"#0","uv":[7.5,1.25,8,2.25]},"up":{"texture":"#0","uv":[7.5,1.25,7,1.25]},"west":{"texture":"#0","uv":[7.5,1.25,7.5,2.25]}},"from":[-12,-16,-14.8],"shade":false,"to":[-11.2,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.5,1.25,8,1.25]},"east":{"texture":"#0","uv":[7.5,1.25,7.5,2.25]},"north":{"texture":"#0","uv":[7.5,1.25,7,2.25]},"south":{"texture":"#0","uv":[8,1.25,7.5,2.25]},"up":{"texture":"#0","uv":[7,1.25,7.5,1.25]},"west":{"texture":"#0","uv":[7,1.25,7,2.25]}},"from":[-16,-16,-14.8],"shade":false,"to":[-15.2,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[8.75,2.25,8,2.5]},"east":{"texture":"#0","uv":[7,2.5,7.25,3]},"north":{"texture":"#0","uv":[7.25,2.5,8,3]},"south":{"texture":"#0","uv":[8.25,2.5,9,3]},"up":{"texture":"#0","uv":[8,2.5,7.25,2.25]},"west":{"texture":"#0","uv":[8,2.5,8.25,3]}},"from":[-13.2,-13.6,-14.4],"shade":false,"to":[-12,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[8,2.25,8.75,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,8,3]},"north":{"texture":"#0","uv":[8,2.5,7.25,3]},"south":{"texture":"#0","uv":[9,2.5,8.25,3]},"up":{"texture":"#0","uv":[7.25,2.5,8,2.25]},"west":{"texture":"#0","uv":[7.25,2.5,7,3]}},"from":[-15.2,-13.6,-14.4],"shade":false,"to":[-14,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.75,0.75]},"east":{"texture":"#0","uv":[7,0.75,7.75,1.25]},"north":{"texture":"#0","uv":[7.75,0.75,8.75,1.25]},"south":{"texture":"#0","uv":[9.5,0.75,10.5,1.25]},"up":{"texture":"#0","uv":[8.75,0.75,7.75,0]},"west":{"texture":"#0","uv":[8.75,0.75,9.5,1.25]}},"from":[-14.4,-16,-16],"shade":false,"to":[-12.799999,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,3.375,10.625,3.75]},"east":{"texture":"#0","uv":[9.875,3,10.25,3.375]},"north":{"texture":"#0","uv":[9.5,3,9.875,3.375]},"south":{"texture":"#0","uv":[10.25,3,10.625,3.375]},"up":{"texture":"#0","uv":[9.875,3.375,10.25,3.75]},"west":{"texture":"#0","uv":[9.5,3.375,9.875,3.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,7.75,4.5,11]},"east":{"texture":"#0","uv":[0,11,3.25,12.25]},"north":{"texture":"#0","uv":[3.25,11,4.5,12.25]},"south":{"texture":"#0","uv":[7.75,11,9,12.25]},"up":{"texture":"#0","uv":[4.5,11,3.25,7.75]},"west":{"texture":"#0","uv":[4.5,11,7.75,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-10.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"east":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"north":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"south":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"up":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"west":{"texture":"#0","uv":[11.75,0.375,12.125,0]}},"from":[8,8,8],"shade":false,"to":[5.2,5.2,5.2]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.5,13,4.5]},"east":{"texture":"#0","uv":[13.25,4.5,12.25,4.75]},"north":{"texture":"#0","uv":[12.25,4.5,11.5,4.75]},"south":{"texture":"#0","uv":[14,4.5,13.25,4.75]},"up":{"texture":"#0","uv":[11.5,4.5,12.25,3.5]},"west":{"texture":"#0","uv":[11.5,4.5,10.5,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.25,1.5,11,0.75]},"east":{"texture":"#0","uv":[10.25,0.75,11,0]},"north":{"texture":"#0","uv":[9.5,0.75,10.25,0]},"south":{"texture":"#0","uv":[11,0.75,11.75,0]},"up":{"texture":"#0","uv":[11,1.5,11.75,0.75]},"west":{"texture":"#0","uv":[9.5,1.5,10.25,0.75]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-13.6,-13.6]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,3.5,12.25,4.5]},"east":{"texture":"#0","uv":[10.5,4.5,11.5,4.75]},"north":{"texture":"#0","uv":[11.5,4.5,12.25,4.75]},"south":{"texture":"#0","uv":[13.25,4.5,14,4.75]},"up":{"texture":"#0","uv":[12.25,4.5,11.5,3.5]},"west":{"texture":"#0","uv":[12.25,4.5,13.25,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"east":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"north":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"south":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"up":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"west":{"texture":"#0","uv":[11.75,0.375,12.125,0]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.875,10.75,2.25]},"east":{"texture":"#0","uv":[10.125,2.25,10.75,1.625]},"north":{"texture":"#0","uv":[9.5,2.25,10.125,1.625]},"south":{"texture":"#0","uv":[10.75,2.25,11.375,1.625]},"up":{"texture":"#0","uv":[10.75,2.875,11.375,2.25]},"west":{"texture":"#0","uv":[9.5,2.875,10.125,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"east":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"north":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"south":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"up":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"west":{"texture":"#0","uv":[11.75,0.375,12.125,0]}},"from":[8,8,8],"shade":false,"to":[5.6,5.6,5.6]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[10.125,2.875,10.75,2.25]},"east":{"texture":"#0","uv":[10.125,2.25,10.75,1.625]},"north":{"texture":"#0","uv":[9.5,2.25,10.125,1.625]},"south":{"texture":"#0","uv":[10.75,2.25,11.375,1.625]},"up":{"texture":"#0","uv":[10.75,2.875,11.375,2.25]},"west":{"texture":"#0","uv":[9.5,2.875,10.125,2.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-14]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"east":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"north":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"south":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"up":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"west":{"texture":"#0","uv":[11.75,0.375,12.125,0]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,3.75,10.25,3.375]},"east":{"texture":"#0","uv":[9.875,3.375,10.25,3]},"north":{"texture":"#0","uv":[9.5,3.375,9.875,3]},"south":{"texture":"#0","uv":[10.25,3.375,10.625,3]},"up":{"texture":"#0","uv":[10.25,3.75,10.625,3.375]},"west":{"texture":"#0","uv":[9.5,3.75,9.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"east":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"north":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"south":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"up":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"west":{"texture":"#0","uv":[11.75,0.375,12.125,0]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,3.75,10.25,3.375]},"east":{"texture":"#0","uv":[9.875,3.375,10.25,3]},"north":{"texture":"#0","uv":[9.5,3.375,9.875,3]},"south":{"texture":"#0","uv":[10.25,3.375,10.625,3]},"up":{"texture":"#0","uv":[10.25,3.75,10.625,3.375]},"west":{"texture":"#0","uv":[9.5,3.75,9.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"east":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"north":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"south":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"up":{"texture":"#0","uv":[11.75,0.375,12.125,0]},"west":{"texture":"#0","uv":[11.75,0.375,12.125,0]}},"from":[8,8,8],"shade":false,"to":[6.4,6.4,6.4]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.875,3.75,10.25,3.375]},"east":{"texture":"#0","uv":[9.875,3.375,10.25,3]},"north":{"texture":"#0","uv":[9.5,3.375,9.875,3]},"south":{"texture":"#0","uv":[10.25,3.375,10.625,3]},"up":{"texture":"#0","uv":[10.25,3.75,10.625,3.375]},"west":{"texture":"#0","uv":[9.5,3.75,9.875,3.375]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1009881227_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,0,3.5,3.5]},"east":{"texture":"#0","uv":[0,3.5,3.5,3.5]},"north":{"texture":"#0","uv":[3.5,3.5,7,3.5]},"south":{"texture":"#0","uv":[10.5,3.5,14,3.5]},"up":{"texture":"#0","uv":[7,0,7,0]},"west":{"texture":"#0","uv":[7,3.5,10.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.25,4.25,9,4]},"east":{"texture":"#0","uv":[9.25,4.25,9,4]},"north":{"texture":"#0","uv":[9.25,4.25,9,4]},"south":{"texture":"#0","uv":[9.25,4.25,9,4]},"up":{"texture":"#0","uv":[9.25,4.25,9,4]},"west":{"texture":"#0","uv":[9.25,4.25,9,4]}},"from":[8,8,8],"shade":false,"to":[4.8,4.8,4.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3,7,1.5,8.5]},"east":{"texture":"#0","uv":[0,8.5,1.5,8.5]},"north":{"texture":"#0","uv":[1.5,8.5,3,8.5]},"south":{"texture":"#0","uv":[4.5,8.5,6,8.5]},"up":{"texture":"#0","uv":[3,7,3,7]},"west":{"texture":"#0","uv":[3,8.5,4.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"east":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"north":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"south":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"up":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]},"west":{"texture":"#0","uv":[9.5,4.25,7.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.2,-13.2,-13.2]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.5,7,7]},"east":{"texture":"#0","uv":[10.5,7,7,7]},"north":{"texture":"#0","uv":[7,7,3.5,7]},"south":{"texture":"#0","uv":[14,7,10.5,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[3.5,7,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.5,3.5,7]},"east":{"texture":"#0","uv":[0,7,3.5,7]},"north":{"texture":"#0","uv":[3.5,7,7,7]},"south":{"texture":"#0","uv":[10.5,7,14,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[7,7,10.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[3.5,3.5,7,7]},"east":{"texture":"#0","uv":[10.5,7,7,7]},"north":{"texture":"#0","uv":[7,7,3.5,7]},"south":{"texture":"#0","uv":[14,7,10.5,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[3.5,7,0,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[11.5,0,12.75,2.5]},"west":{"texture":"#0","uv":[12.75,0,11.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3.5,3.5,7]},"east":{"texture":"#0","uv":[0,7,3.5,7]},"north":{"texture":"#0","uv":[3.5,7,7,7]},"south":{"texture":"#0","uv":[10.5,7,14,7]},"up":{"texture":"#0","uv":[7,3.5,7,3.5]},"west":{"texture":"#0","uv":[7,7,10.5,7]}},"from":[-16,-16,-16],"shade":false,"to":[-10.4,-16,-10.4]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"east":{"texture":"#0","uv":[12.75,0,11.5,2.5]},"west":{"texture":"#0","uv":[11.5,0,12.75,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-12,-14]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[6,9.25,0,13.25]},"east":{"texture":"#0","uv":[12,9.25,16,10.75]},"north":{"texture":"#0","uv":[10,13.25,16,14.75]},"south":{"texture":"#0","uv":[10,13.25,16,14.75]},"up":{"texture":"#0","uv":[12,13.25,6,9.25]},"west":{"texture":"#0","uv":[12,9.25,16,10.75]}},"from":[-16,-16,-16],"shade":false,"to":[-6.392,-13.592,-9.592]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-14.796,-13.596,-15.996],"shade":false,"to":[-14.396,-12.396,-9.596001]},{"faces":{"east":{"texture":"#0","uv":[4,7.5,0,8.25]},"north":{"texture":"#0","uv":[0,7.5,0.25,8.25]},"south":{"texture":"#0","uv":[3.75,7.5,4,8.25]},"up":{"texture":"#0","uv":[14.5,4,14.25,0]},"west":{"texture":"#0","uv":[0,7.5,4,8.25]}},"from":[-7.9960003,-13.596,-15.996],"shade":false,"to":[-7.596,-12.396,-9.596001]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[9,7,7.5,8.5]},"east":{"texture":"#0","uv":[6,8.5,7.5,8.5]},"north":{"texture":"#0","uv":[7.5,8.5,9,8.5]},"south":{"texture":"#0","uv":[10.5,8.5,12,8.5]},"up":{"texture":"#0","uv":[9,7,9,7]},"west":{"texture":"#0","uv":[9,8.5,10.5,8.5]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-16,-13.6]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.75,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.75,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4.25,4.5,4,6]},"east":{"texture":"#0","uv":[2.25,6,3.75,7.5]},"north":{"texture":"#0","uv":[3.75,6,4,7.5]},"south":{"texture":"#0","uv":[5.5,6,5.75,7.5]},"up":{"texture":"#0","uv":[4,6,3.75,4.5]},"west":{"texture":"#0","uv":[4,6,5.5,7.5]}},"from":[-15.6,-16,-16],"shade":false,"to":[-15.200001,-13.6,-13.6]},{"faces":{"down":{"texture":"#0","uv":[4,4.5,4.25,6]},"east":{"texture":"#0","uv":[5.5,6,4,7.5]},"north":{"texture":"#0","uv":[4,6,3.75,7.5]},"south":{"texture":"#0","uv":[5.75,6,5.5,7.5]},"up":{"texture":"#0","uv":[3.75,6,4,4.5]},"west":{"texture":"#0","uv":[3.75,6,2.25,7.5]}},"from":[-5.6000004,-16,-16],"shade":false,"to":[-5.2000003,-13.6,-13.6]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0.5,4,0,5]},"south":{"texture":"#0","uv":[0,4,0.5,5]}},"from":[-16,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-15.2,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]},{"faces":{"north":{"texture":"#0","uv":[0,4,0.5,5]},"south":{"texture":"#0","uv":[0.5,4,0,5]}},"from":[-5.6000004,-13.6,-14.8],"rotation":{"angle":-45,"axis":"x","origin":[-10.4,-14.8,-14.8],"rescale":false},"shade":false,"to":[-4.8,-12,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.5,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"north":{"texture":"#0","uv":[2.25,2.25,1.5,6.75]},"south":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[1.5,2.25,2.25,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-8.8,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[4,8.5,2,8.5]},"east":{"texture":"#0","uv":[0,8.5,0,10]},"north":{"texture":"#0","uv":[0,8.5,2.75,10.75]},"south":{"texture":"#0","uv":[0,8.5,0,8.5]},"up":{"texture":"#0","uv":[2,8.5,0,8.5]},"west":{"texture":"#0","uv":[2,8.5,2,10]}},"from":[-16,-16,-16],"shade":false,"to":[-13.6,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w929460426_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,14.25,1.5]},"south":{"texture":"#0","uv":[14.25,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,3,5,6]},"east":{"texture":"#0","uv":[0,6,3,7.75]},"north":{"texture":"#0","uv":[3,6,5,7.75]},"south":{"texture":"#0","uv":[8,6,10,7.75]},"up":{"texture":"#0","uv":[5,6,3,3]},"west":{"texture":"#0","uv":[5,6,8,7.75]}},"from":[-16,-16,-16],"shade":false,"to":[-12.78,-13.2,-11.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"north":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]},"south":{"texture":"#0","uv":[1.5,2.25,0.75,5.75]},"up":{"texture":"#0","uv":[0.75,3,0,2.25]},"west":{"texture":"#0","uv":[0.75,2.25,1.5,5.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-10.4,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,1.75,12.75,2.5]},"east":{"texture":"#0","uv":[12.75,2.5,12,3.5]},"north":{"texture":"#0","uv":[12,2.5,11.25,3.5]},"south":{"texture":"#0","uv":[13.5,2.5,12.75,3.5]},"up":{"texture":"#0","uv":[11.25,2.5,12,1.75]},"west":{"texture":"#0","uv":[11.25,2.5,10.5,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[13.5,0,12.75,1.5]},"south":{"texture":"#0","uv":[12.75,0,13.5,1.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.6,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.75,1.75,12,2.5]},"east":{"texture":"#0","uv":[10.5,2.5,11.25,3.5]},"north":{"texture":"#0","uv":[11.25,2.5,12,3.5]},"south":{"texture":"#0","uv":[12.75,2.5,13.5,3.5]},"up":{"texture":"#0","uv":[12,2.5,11.25,1.75]},"west":{"texture":"#0","uv":[12,2.5,12.75,3.5]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-14.4,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[7,2.5,5,3.25]},"east":{"texture":"#0","uv":[2.25,3.25,3,4.5]},"north":{"texture":"#0","uv":[3,3.25,5,4.5]},"south":{"texture":"#0","uv":[5.75,3.25,7.75,4.5]},"up":{"texture":"#0","uv":[5,3.25,3,2.5]},"west":{"texture":"#0","uv":[5,3.25,5.75,4.5]}},"from":[-16,-16,-16],"shade":false,"to":[-12.8,-14,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12,0,11.5,0.5]},"east":{"texture":"#0","uv":[10.5,0.5,11,1.75]},"north":{"texture":"#0","uv":[11,0.5,11.5,1.75]},"south":{"texture":"#0","uv":[12,0.5,12.5,1.75]},"up":{"texture":"#0","uv":[11.5,0.5,11,0]},"west":{"texture":"#0","uv":[11.5,0.5,12,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"head":{"scale":[4,4,4],"translation":[-16,-22.4,-16]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0,0.5,2,0]},"east":{"texture":"#0","uv":[2,0,2.5,0.5]},"west":{"texture":"#0","uv":[2,0,2.5,0.5]}},"from":[8,8,8],"shade":false,"to":[11.2,8.8,7.2]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11.5,0,12,0.5]},"east":{"texture":"#0","uv":[12,0.5,11.5,1.75]},"north":{"texture":"#0","uv":[11.5,0.5,11,1.75]},"south":{"texture":"#0","uv":[12.5,0.5,12,1.75]},"up":{"texture":"#0","uv":[11,0.5,11.5,0]},"west":{"texture":"#0","uv":[11,0.5,10.5,1.75]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14,-15.2]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[11,0,7,0.5]},"east":{"texture":"#0","uv":[2.5,0.5,3,2.5]},"north":{"texture":"#0","uv":[3,0.5,7,2.5]},"south":{"texture":"#0","uv":[7.5,0.5,11.5,2.5]},"up":{"texture":"#0","uv":[7,0.5,3,0]},"west":{"texture":"#0","uv":[7,0.5,7.5,2.5]}},"from":[-16,-16,-16],"shade":false,"to":[-9.6,-12.8,-15.2]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.5,0,3.5,1.5]},"east":{"texture":"#0","uv":[0,1.5,1.5,3]},"north":{"texture":"#0","uv":[1.5,1.5,3.5,3]},"south":{"texture":"#0","uv":[5,1.5,7,3]},"up":{"texture":"#0","uv":[3.5,1.5,1.5,0]},"west":{"texture":"#0","uv":[3.5,1.5,5,3]}},"from":[-15.2,-16,-14.8],"shade":false,"to":[-12,-13.6,-12.4]},{"faces":{"down":{"texture":"#0","uv":[8,1.25,7.5,1.25]},"east":{"texture":"#0","uv":[7,1.25,7,2.25]},"north":{"texture":"#0","uv":[7,1.25,7.5,2.25]},"south":{"texture":"#0","uv":[7.5,1.25,8,2.25]},"up":{"texture":"#0","uv":[7.5,1.25,7,1.25]},"west":{"texture":"#0","uv":[7.5,1.25,7.5,2.25]}},"from":[-12,-16,-14.8],"shade":false,"to":[-11.2,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[7.5,1.25,8,1.25]},"east":{"texture":"#0","uv":[7.5,1.25,7.5,2.25]},"north":{"texture":"#0","uv":[7.5,1.25,7,2.25]},"south":{"texture":"#0","uv":[8,1.25,7.5,2.25]},"up":{"texture":"#0","uv":[7,1.25,7.5,1.25]},"west":{"texture":"#0","uv":[7,1.25,7,2.25]}},"from":[-16,-16,-14.8],"shade":false,"to":[-15.2,-14.4,-14.8]},{"faces":{"down":{"texture":"#0","uv":[8.75,2.25,8,2.5]},"east":{"texture":"#0","uv":[7,2.5,7.25,3]},"north":{"texture":"#0","uv":[7.25,2.5,8,3]},"south":{"texture":"#0","uv":[8.25,2.5,9,3]},"up":{"texture":"#0","uv":[8,2.5,7.25,2.25]},"west":{"texture":"#0","uv":[8,2.5,8.25,3]}},"from":[-13.2,-13.6,-14.4],"shade":false,"to":[-12,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[8,2.25,8.75,2.5]},"east":{"texture":"#0","uv":[8.25,2.5,8,3]},"north":{"texture":"#0","uv":[8,2.5,7.25,3]},"south":{"texture":"#0","uv":[9,2.5,8.25,3]},"up":{"texture":"#0","uv":[7.25,2.5,8,2.25]},"west":{"texture":"#0","uv":[7.25,2.5,7,3]}},"from":[-15.2,-13.6,-14.4],"shade":false,"to":[-14,-12.8,-14]},{"faces":{"down":{"texture":"#0","uv":[9.75,0,8.75,0.75]},"east":{"texture":"#0","uv":[7,0.75,7.75,1.25]},"north":{"texture":"#0","uv":[7.75,0.75,8.75,1.25]},"south":{"texture":"#0","uv":[9.5,0.75,10.5,1.25]},"up":{"texture":"#0","uv":[8.75,0.75,7.75,0]},"west":{"texture":"#0","uv":[8.75,0.75,9.5,1.25]}},"from":[-14.4,-16,-16],"shade":false,"to":[-12.799999,-15.2,-14.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[5.75,7.75,4.5,11]},"east":{"texture":"#0","uv":[0,11,3.25,12.25]},"north":{"texture":"#0","uv":[3.25,11,4.5,12.25]},"south":{"texture":"#0","uv":[7.75,11,9,12.25]},"up":{"texture":"#0","uv":[4.5,11,3.25,7.75]},"west":{"texture":"#0","uv":[4.5,11,7.75,12.25]}},"from":[-16,-16,-16],"shade":false,"to":[-14,-14,-10.8]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[12.25,3.5,13,4.5]},"east":{"texture":"#0","uv":[13.25,4.5,12.25,4.75]},"north":{"texture":"#0","uv":[12.25,4.5,11.5,4.75]},"south":{"texture":"#0","uv":[14,4.5,13.25,4.75]},"up":{"texture":"#0","uv":[11.5,4.5,12.25,3.5]},"west":{"texture":"#0","uv":[11.5,4.5,10.5,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[13,3.5,12.25,4.5]},"east":{"texture":"#0","uv":[10.5,4.5,11.5,4.75]},"north":{"texture":"#0","uv":[11.5,4.5,12.25,4.75]},"south":{"texture":"#0","uv":[13.25,4.5,14,4.75]},"up":{"texture":"#0","uv":[12.25,4.5,11.5,3.5]},"west":{"texture":"#0","uv":[12.25,4.5,13.25,4.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-15.6,-14.4]}],"overrides":[],"textures":{"0":"item/w967720287_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[16,0,16,0]},"east":{"texture":"#0","uv":[0,0,0,0]},"north":{"texture":"#0","uv":[0.25,0,0.25,0]},"south":{"texture":"#0","uv":[16,0,16,0]},"up":{"texture":"#0","uv":[12.25,0.25,12.25,0.25]},"west":{"texture":"#0","uv":[4,0,4,0]}},"from":[-16,-16,-16],"shade":false,"to":[-16,-16,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0,5,0.75,6.75]},"north":{"texture":"#0","uv":[0.75,5,0,6.75]},"south":{"texture":"#0","uv":[0.75,5,0,6.75]},"west":{"texture":"#0","uv":[0,5,0.75,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.75,0.5,0,1.25]},"east":{"texture":"#0","uv":[0.75,5,0,6.75]},"north":{"texture":"#0","uv":[0,5,0.75,6.75]},"south":{"texture":"#0","uv":[0,5,0.75,6.75]},"west":{"texture":"#0","uv":[0.75,5,0,6.75]}},"from":[-16,-16,-16],"shade":false,"to":[-14.8,-13.2,-14.8]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0.5,3,0,4]},"south":{"texture":"#0","uv":[0,3,0.5,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
|
@ -1 +1 @@
|
||||||
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"down":{"texture":"#0","uv":[0.25,0.5,0,0.75]},"east":{"texture":"#0","uv":[6,13.25,10,16]},"north":{"texture":"#0","uv":[0,13.25,6,16]},"south":{"texture":"#0","uv":[0,13.25,6,16]},"up":{"texture":"#0","uv":[6,13.25,0,9.25]},"west":{"texture":"#0","uv":[6,13.25,10,16]}},"from":[-16,-16,-16],"shade":false,"to":[-6.3999996,-11.6,-9.6]}],"overrides":[],"textures":{"0":"item/w1881954586_0"}}
|
{"display":{"gui":{"translation":[24,24,24]},"head":{"scale":[4,4,4],"translation":[80,73.6,80]}},"elements":[{"faces":{"north":{"texture":"#0","uv":[0,3,0.5,4]},"south":{"texture":"#0","uv":[0.5,3,0,4]}},"from":[-16,-16,-16],"shade":false,"to":[-15.2,-14.4,-16]}],"overrides":[],"textures":{"0":"item/w1881912913_0"}}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue