26 Commits

Author SHA1 Message Date
Hell13Cat ecf3581894 Версия 0.4.0 2022-02-05 23:32:01 +03:00
Hell13Cat e16ef694e7 Новая иконка 2022-02-05 23:23:38 +03:00
Hell13Cat 18fe411902 Алмазная пыль 2022-02-05 23:06:40 +03:00
Hell13Cat f6f52cb784 FIX - Рецепт рыбного стейка 2022-02-05 22:50:03 +03:00
Hell13Cat e761ddb1a0 Рыбный стейк и рыбное филе 2022-02-05 22:47:44 +03:00
Hell13Cat 7a6d4a4ec2 Переименование аддона 2022-02-05 22:29:41 +03:00
Hell13Cat e1190e6dff Вафли и варенье 2022-02-05 22:18:42 +03:00
Hell13Cat 08367ebcc5 Добавлена шоколадка 2022-02-05 22:01:14 +03:00
Hell13Cat a31f8d13e3 Финал генератора предметов и новый предмет 2022-02-05 21:21:08 +03:00
Hell13Cat 473dbd9182 Начало билдера предметов и фикс билдера аддона 2022-02-05 20:57:43 +03:00
Hell13Cat bd3c2890ba Адаптация новых текстур 2022-02-05 20:18:25 +03:00
Hell13Cat ed6dcec741 FIX - Отсуствие зависимостей 2022-02-05 20:10:22 +03:00
Hell13Cat 2f052867c4 Переименование, переделка текстур и яблочный пирог 2022-02-05 20:02:47 +03:00
Hell13Cat d25ad43ead DOC - История верии и алкоголь 2022-01-31 22:36:22 +03:00
Hell13Cat ba04fb5b54 DOC - Алкоголь 2022-01-31 22:23:21 +03:00
Hell13Cat 62d42c397f DOC - Система алкоголя 2022-01-31 21:41:44 +03:00
Hell13Cat 572012f6e4 Merge branch 'main' of https://github.com/Hell13Cat/Minecraft-Behavior-MW 2022-01-31 21:32:12 +03:00
Hell13Cat 199863872e Новые рецепты 2022-01-31 21:32:08 +03:00
Hell13Cat eb0481b0f5 Set theme jekyll-theme-midnight 2022-01-31 21:14:59 +03:00
Hell13Cat 728c30dc6d Главная страница + начало рецептов 2022-01-31 21:11:46 +03:00
Hell13Cat f2fdbc0130 Set theme jekyll-theme-cayman 2022-01-31 20:53:03 +03:00
Hell13Cat fed6873b96 Подготовка к созданию документации 2022-01-31 20:50:55 +03:00
Hell13Cat 6d79cb14ae Исправление рецепта 2022-01-31 20:36:05 +03:00
Hell13Cat 79252c2e63 Set theme jekyll-theme-slate 2022-01-30 02:11:04 +03:00
Hell13Cat a480e3a6fa Create index.md 2022-01-30 02:07:28 +03:00
Hell13Cat 1014596bed Новая еда и некоторые изменения 2022-01-29 22:01:03 +03:00
1518 changed files with 765 additions and 808 deletions
+2
View File
@@ -0,0 +1,2 @@
diagnostic.disable.minecraft.manifest.module.missing=true
diagnostic.disable.minecraft.manifest.module.missing=true
@@ -1,3 +0,0 @@
give @s mw_alko:bottle_water
give @s mw_alko:alcohol
give @s mw_alko:bottle
@@ -1,2 +0,0 @@
clear @s mw_alko:bottle 0 1
give @s mw_alko:bottle_water 1 0
@@ -1 +0,0 @@
execute @p ~~~ detect ~~~ minecraft:water 0 function flaskTransform
@@ -1 +0,0 @@
give @s mw_alko:absent
@@ -1 +0,0 @@
give @s mw_alko:alcohol
@@ -1 +0,0 @@
give @s mw_alko:beer
@@ -1 +0,0 @@
give @s mw_alko:bottle
@@ -1 +0,0 @@
give @s mw_alko:bottle_water
@@ -1 +0,0 @@
give @s mw_alko:vine
@@ -1 +0,0 @@
give @s mw_alko:vodka
-3
View File
@@ -1,3 +0,0 @@
{
"values": []
}
-26
View File
@@ -22,32 +22,6 @@
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": true,
"effects": [
{
"name": "nausea",
"chance": 1,
"duration": 300,
"amplifier": 2
},
{
"name": "slowness",
"chance": 1,
"duration": 60,
"amplifier": 1
},
{
"name": "strength",
"chance": 1,
"duration": 90,
"amplifier": 1
},
{
"name": "poison",
"chance": 1,
"duration": 4,
"amplifier": 0
}
],
"on_consume": {
"event": "mw_alko:effect"
},
+29
View File
@@ -0,0 +1,29 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_food:choko",
"category": "nature"
},
"components": {
"minecraft:icon": {
"texture": "mw_food",
"frame": 0
},
"minecraft:display_name": {
"value": "Шоколадка"
},
"minecraft:use_animation": "eat",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": false,
"remove_effects": []
},
"minecraft:use_duration": 2
}
}
}
@@ -0,0 +1,29 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_food:fish_fillet",
"category": "nature"
},
"components": {
"minecraft:icon": {
"texture": "mw_food",
"frame": 1
},
"minecraft:display_name": {
"value": "Рыбное филе"
},
"minecraft:use_animation": "eat",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": false,
"remove_effects": []
},
"minecraft:use_duration": 3
}
}
}
@@ -0,0 +1,29 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_food:fish_steak",
"category": "nature"
},
"components": {
"minecraft:icon": {
"texture": "mw_food",
"frame": 7
},
"minecraft:display_name": {
"value": "Рыбный стейк"
},
"minecraft:use_animation": "eat",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": false,
"remove_effects": []
},
"minecraft:use_duration": 3
}
}
}
+30
View File
@@ -0,0 +1,30 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_food:jam",
"category": "nature"
},
"components": {
"minecraft:icon": {
"texture": "mw_food",
"frame": 2
},
"minecraft:display_name": {
"value": "Варенье"
},
"minecraft:use_animation": "eat",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": false,
"remove_effects": [],
"using_converts_to": "minecraft:glass_bottle"
},
"minecraft:use_duration": 3
}
}
}
+29
View File
@@ -0,0 +1,29 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_food:pieapple",
"category": "Nature"
},
"components": {
"minecraft:icon": {
"texture": "mw_food",
"frame": 4
},
"minecraft:display_name": {
"value": "Яблочный пирог"
},
"minecraft:use_animation": "eat",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 32,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": false,
"remove_effects": []
},
"minecraft:use_duration": 3
}
}
}
+29
View File
@@ -0,0 +1,29 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_food:waffles",
"category": "nature"
},
"components": {
"minecraft:icon": {
"texture": "mw_food",
"frame": 6
},
"minecraft:display_name": {
"value": "Вафли"
},
"minecraft:use_animation": "eat",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": false,
"remove_effects": []
},
"minecraft:use_duration": 3
}
}
}
@@ -0,0 +1,21 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_item:diamond_dust",
"category": "construction"
},
"components": {
"minecraft:icon": {
"texture": "mw_item",
"frame": 0
},
"minecraft:display_name": {
"value": "Алмазная пыль"
},
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false
}
}
}
+40 -1
View File
@@ -1 +1,40 @@
{"format_version": 2, "header": {"description": "Сборник изменений для MW", "name": "MW Different", "uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b", "version": [0, 3, 0], "min_engine_version": [1, 17, 0]}, "modules": [{"description": "Сборник изменений для MW", "type": "data", "uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e", "version": [0, 3, 0]}], "dependencies": [{"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184", "version": [0, 3, 0]}]}
{
"format_version": 2,
"header": {
"description": "Аддон с разными изменениями",
"name": "Iroirona mono o oginau by Nyako",
"uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b",
"version": [
0,
4,
0
],
"min_engine_version": [
1,
17,
0
]
},
"modules": [
{
"description": "Аддон с разными изменениями",
"type": "data",
"uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e",
"version": [
0,
4,
0
]
}
],
"dependencies": [
{
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
"version": [
0,
4,
0
]
}
]
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 B

After

Width:  |  Height:  |  Size: 7.1 KiB

+16 -16
View File
@@ -1,22 +1,22 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"format_version": "1.12.0",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:grass"
},
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "minecraft:dirt"
},
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "minecraft:dirt"
},
{
"item": "minecraft:wheat_seeds"
}
],
"result": {
"item": "minecraft:grass"
{
"item": "minecraft:wheat_seeds"
}
],
"result": {
"item": "minecraft:grass"
}
}
}
}
+11 -16
View File
@@ -1,25 +1,20 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_alko:bottle_water"
"identifier": "mw_alko:bottle_water"
},
"tags": [
"crafting_table"
],
"pattern": [
" ",
" B ",
" "
],
"key": {
"A": {
"item": "minecraft:bucket"
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "mw_alko:bottle"
},
"B": {
"item": "mw_alko:bottle"
{
"item": "minecraft:potion",
"data": 0
}
},
],
"result": {
"item": "mw_alko:bottle_water"
}
+24
View File
@@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_food:choko"
},
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:cocoa_beans"
},
{
"item": "minecraft:paper"
}
],
"result": {
"item": "mw_food:choko"
}
}
}
@@ -0,0 +1,21 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_food:fish_fillet"
},
"tags": [
"crafting_table"
],
"group": "candle",
"ingredients": [
{
"item": "minecraft:cod"
}
],
"result": {
"item": "mw_food:fish_fillet",
"count": 2
}
}
}
@@ -0,0 +1,21 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_food:fish_steak"
},
"tags": [
"crafting_table"
],
"group": "candle",
"ingredients": [
{
"item": "minecraft:salmon"
}
],
"result": {
"item": "mw_food:fish_steak",
"count": 2
}
}
}
+26
View File
@@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_food:jam"
},
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "minecraft:sweet_berries",
"count": 2
},
{
"item": "minecraft:glass_bottle"
},
{
"item": "minecraft:sugar"
}
],
"result": {
"item": "mw_food:jam",
"count": 1
}
}
}
@@ -0,0 +1,34 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "mw_food:pieapple"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"***",
"@!@"
],
"key": {
"#": {
"item": "minecraft:wheat"
},
"*": {
"item": "minecraft:apple"
},
"!": {
"item": "minecraft:sugar"
},
"@": {
"item": "minecraft:egg"
}
},
"result": {
"item": "mw_food:pieapple",
"count": 4
}
}
}
@@ -0,0 +1,23 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_food:waffles"
},
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:wheat",
"count": 2
}
],
"result": {
"item": "mw_food:waffles",
"count": 4
}
}
}
@@ -0,0 +1,21 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_item:diamond_dust"
},
"tags": [
"crafting_table"
],
"group": "candle",
"ingredients": [
{
"item": "minecraft:diamond"
}
],
"result": {
"item": "mw_item:diamond_dust",
"count": 9
}
}
}
@@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:diamond_reverse"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "mw_item:diamond_dust"
}
},
"result": {
"item": "minecraft:diamond"
}
}
}
+2 -2
View File
@@ -32,8 +32,8 @@ datarr["header"]["version"] = info_ver
datarr["modules"][0]["version"] = info_ver
datarr["dependencies"][0]["version"] = info_ver
json.dump(databr, open("behavior_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False)
json.dump(datarr, open("resource_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False)
json.dump(databr, open("behavior_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False, indent=4)
json.dump(datarr, open("resource_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False, indent=4)
zip_name_behavior = 'MWAlkoB'
directory_name_behavior = 'behavior_pack'
+2
View File
@@ -0,0 +1,2 @@
https://henrysoftware.itch.io/pixel-food
https://janbarboza.itch.io/foods-potions-and-coins
+1
View File
@@ -0,0 +1 @@
theme: jekyll-theme-midnight
+35
View File
@@ -0,0 +1,35 @@
## Алкоголь
[Главная](https://nyako.icu/Minecraft-Behavior-MW/)
В аддоне присутсвует система алкоголя
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png) - Пустая клетка
### Бутылка ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/glass.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/glass.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/glass.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/glass.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/glass.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/glass.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/glass.png)
### Бутылка с водой ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle_water.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle.png) + ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/potion_bottle_drinkable.png)
### Алкоголь (Использовать зельеварку)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle_water.png) + ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/sugar.png) = ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_alcohol.png) (Самогон)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_alcohol.png) + ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/potato_poisonous.png) = ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_absent.png) (Абсент)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_alcohol.png) + ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/coal.png) = ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_vodka.png) (Водка)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle_water.png) + ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/wheat.png) = ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_beer.png) (Пиво)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle_water.png) + ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/sweet_berries.png) = ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_vine.png) (Вино)
### Алкоголь - эффекты
[Таблица на отдельной странице](https://nyako.icu/Minecraft-Behavior-MW/alkoef)
+11
View File
@@ -0,0 +1,11 @@
## Алкоголь
[Главная](https://nyako.icu/Minecraft-Behavior-MW/) / [Алкоголь](https://nyako.icu/Minecraft-Behavior-MW/alko)
Название | Тошнота | Сила | Замедление | Отравление
--- | --- | --- | --- | ---
Самогон | I-120с | нет | I-30с | II-4с
Абсент | IV-300с | II-90с | II-60с | III-4с
Водка | I-100с | I-30с | I-20с | нет
Пиво | I-80c | I-20c | нет | нет
Вино | I-80c | I-20c | нет | нет
Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

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