20 Commits

Author SHA1 Message Date
Hell13Cat 19f83fa4ff v0.5.0 2022-02-06 09:44:56 +03:00
Hell13Cat fd6ee9edff FIX - Невозможно было использовать быстрый строитель без голода 2022-02-06 08:35:59 +03:00
Hell13Cat 133fccd0a9 Рецепты могильных предметов 2022-02-06 08:21:10 +03:00
Hell13Cat 5b4a4df0ec FIX - Колизии 2022-02-06 08:09:52 +03:00
Hell13Cat 180d3ccc3a Могильные предметы 2022-02-06 07:56:47 +03:00
Hell13Cat e77703767b FIX - Надписи и текст 2022-02-06 06:51:48 +03:00
Hell13Cat 769ec3b8fd Крафт стула 2022-02-06 06:10:51 +03:00
Hell13Cat 3aa7c8561c Добавлен стул 2022-02-06 05:42:44 +03:00
Hell13Cat a00f93010b Создатель быстрых укрытий 2022-02-06 03:52:38 +03:00
Hell13Cat d0a5237914 DOC - v0.4.0 2022-02-06 00:52:31 +03:00
Hell13Cat 32923fdf9d Merge branch 'main' of https://github.com/Hell13Cat/Minecraft-Behavior-MW 2022-02-06 00:51:06 +03:00
Hell13Cat 24b5f5dfb9 DOC - Новая еда 2022-02-06 00:51:03 +03:00
Hell13Cat 954867e57b Update README.md 2022-02-06 00:04:05 +03:00
Hell13Cat 0a044c0267 DOC - Переименование репозитория 2022-02-06 00:02:26 +03:00
Hell13Cat 6264ebf8c9 DOC - Новые предметы 2022-02-05 23:58:22 +03:00
Hell13Cat 15bf631969 DOC - Иконка на главной страницк 2022-02-05 23:51:11 +03:00
Hell13Cat c7d52120e5 DOC - История версий 2022-02-05 23:48:13 +03:00
Hell13Cat c751ef9f44 DOC - Главная страница 2022-02-05 23:45:52 +03:00
Hell13Cat a16c28e264 FIX - Билдер 2022-02-05 23:41:38 +03:00
Hell13Cat a809dcd48b DOC - Обновление изображений 2022-02-05 23:34:17 +03:00
54 changed files with 1267 additions and 55 deletions
+2
View File
@@ -2,3 +2,5 @@
MWAlko.mcaddon
MWAlkoB.mcpack
MWAlkoR.mcpack
IMoOB.mcpack
IMoOR.mcpack
+3 -2
View File
@@ -1,2 +1,3 @@
# Minecraft-Behavior-MW
Набор правил для MW
# Iroirona mono o oginau
Аддон с разными изменениями
+106
View File
@@ -0,0 +1,106 @@
{
"minecraft:block": {
"description": {
"properties": {
"bridge:block_rotation": [
2,
3,
4,
5
]
},
"identifier": "imoo:grave_1"
},
"permutations": [
{
"condition": "query.block_property('bridge:block_rotation') == 2",
"components": {
"minecraft:rotation": [
0,
180,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 3",
"components": {
"minecraft:rotation": [
0,
0,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 4",
"components": {
"minecraft:rotation": [
0,
270,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 5",
"components": {
"minecraft:rotation": [
0,
90,
0
]
}
}
],
"components": {
"minecraft:on_player_placing": {
"event": "bridge:update_rotation"
},
"minecraft:geometry": "geometry.imoo_grave_1",
"minecraft:material_instances": {
"*": {
"texture": "imoo_grave_1",
"render_method": "alpha_test"
}
},
"minecraft:entity_collision": {
"origin": [
-6,
0,
4
],
"size": [
12,
13,
3
]
},
"minecraft:pick_collision": {
"origin": [
-6,
0,
4
],
"size": [
12,
13,
3
]
},
"minecraft:creative_category": {
"group": "itemGroup.name.Construction",
"category": "Construction"
},
"minecraft:block_light_absorption": 0.9
},
"events": {
"bridge:update_rotation": {
"set_block_property": {
"bridge:block_rotation": "query.cardinal_facing_2d"
}
}
}
},
"format_version": "1.17.0"
}
+106
View File
@@ -0,0 +1,106 @@
{
"minecraft:block": {
"description": {
"properties": {
"bridge:block_rotation": [
2,
3,
4,
5
]
},
"identifier": "imoo:grave_2"
},
"permutations": [
{
"condition": "query.block_property('bridge:block_rotation') == 2",
"components": {
"minecraft:rotation": [
0,
180,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 3",
"components": {
"minecraft:rotation": [
0,
0,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 4",
"components": {
"minecraft:rotation": [
0,
270,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 5",
"components": {
"minecraft:rotation": [
0,
90,
0
]
}
}
],
"components": {
"minecraft:on_player_placing": {
"event": "bridge:update_rotation"
},
"minecraft:geometry": "geometry.imoo_grave_2",
"minecraft:material_instances": {
"*": {
"texture": "imoo_grave_2",
"render_method": "alpha_test"
}
},
"minecraft:entity_collision": {
"origin": [
-5,
0,
3
],
"size": [
10,
13,
2
]
},
"minecraft:pick_collision": {
"origin": [
-5,
0,
3
],
"size": [
10,
13,
2
]
},
"minecraft:creative_category": {
"group": "itemGroup.name.Construction",
"category": "Construction"
},
"minecraft:block_light_absorption": 0.9
},
"events": {
"bridge:update_rotation": {
"set_block_property": {
"bridge:block_rotation": "query.cardinal_facing_2d"
}
}
}
},
"format_version": "1.17.0"
}
+106
View File
@@ -0,0 +1,106 @@
{
"minecraft:block": {
"description": {
"properties": {
"bridge:block_rotation": [
2,
3,
4,
5
]
},
"identifier": "imoo:grave_3"
},
"permutations": [
{
"condition": "query.block_property('bridge:block_rotation') == 2",
"components": {
"minecraft:rotation": [
0,
180,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 3",
"components": {
"minecraft:rotation": [
0,
0,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 4",
"components": {
"minecraft:rotation": [
0,
270,
0
]
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 5",
"components": {
"minecraft:rotation": [
0,
90,
0
]
}
}
],
"components": {
"minecraft:on_player_placing": {
"event": "bridge:update_rotation"
},
"minecraft:geometry": "geometry.imoo_grave_3",
"minecraft:material_instances": {
"*": {
"texture": "imoo_grave_3",
"render_method": "alpha_test"
}
},
"minecraft:entity_collision": {
"origin": [
-6,
0,
-7
],
"size": [
12,
2,
14
]
},
"minecraft:pick_collision": {
"origin": [
-6,
0,
-7
],
"size": [
12,
2,
14
]
},
"minecraft:creative_category": {
"group": "itemGroup.name.Construction",
"category": "Construction"
},
"minecraft:block_light_absorption": 0.9
},
"events": {
"bridge:update_rotation": {
"set_block_property": {
"bridge:block_rotation": "query.cardinal_facing_2d"
}
}
}
},
"format_version": "1.17.0"
}
+190
View File
@@ -0,0 +1,190 @@
{
"format_version": "1.17.0",
"minecraft:block": {
"description": {
"properties": {
"bridge:block_rotation": [
2,
3,
4,
5
]
},
"identifier": "imoo:chair",
"is_experimental": false
},
"permutations": [
{
"condition": "query.block_property('bridge:block_rotation') == 2",
"components": {
"minecraft:rotation": [
0,
180,
0
],
"minecraft:on_interact": {
"event": "rot_0"
}
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 3",
"components": {
"minecraft:rotation": [
0,
0,
0
],
"minecraft:on_interact": {
"event": "rot_1"
}
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 4",
"components": {
"minecraft:rotation": [
0,
270,
0
],
"minecraft:on_interact": {
"event": "rot_2"
}
}
},
{
"condition": "query.block_property('bridge:block_rotation') == 5",
"components": {
"minecraft:rotation": [
0,
90,
0
],
"minecraft:on_interact": {
"event": "rot_3"
}
}
}
],
"components": {
"minecraft:on_player_placing": {
"event": "bridge:update_rotation"
},
"minecraft:destroy_time": 0.2,
"minecraft:explosion_resistance": 1,
"minecraft:map_color": "#ffffff",
"minecraft:material_instances": {
"*": {
"render_method": "opaque",
"texture": "imoo_chair"
}
},
"minecraft:geometry": "geometry.imoo_chair",
"minecraft:block_light_absorption": 0.9,
"minecraft:entity_collision": {
"origin": [
-5,
0,
-5
],
"size": [
10,
9,
10
]
},
"minecraft:creative_category": {
"group": "itemGroup.name.Construction",
"category": "Construction"
},
"minecraft:pick_collision": {
"origin": [
-5,
0,
-5
],
"size": [
10,
16,
10
]
}
},
"events": {
"bridge:update_rotation": {
"set_block_property": {
"bridge:block_rotation": "query.cardinal_facing_2d"
}
},
"force_ride": {
"run_command": {
"target": "other",
"command": [
"ride @s start_riding @e[type=imoo:seat_helper,c=1] teleport_rider"
]
}
},
"rot_0": {
"sequence": [
{
"run_command": {
"command": [
"summon imoo:seat_helper ~ ~ ~",
"execute @e[type=imoo:seat_helper,c=1] ~ ~ ~ tp @s ~ ~ ~ facing ~ ~ ~1"
]
},
"trigger": {
"event": "force_ride"
}
}
]
},
"rot_1": {
"sequence": [
{
"run_command": {
"command": [
"summon imoo:seat_helper ~ ~-0.1 ~",
"execute @e[type=imoo:seat_helper,c=1] ~ ~ ~ tp @s ~ ~ ~ facing ~ ~ ~-1"
]
},
"trigger": {
"event": "force_ride"
}
}
]
},
"rot_2": {
"sequence": [
{
"run_command": {
"command": [
"summon imoo:seat_helper ~ ~-0.1 ~",
"execute @e[type=imoo:seat_helper,c=1] ~ ~ ~ tp @s ~ ~ ~ facing ~1 ~ ~"
]
},
"trigger": {
"event": "force_ride"
}
}
]
},
"rot_3": {
"sequence": [
{
"run_command": {
"command": [
"summon imoo:seat_helper ~ ~-0.1 ~",
"execute @e[type=imoo:seat_helper,c=1] ~ ~ ~ tp @s ~ ~ ~ facing ~-1 ~ ~"
]
},
"trigger": {
"event": "force_ride"
}
}
]
}
}
}
}
@@ -0,0 +1,70 @@
{
"format_version": "1.17.0",
"minecraft:entity": {
"description": {
"identifier": "imoo:seat_helper",
"runtime_identifier": {},
"is_summonable": true,
"is_spawnable": false
},
"component_groups": {
"despawn": {
"minecraft:instant_despawn": {}
}
},
"components": {
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"player"
],
"seats": [
{
"position": [
0,
0,
0
]
}
]
},
"minecraft:type_family": {
"family": [
"seat"
]
},
"minecraft:health": {
"value": 1,
"max": 1
},
"minecraft:collision_box": {
"width": 0.1,
"height": 0.1
},
"minecraft:physics": {
"has_collision": false,
"has_gravity": false
},
"minecraft:environment_sensor": {
"triggers": [
{
"event": "despawn",
"filters": {
"test": "rider_count",
"value": 0
}
}
]
}
},
"events": {
"despawn": {
"add": {
"component_groups": [
"despawn"
]
}
}
}
}
}
@@ -0,0 +1,51 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_item:fast_bulder",
"category": "construction"
},
"components": {
"minecraft:icon": {
"texture": "mw_item",
"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": true,
"remove_effects": [],
"on_consume": {
"event": "mw_alko:effect"
}
},
"minecraft:use_duration": 0.1
},
"events": {
"mw_alko:effect": {
"run_command": {
"command": [
"fill ~-2 ~-1 ~-2 ~+2 ~-1 ~+2 cobblestone",
"fill ~-2 ~-1 ~-2 ~-2 ~+3 ~+2 cobblestone",
"fill ~-2 ~-1 ~-2 ~+2 ~+3 ~-2 cobblestone",
"fill ~+2 ~-1 ~+2 ~-2 ~+3 ~+2 cobblestone",
"fill ~+2 ~-1 ~+2 ~+2 ~+3 ~-2 cobblestone",
"fill ~-2 ~+3 ~-2 ~+2 ~+3 ~+2 cobblestone",
"fill ~ ~ ~-2 ~ ~+1 ~-2 air",
"fill ~-1 ~ ~-1 ~+1 ~+2 ~+1 air",
"setblock ~ ~+2 ~+1 torch",
"setblock ~ ~ ~-2 wooden_door 4",
"titleraw @s title {\"rawtext\":[{\"text\":\"\u0423\u043a\u0440\u044b\u0442\u0438\u0435 \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u043e\"}]}"
]
}
}
}
}
}
+3 -3
View File
@@ -6,7 +6,7 @@
"uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b",
"version": [
0,
4,
5,
0
],
"min_engine_version": [
@@ -22,7 +22,7 @@
"uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e",
"version": [
0,
4,
5,
0
]
}
@@ -32,7 +32,7 @@
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
"version": [
0,
4,
5,
0
]
}
+27
View File
@@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:chair"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"###",
"| |"
],
"key": {
"#": {
"item": "minecraft:wooden_slab"
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "imoo:chair"
}
}
}
+24
View File
@@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:grave_1"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stone"
}
},
"result": {
"item": "imoo:grave_1",
"count": 6
}
}
}
+26
View File
@@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:grave_2"
},
"tags": [
"crafting_table"
],
"pattern": [
" | ",
"|||",
" | "
],
"key": {
"|": {
"item": "minecraft:cobblestone_wall",
"data": 4
}
},
"result": {
"item": "imoo:grave_2",
"count": 3
}
}
}
+25
View File
@@ -0,0 +1,25 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:grave_3"
},
"tags": [
"crafting_table"
],
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stone"
}
},
"result": {
"item": "imoo:grave_3",
"count": 6
}
}
}
@@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "mw_item:fast_bulder"
},
"tags": [
"crafting_table"
],
"pattern": [
"@.@",
".-.",
"@.@"
],
"key": {
".": {
"item": "mw_item:diamond_dust"
},
"@": {
"item": "minecraft:cobblestone"
},
"-": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "mw_item:fast_bulder",
"count": 1
}
}
}
+1
View File
@@ -0,0 +1 @@
pack.description=Addon with various changes
+4
View File
@@ -0,0 +1,4 @@
[
"en_US",
"ru_RU"
]
+1
View File
@@ -0,0 +1 @@
pack.description=Аддон с разными изменениями
+4 -4
View File
@@ -38,13 +38,13 @@ json.dump(datarr, open("resource_pack\manifest.json", "w", encoding='utf-8'), en
zip_name_behavior = 'MWAlkoB'
directory_name_behavior = 'behavior_pack'
shutil.make_archive(zip_name_behavior, 'zip', directory_name_behavior)
shutil.move("MWAlkoB.zip", "MWAlkoB.mcpack")
shutil.move("MWAlkoB.zip", "IMoOB.mcpack")
zip_name_resource = 'MWAlkoR'
directory_name_resource = 'resource_pack'
shutil.make_archive(zip_name_resource, 'zip', directory_name_resource)
shutil.move("MWAlkoR.zip", "MWAlkoR.mcpack")
shutil.move("MWAlkoR.zip", "IMoOR.mcpack")
opeo_file_q = input("""Открыть файлы в Minecraft["+" для открытия]? >""")
if opeo_file_q == "+":
os.startfile("MWAlkoB.mcpack")
os.startfile("MWAlkoR.mcpack")
os.startfile("IMoOB.mcpack")
os.startfile("IMoOR.mcpack")
+14 -14
View File
@@ -1,35 +1,35 @@
## Алкоголь
[Главная](https://nyako.icu/Minecraft-Behavior-MW/)
[Главная](https://nyako.icu/IMoO/)
В аддоне присутсвует система алкоголя
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png) - Пустая клетка
![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png) - Пустая клетка
### Бутылка ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle.png)
### Бутылка ![.](https://nyako.icu/IMoO/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/IMoO/imgs/blocks/glass.png)![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png)![.](https://nyako.icu/IMoO/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/IMoO/imgs/blocks/glass.png)![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png)![.](https://nyako.icu/IMoO/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/IMoO/imgs/blocks/glass.png)![.](https://nyako.icu/IMoO/imgs/blocks/glass.png)![.](https://nyako.icu/IMoO/imgs/blocks/glass.png)
### Бутылка с водой ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/alko/mw_alko_bottle_water.png)
### Бутылка с водой ![.](https://nyako.icu/IMoO/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/IMoO/imgs/items/alko/mw_alko_bottle.png) + ![.](https://nyako.icu/IMoO/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/IMoO/imgs/items/alko/mw_alko_bottle_water.png) + ![.](https://nyako.icu/IMoO/imgs/items/sugar.png) = ![.](https://nyako.icu/IMoO/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/IMoO/imgs/items/alko/mw_alko_alcohol.png) + ![.](https://nyako.icu/IMoO/imgs/items/potato_poisonous.png) = ![.](https://nyako.icu/IMoO/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/IMoO/imgs/items/alko/mw_alko_alcohol.png) + ![.](https://nyako.icu/IMoO/imgs/items/coal.png) = ![.](https://nyako.icu/IMoO/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/IMoO/imgs/items/alko/mw_alko_bottle_water.png) + ![.](https://nyako.icu/IMoO/imgs/items/wheat.png) = ![.](https://nyako.icu/IMoO/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/IMoO/imgs/items/alko/mw_alko_bottle_water.png) + ![.](https://nyako.icu/IMoO/imgs/items/sweet_berries.png) = ![.](https://nyako.icu/IMoO/imgs/items/alko/mw_alko_vine.png) (Вино)
### Алкоголь - эффекты
[Таблица на отдельной странице](https://nyako.icu/Minecraft-Behavior-MW/alkoef)
[Таблица на отдельной странице](https://nyako.icu/IMoO/alkoef)
+1 -1
View File
@@ -1,6 +1,6 @@
## Алкоголь
[Главная](https://nyako.icu/Minecraft-Behavior-MW/) / [Алкоголь](https://nyako.icu/Minecraft-Behavior-MW/alko)
[Главная](https://nyako.icu/IMoO/) / [Алкоголь](https://nyako.icu/IMoO/alko)
Название | Тошнота | Сила | Замедление | Отравление
--- | --- | --- | --- | ---
Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

+7 -6
View File
@@ -1,13 +1,14 @@
# DiffAddon
# ![.](https://nyako.icu/IMoO/imgs/pack_icon.png) Iroirona mono o oginau
Документация для DiffAddon от [Nyako](https://github.com/Hell13Cat)
Документация для IMoO от [Nyako](https://github.com/Hell13Cat)
## Разделы
- [Новые рецепты](https://nyako.icu/Minecraft-Behavior-MW/newrec)
- [Система алкоголя](https://nyako.icu/Minecraft-Behavior-MW/alko)
- Новая еда (Скоро)
- [Новые рецепты](https://nyako.icu/IMoO/newrec)
- [Система алкоголя](https://nyako.icu/IMoO/alko)
- [Новая еда](https://nyako.icu/IMoO/newfood)
- [Новые предметы](https://nyako.icu/IMoO/newitem)
## Дополнительно
- [История версии](https://nyako.icu/Minecraft-Behavior-MW/version)
- [История версии](https://nyako.icu/IMoO/version)
+35
View File
@@ -0,0 +1,35 @@
## Новая еда
[Главная](https://nyako.icu/IMoO/)
Новые еда в игре
![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png) - Пустая клетка
### Рыбное филе ![.](https://nyako.icu/IMoO/imgs/items/food/fishfillet.png)
![.](https://nyako.icu/IMoO/imgs/items/fish_raw.png) -> ![.](https://nyako.icu/IMoO/imgs/items/food/fishfillet.png) * 2
### Рыбный стейк ![.](https://nyako.icu/IMoO/imgs/items/food/fishsteak.png)
![.](https://nyako.icu/IMoO/imgs/items/fish_salmon_raw.png) -> ![.](https://nyako.icu/IMoO/imgs/items/food/fishsteak.png) * 2
### Шоколадка ![.](https://nyako.icu/IMoO/imgs/items/food/choko.png)
![.](https://nyako.icu/IMoO/imgs/items/sugar.png) + ![.](https://nyako.icu/IMoO/imgs/items/paper.png) + -> ![.](https://nyako.icu/IMoO/imgs/items/food/fishfillet.png) * 2
### Варенье ![.](https://nyako.icu/IMoO/imgs/items/food/jam.png)
![.](https://nyako.icu/IMoO/imgs/items/sugar.png) + ![.](https://nyako.icu/IMoO/imgs/items/potion_bottle_empty.png) + ![.](https://nyako.icu/IMoO/imgs/items/sweet_berries.png) + ![.](https://nyako.icu/IMoO/imgs/items/sweet_berries.png) -> ![.](https://nyako.icu/IMoO/imgs/items/food/jam.png)
### Вафли ![.](https://nyako.icu/IMoO/imgs/items/food/waffles.png)
![.](https://nyako.icu/IMoO/imgs/items/sugar.png) + ![.](https://nyako.icu/IMoO/imgs/items/wheat.png) + ![.](https://nyako.icu/IMoO/imgs/items/wheat.png) -> ![.](https://nyako.icu/IMoO/imgs/items/food/waffles.png) * 4
### Яблочный пирог ![.](https://nyako.icu/IMoO/imgs/items/food/pieapple.png)
![.](https://nyako.icu/IMoO/imgs/items/wheat.png)![.](https://nyako.icu/IMoO/imgs/items/wheat.png)![.](https://nyako.icu/IMoO/imgs/items/wheat.png)
![.](https://nyako.icu/IMoO/imgs/items/apple.png)![.](https://nyako.icu/IMoO/imgs/items/apple.png)![.](https://nyako.icu/IMoO/imgs/items/apple.png) -> ![.](https://nyako.icu/IMoO/imgs/items/food/pieapple.png) * 4
![.](https://nyako.icu/IMoO/imgs/items/egg.png)![.](https://nyako.icu/IMoO/imgs/items/sugar.png)![.](https://nyako.icu/IMoO/imgs/items/egg.png)
+18
View File
@@ -0,0 +1,18 @@
## Новые предметы
[Главная](https://nyako.icu/IMoO/)
Новые предметы в игре
![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png) - Пустая клетка
### Алмазная пыль ![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)
![.](https://nyako.icu/IMoO/imgs/items/diamond.png) -> ![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png) * 9
![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)
![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png) -> ![.](https://nyako.icu/IMoO/imgs/items/diamond.png)
![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)![.](https://nyako.icu/IMoO/imgs/items/item/diamond_dust.png)
+16 -16
View File
@@ -1,33 +1,33 @@
## Новые рецепты
[Главная](https://nyako.icu/Minecraft-Behavior-MW/)
[Главная](https://nyako.icu/IMoO/)
Тут представлен добавленный крафт некоторых предметов который отсутвует в оригинальной игре
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png) - Пустая клетка
### Блок дёрна ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/grass_side_carried.png)
![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png) - Пустая клетка
### Блок дёрна ![.](https://nyako.icu/IMoO/imgs/blocks/grass_side_carried.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/dirt.png) + ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/seeds_wheat.png)
![.](https://nyako.icu/IMoO/imgs/blocks/dirt.png) + ![.](https://nyako.icu/IMoO/imgs/items/seeds_wheat.png)
### Паутина ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/web.png)
### Паутина ![.](https://nyako.icu/IMoO/imgs/blocks/web.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)
![.](https://nyako.icu/IMoO/imgs/items/string.png)![.](https://nyako.icu/IMoO/imgs/items/string.png)![.](https://nyako.icu/IMoO/imgs/items/string.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)
![.](https://nyako.icu/IMoO/imgs/items/string.png)![.](https://nyako.icu/IMoO/imgs/items/string.png)![.](https://nyako.icu/IMoO/imgs/items/string.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/string.png)
![.](https://nyako.icu/IMoO/imgs/items/string.png)![.](https://nyako.icu/IMoO/imgs/items/string.png)![.](https://nyako.icu/IMoO/imgs/items/string.png)
### Плачущий обсидиан ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/crying_obsidian.png)
### Плачущий обсидиан ![.](https://nyako.icu/IMoO/imgs/blocks/crying_obsidian.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/obsidian.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/ghast_tear.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/obsidian.png)
![.](https://nyako.icu/IMoO/imgs/blocks/obsidian.png)![.](https://nyako.icu/IMoO/imgs/items/ghast_tear.png)![.](https://nyako.icu/IMoO/imgs/blocks/obsidian.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/ghast_tear.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/obsidian.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/ghast_tear.png)
![.](https://nyako.icu/IMoO/imgs/items/ghast_tear.png)![.](https://nyako.icu/IMoO/imgs/blocks/obsidian.png)![.](https://nyako.icu/IMoO/imgs/items/ghast_tear.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/obsidian.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/ghast_tear.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/obsidian.png)
![.](https://nyako.icu/IMoO/imgs/blocks/obsidian.png)![.](https://nyako.icu/IMoO/imgs/items/ghast_tear.png)![.](https://nyako.icu/IMoO/imgs/blocks/obsidian.png)
### Порох ![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/gunpowder.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/blaze_powder.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png)
### Порох ![.](https://nyako.icu/IMoO/imgs/items/gunpowder.png)
![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png)![.](https://nyako.icu/IMoO/imgs/items/blaze_powder.png)![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/coal.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/coal.png)
![.](https://nyako.icu/IMoO/imgs/items/coal.png)![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png)![.](https://nyako.icu/IMoO/imgs/items/coal.png)
![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/items/blaze_powder.png)![.](https://nyako.icu/Minecraft-Behavior-MW/imgs/blocks/structure_air.png)
![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png)![.](https://nyako.icu/IMoO/imgs/items/blaze_powder.png)![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png)
+22 -5
View File
@@ -1,16 +1,33 @@
## История версий
[Главная](https://nyako.icu/Minecraft-Behavior-MW/)
[Главная](https://nyako.icu/IMoO/)
История версии аддона
### Iroirona mono o oginau 0.4.0
**Финальное переименование аддона и новая иконка!**
Добавлена еда:
- Варенье
- Вафли
- Рыбное филе
- Рыбный стейк
- Шоколадка
- Яблочный пирог
Добавлены предметы:
- Алмазная пыль
[Скачать](https://github.com/Hell13Cat/IMoO/releases/tag/v0.4.0)
### MW Different 0.3.0
- Было изменено название аддона на MW Different
- В аддон перенесены новые рецепты из MW Recipes
- Была произведена очистка файлов от лишнего
[Скачать](https://github.com/Hell13Cat/Minecraft-Behavior-MW/releases/tag/v0.3.0)
[Скачать](https://github.com/Hell13Cat/IMoO/releases/tag/v0.3.0)
### MW Alko 0.1.1
@@ -23,13 +40,13 @@
- Вино
- Пиво
[Скачать](https://github.com/Hell13Cat/Minecraft-Behavior-MW/releases/tag/alko0.1.0)
[Скачать](https://github.com/Hell13Cat/IMoO/releases/tag/alko0.1.0)
### MW Recipes 0.1.1
Очистка готового пака от лишних файлов
[Скачать](https://github.com/Hell13Cat/Minecraft-Behavior-MW/releases/tag/recipes0.1.1)
[Скачать](https://github.com/Hell13Cat/IMoO/releases/tag/recipes0.1.1)
### MW Recipes 0.1.0
@@ -40,4 +57,4 @@
- Пороха
- Паутины
[Скачать](https://github.com/Hell13Cat/Minecraft-Behavior-MW/releases/tag/recipes0.1.0)
[Скачать](https://github.com/Hell13Cat/IMoO/releases/tag/recipes0.1.0)
+3 -3
View File
@@ -6,7 +6,7 @@
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
"version": [
0,
4,
5,
0
],
"min_engine_version": [
@@ -22,7 +22,7 @@
"uuid": "397e7227-43f5-4b31-9681-6a81cd09a9d0",
"version": [
0,
4,
5,
0
]
}
@@ -32,7 +32,7 @@
"uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b",
"version": [
0,
4,
5,
0
]
}
+59
View File
@@ -0,0 +1,59 @@
{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.imoo_grave_1",
"texture_width": 32,
"texture_height": 32,
"visible_bounds_width": 2,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "bone",
"pivot": [0, 0, 0],
"cubes": [
{
"origin": [-6, 0, 4],
"size": [12, 12, 3],
"uv": {
"north": {"uv": [0, 0], "uv_size": [12, 9]},
"east": {"uv": [11, 18], "uv_size": [2, 9]},
"south": {"uv": [0, 9], "uv_size": [12, 9]},
"west": {"uv": [13, 18], "uv_size": [2, 9]},
"up": {"uv": [12, 0], "uv_size": [12, 2]},
"down": {"uv": [12, 4], "uv_size": [12, -2]}
}
},
{
"origin": [-4.75, 12, 4],
"size": [9.5, 1, 3],
"uv": {
"north": {"uv": [12, 4], "uv_size": [12, 2]},
"east": {"uv": [9, 20], "uv_size": [2, 2]},
"south": {"uv": [12, 6], "uv_size": [12, 2]},
"west": {"uv": [0, 22], "uv_size": [2, 2]},
"up": {"uv": [12, 8], "uv_size": [12, 2]},
"down": {"uv": [12, 12], "uv_size": [12, -2]}
}
},
{
"origin": [-3.5, 12.5, 4],
"size": [7, 1.75, 3],
"uv": {
"north": {"uv": [15, 20], "uv_size": [9, 1]},
"east": {"uv": [6, 22], "uv_size": [2, 1]},
"south": {"uv": [15, 21], "uv_size": [9, 1]},
"west": {"uv": [8, 22], "uv_size": [2, 1]},
"up": {"uv": [15, 18], "uv_size": [9, 2]},
"down": {"uv": [0, 22], "uv_size": [9, -2]}
}
}
]
}
]
}
]
}
+83
View File
@@ -0,0 +1,83 @@
{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.imoo_grave_2",
"texture_width": 32,
"texture_height": 32,
"visible_bounds_width": 2,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "bone",
"pivot": [0, 0, 0],
"cubes": [
{
"origin": [-5, 0, 1],
"size": [10, 1, 6],
"uv": {
"north": {"uv": [12, 8], "uv_size": [10, 1]},
"east": {"uv": [16, 6], "uv_size": [6, 1]},
"south": {"uv": [12, 9], "uv_size": [10, 1]},
"west": {"uv": [16, 7], "uv_size": [6, 1]},
"up": {"uv": [0, 0], "uv_size": [10, 6]},
"down": {"uv": [0, 12], "uv_size": [10, -6]}
}
},
{
"origin": [-3, 1, 2],
"size": [6, 1, 4],
"uv": {
"north": {"uv": [16, 10], "uv_size": [6, 1]},
"east": {"uv": [6, 16], "uv_size": [4, 1]},
"south": {"uv": [16, 11], "uv_size": [6, 1]},
"west": {"uv": [12, 16], "uv_size": [4, 1]},
"up": {"uv": [10, 0], "uv_size": [6, 4]},
"down": {"uv": [10, 8], "uv_size": [6, -4]}
}
},
{
"origin": [-1, 2, 3],
"size": [2, 12, 2],
"uv": {
"north": {"uv": [10, 8], "uv_size": [2, 12]},
"east": {"uv": [0, 12], "uv_size": [2, 12]},
"south": {"uv": [2, 12], "uv_size": [2, 12]},
"west": {"uv": [4, 12], "uv_size": [2, 12]},
"up": {"uv": [16, 12], "uv_size": [2, 2]},
"down": {"uv": [16, 16], "uv_size": [2, -2]}
}
},
{
"origin": [1, 8, 3],
"size": [4, 2, 2],
"uv": {
"north": {"uv": [6, 12], "uv_size": [4, 2]},
"east": {"uv": [16, 16], "uv_size": [2, 2]},
"south": {"uv": [12, 10], "uv_size": [4, 2]},
"west": {"uv": [6, 17], "uv_size": [2, 2]},
"up": {"uv": [12, 12], "uv_size": [4, 2]},
"down": {"uv": [6, 16], "uv_size": [4, -2]}
}
},
{
"origin": [-5, 8, 3],
"size": [4, 2, 2],
"uv": {
"north": {"uv": [12, 14], "uv_size": [4, 2]},
"east": {"uv": [8, 17], "uv_size": [2, 2]},
"south": {"uv": [16, 0], "uv_size": [4, 2]},
"west": {"uv": [12, 17], "uv_size": [2, 2]},
"up": {"uv": [16, 2], "uv_size": [4, 2]},
"down": {"uv": [16, 6], "uv_size": [4, -2]}
}
}
]
}
]
}
]
}
+47
View File
@@ -0,0 +1,47 @@
{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.imoo_grave_3",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 2,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "bone",
"pivot": [0, 0, 0],
"cubes": [
{
"origin": [-6, 0, -7],
"size": [12, 1, 14],
"uv": {
"north": {"uv": [20, 16], "uv_size": [12, 1]},
"east": {"uv": [20, 14], "uv_size": [14, 1]},
"south": {"uv": [20, 17], "uv_size": [12, 1]},
"west": {"uv": [20, 15], "uv_size": [14, 1]},
"up": {"uv": [0, 0], "uv_size": [12, 14]},
"down": {"uv": [12, 14], "uv_size": [12, -14]}
}
},
{
"origin": [-5, 1, -6],
"size": [10, 1, 12],
"uv": {
"north": {"uv": [20, 20], "uv_size": [10, 1]},
"east": {"uv": [20, 18], "uv_size": [12, 1]},
"south": {"uv": [20, 21], "uv_size": [10, 1]},
"west": {"uv": [20, 19], "uv_size": [12, 1]},
"up": {"uv": [0, 14], "uv_size": [10, 12]},
"down": {"uv": [10, 26], "uv_size": [10, -12]}
}
}
]
}
]
}
]
}
+144
View File
@@ -0,0 +1,144 @@
{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.imoo_chair",
"texture_width": 32,
"texture_height": 32,
"visible_bounds_width": 2,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "bone",
"pivot": [0, 0, 0]
},
{
"name": "bone2",
"parent": "bone",
"pivot": [0, 0, 0],
"cubes": [
{
"origin": [-5, 0, -5],
"size": [1, 1, 10],
"uv": {
"north": {"uv": [18, 9], "uv_size": [1, 1]},
"east": {"uv": [9, 14], "uv_size": [10, 1]},
"south": {"uv": [19, 9], "uv_size": [1, 1]},
"west": {"uv": [9, 15], "uv_size": [10, 1]},
"up": {"uv": [0, 16], "uv_size": [1, 10]},
"down": {"uv": [1, 26], "uv_size": [1, -10]}
}
},
{
"origin": [4, 0, -5],
"size": [1, 1, 10],
"uv": {
"north": {"uv": [19, 14], "uv_size": [1, 1]},
"east": {"uv": [2, 16], "uv_size": [10, 1]},
"south": {"uv": [19, 15], "uv_size": [1, 1]},
"west": {"uv": [12, 16], "uv_size": [10, 1]},
"up": {"uv": [17, 0], "uv_size": [1, 10]},
"down": {"uv": [2, 27], "uv_size": [1, -10]}
}
},
{
"origin": [-1, 0, -5],
"size": [1, 1, 10],
"pivot": [0, 0, 0],
"rotation": [0, -90, 0],
"uv": {
"north": {"uv": [20, 9], "uv_size": [1, 1]},
"east": {"uv": [3, 17], "uv_size": [10, 1]},
"south": {"uv": [20, 14], "uv_size": [1, 1]},
"west": {"uv": [17, 10], "uv_size": [10, 1]},
"up": {"uv": [13, 17], "uv_size": [1, 10]},
"down": {"uv": [14, 27], "uv_size": [1, -10]}
}
},
{
"origin": [-3, 1, -1],
"size": [1, 7, 1],
"uv": {
"north": {"uv": [18, 2], "uv_size": [1, 7]},
"east": {"uv": [3, 18], "uv_size": [1, 7]},
"south": {"uv": [4, 18], "uv_size": [1, 7]},
"west": {"uv": [5, 18], "uv_size": [1, 7]},
"up": {"uv": [20, 15], "uv_size": [1, 1]},
"down": {"uv": [20, 19], "uv_size": [1, -1]}
}
},
{
"origin": [2, 1, -1],
"size": [1, 7, 1],
"uv": {
"north": {"uv": [6, 18], "uv_size": [1, 7]},
"east": {"uv": [7, 18], "uv_size": [1, 7]},
"south": {"uv": [8, 18], "uv_size": [1, 7]},
"west": {"uv": [9, 18], "uv_size": [1, 7]},
"up": {"uv": [20, 19], "uv_size": [1, 1]},
"down": {"uv": [20, 21], "uv_size": [1, -1]}
}
},
{
"origin": [-2, 8.37118, 3.50142],
"size": [1, 7, 0.5],
"pivot": [0, 0, 0],
"rotation": [-5, 0, 0],
"uv": {
"north": {"uv": [10, 18], "uv_size": [1, 7]},
"east": {"uv": [11, 18], "uv_size": [1, 7]},
"south": {"uv": [12, 18], "uv_size": [1, 7]},
"west": {"uv": [15, 18], "uv_size": [1, 7]},
"up": {"uv": [21, 2], "uv_size": [1, 1]},
"down": {"uv": [21, 4], "uv_size": [1, -1]}
}
},
{
"origin": [1, 8.37118, 3.50142],
"size": [1, 7, 0.5],
"pivot": [0, 0, 0],
"rotation": [-5, 0, 0],
"uv": {
"north": {"uv": [16, 18], "uv_size": [1, 7]},
"east": {"uv": [17, 18], "uv_size": [1, 7]},
"south": {"uv": [18, 18], "uv_size": [1, 7]},
"west": {"uv": [19, 2], "uv_size": [1, 7]},
"up": {"uv": [21, 4], "uv_size": [1, 1]},
"down": {"uv": [21, 6], "uv_size": [1, -1]}
}
},
{
"origin": [-4, 12.37118, 3.15142],
"size": [8, 7, 0.75],
"pivot": [0, 0, 0],
"rotation": [-5, 0, 0],
"uv": {
"north": {"uv": [9, 0], "uv_size": [8, 7]},
"east": {"uv": [19, 18], "uv_size": [1, 7]},
"south": {"uv": [9, 7], "uv_size": [8, 7]},
"west": {"uv": [20, 2], "uv_size": [1, 7]},
"up": {"uv": [17, 13], "uv_size": [8, 1]},
"down": {"uv": [15, 18], "uv_size": [8, -1]}
}
},
{
"origin": [-4.25, 8, -3.5],
"size": [8.5, 1, 8],
"uv": {
"north": {"uv": [17, 11], "uv_size": [9, 1]},
"east": {"uv": [18, 0], "uv_size": [8, 1]},
"south": {"uv": [17, 12], "uv_size": [9, 1]},
"west": {"uv": [18, 1], "uv_size": [8, 1]},
"up": {"uv": [0, 0], "uv_size": [9, 8]},
"down": {"uv": [0, 16], "uv_size": [9, -8]}
}
}
]
}
]
}
]
}
+6
View File
@@ -0,0 +1,6 @@
pack.description=Textures for the addon with various changes
tile.imoo:chair.name=Chair
action.hint.exit.imoo:seat_helper=Jump to get up
tile.imoo:grave_1.name=Grave stone
tile.imoo:grave_2.name=Grave cross
tile.imoo:grave_3.name=Gravestone
+4
View File
@@ -0,0 +1,4 @@
[
"en_US",
"ru_RU"
]
+6
View File
@@ -0,0 +1,6 @@
pack.description=Текстуры для аддона с разными измениями
tile.imoo:chair.name=Стул
action.hint.exit.imoo:seat_helper=Прыжок для того чтоб встать
tile.imoo:grave_1.name=Могильный камень
tile.imoo:grave_2.name=Могильный крест
tile.imoo:grave_3.name=Могильная плита
Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

+2 -1
View File
@@ -27,7 +27,8 @@
},
"mw_item": {
"textures": [
"textures/items/item/diamond_dust"
"textures/items/item/diamond_dust",
"textures/items/item/fastbuilder"
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

@@ -4,5 +4,25 @@
"padding": 8,
"num_mip_levels": 4,
"texture_data": {
"imoo_chair": {
"textures": [
"textures/items/block/imoo_chair"
]
},
"imoo_grave_1": {
"textures": [
"textures/items/block/imoo_grave_1"
]
},
"imoo_grave_2": {
"textures": [
"textures/items/block/imoo_grave_2"
]
},
"imoo_grave_3": {
"textures": [
"textures/items/block/imoo_grave_3"
]
}
}
}