9 Commits

Author SHA1 Message Date
Hell13Cat e6fc366e58 MW Recipes 0.1.0 2022-01-24 19:58:32 +03:00
Hell13Cat 4a6d40b287 Дёрн - финал 2022-01-24 19:53:55 +03:00
Hell13Cat 5cf457e35f Плачущий обсидиан - финал 2022-01-24 19:38:12 +03:00
Hell13Cat 4cb7edcab9 Плачущий обсидиан 2022-01-24 19:26:16 +03:00
Hell13Cat 0145842a2d Рецепт пороха - финал 2022-01-24 19:13:15 +03:00
Hell13Cat c41844c508 Изменён рецепт пороха 2022-01-24 18:55:45 +03:00
Hell13Cat b2fcfc2be3 Рецепт пороха 2022-01-24 00:11:23 +03:00
Hell13Cat 5c7e909c35 v 0.0.1
Очистка лишних данных
Добавлен рецепт паутины
2022-01-24 00:01:22 +03:00
Hell13Cat 1d911c685a build0001 2022-01-23 23:43:14 +03:00
2749 changed files with 29248 additions and 2440 deletions
+1 -5
View File
@@ -1,6 +1,2 @@
MWAlko.mcaddon manifest.mcpack
MWAlkoB.mcpack
MWAlkoR.mcpack
IMoOB.mcpack
IMoOR.mcpack
-2
View File
@@ -1,2 +0,0 @@
diagnostic.disable.minecraft.manifest.module.missing=true
diagnostic.disable.minecraft.manifest.module.missing=true
+2 -3
View File
@@ -1,3 +1,2 @@
# Iroirona mono o oginau # Minecraft-Behavior-MW
Набор правил для MW
Аддон с разными изменениями
File diff suppressed because one or more lines are too long
-106
View File
@@ -1,106 +0,0 @@
{
"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
@@ -1,106 +0,0 @@
{
"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
@@ -1,106 +0,0 @@
{
"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
@@ -1,190 +0,0 @@
{
"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"
}
}
]
}
}
}
}
@@ -1,70 +0,0 @@
{
"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"
]
}
}
}
}
}
-46
View File
@@ -1,46 +0,0 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:absent",
"category": "Equipment"
},
"components": {
"minecraft:icon": {
"texture": "mw_alko",
"frame": 1
},
"minecraft:display_name": {
"value": "Абсент"
},
"minecraft:render_offsets": "potion",
"minecraft:use_animation": "drink",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": true,
"on_consume": {
"event": "mw_alko:effect"
},
"remove_effects": [],
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 2
},
"events": {
"mw_alko:effect": {
"run_command": {
"command": [
"effect @s nausea 300 3 true",
"effect @s slowness 60 1 true",
"effect @s strength 90 1 true",
"effect @s poison 4 2 true"
]
}
}
}
}
}
-44
View File
@@ -1,44 +0,0 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:alcohol",
"category": "Equipment"
},
"components": {
"minecraft:icon": {
"texture": "mw_alko",
"frame": 2
},
"minecraft:display_name": {
"value": "Самогон"
},
"minecraft:use_animation": "drink",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": true,
"on_consume": {
"event": "mw_alko:effect"
},
"remove_effects": [],
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 3
},
"events": {
"mw_alko:effect": {
"run_command": {
"command": [
"effect @s nausea 120 0 true",
"effect @s poison 4 1 true",
"effect @s slowness 30 0 true"
]
}
}
}
}
}
-42
View File
@@ -1,42 +0,0 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:beer",
"category": "Equipment"
},
"components": {
"minecraft:icon": {
"texture": "mw_alko",
"frame": 6
},
"minecraft:display_name": {
"value": "Пиво"
},
"minecraft:use_animation": "drink",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "normal",
"nutrition": 4,
"can_always_eat": true,
"on_consume": {
"event": "mw_alko:effect"
},
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 2
},
"events": {
"mw_alko:effect": {
"run_command": {
"command": [
"effect @s nausea 80 0 true",
"effect @s strength 20 0 true"
]
}
}
}
}
}
-21
View File
@@ -1,21 +0,0 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle",
"category": "Items"
},
"components": {
"minecraft:icon": {
"texture": "mw_alko",
"frame": 0
},
"minecraft:display_name": {
"value": "Бутылка"
},
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false
}
}
}
@@ -1,31 +0,0 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle_water",
"category": "Equipment"
},
"components": {
"minecraft:icon": {
"texture": "mw_alko",
"frame": 3
},
"minecraft:display_name": {
"value": "Бутылка с водой"
},
"minecraft:use_animation": "drink",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "normal",
"nutrition": 4,
"can_always_eat": true,
"effects": [],
"remove_effects": [],
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 3
}
}
}
-43
View File
@@ -1,43 +0,0 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:vine",
"category": "Equipment"
},
"components": {
"minecraft:icon": {
"texture": "mw_alko",
"frame": 4
},
"minecraft:display_name": {
"value": "Вино"
},
"minecraft:use_animation": "drink",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "normal",
"nutrition": 4,
"can_always_eat": true,
"on_consume": {
"event": "mw_alko:effect"
},
"remove_effects": [],
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 3
},
"events": {
"mw_alko:effect": {
"run_command": {
"command": [
"effect @s nausea 80 0 true",
"effect @s strength 20 0 true"
]
}
}
}
}
}
-44
View File
@@ -1,44 +0,0 @@
{
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:vodka",
"category": "Equipment"
},
"components": {
"minecraft:icon": {
"texture": "mw_alko",
"frame": 5
},
"minecraft:display_name": {
"value": "Водка"
},
"minecraft:use_animation": "drink",
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 1,
"minecraft:foil": false,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": true,
"on_consume": {
"event": "mw_alko:effect"
},
"remove_effects": [],
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 3
},
"events": {
"mw_alko:effect": {
"run_command": {
"command": [
"effect @s nausea 100 0 true",
"effect @s strength 30 0 true",
"effect @s slowness 20 0 true"
]
}
}
}
}
}
-29
View File
@@ -1,29 +0,0 @@
{
"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
}
}
}
@@ -1,29 +0,0 @@
{
"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
}
}
}
@@ -1,29 +0,0 @@
{
"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
@@ -1,30 +0,0 @@
{
"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
@@ -1,29 +0,0 @@
{
"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
@@ -1,29 +0,0 @@
{
"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
}
}
}
@@ -1,21 +0,0 @@
{
"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
}
}
}
@@ -1,51 +0,0 @@
{
"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\"}]}"
]
}
}
}
}
}
-40
View File
@@ -1,40 +0,0 @@
{
"format_version": 2,
"header": {
"description": "Аддон с разными изменениями",
"name": "Iroirona mono o oginau by Nyako",
"uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b",
"version": [
0,
5,
0
],
"min_engine_version": [
1,
17,
0
]
},
"modules": [
{
"description": "Аддон с разными изменениями",
"type": "data",
"uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e",
"version": [
0,
5,
0
]
}
],
"dependencies": [
{
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
"version": [
0,
5,
0
]
}
]
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

-22
View File
@@ -1,22 +0,0 @@
{
"format_version": "1.12.0",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:grass"
},
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "minecraft:dirt"
},
{
"item": "minecraft:wheat_seeds"
}
],
"result": {
"item": "minecraft:grass"
}
}
}
-27
View File
@@ -1,27 +0,0 @@
{
"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
@@ -1,24 +0,0 @@
{
"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
@@ -1,26 +0,0 @@
{
"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
@@ -1,25 +0,0 @@
{
"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
}
}
}
-14
View File
@@ -1,14 +0,0 @@
{
"format_version": "1.12",
"minecraft:recipe_brewing_mix": {
"description": {
"identifier": "mw_alko:absent"
},
"tags": [ "brewing_stand" ],
"input": "mw_alko:alcohol",
"reagent": "minecraft:poisonous_potato",
"output": "mw_alko:absent"
}
}
@@ -1,14 +0,0 @@
{
"format_version": "1.12",
"minecraft:recipe_brewing_mix": {
"description": {
"identifier": "mw_alko:alcohol"
},
"tags": [ "brewing_stand" ],
"input": "mw_alko:bottle_water",
"reagent": "minecraft:sugar",
"output": "mw_alko:alcohol"
}
}
-14
View File
@@ -1,14 +0,0 @@
{
"format_version": "1.12",
"minecraft:recipe_brewing_mix": {
"description": {
"identifier": "mw_alko:beer"
},
"tags": [ "brewing_stand" ],
"input": "mw_alko:bottle_water",
"reagent": "minecraft:wheat",
"output": "mw_alko:beer"
}
}
-26
View File
@@ -1,26 +0,0 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "mw_alko:bottle"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
"A A",
"AAA"
],
"key": {
"A": {
"item": "minecraft:glass",
"data": 0
}
},
"result": {
"item": "mw_alko:bottle",
"count": 4
}
}
}
@@ -1,22 +0,0 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_alko:bottle_water"
},
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "mw_alko:bottle"
},
{
"item": "minecraft:potion",
"data": 0
}
],
"result": {
"item": "mw_alko:bottle_water"
}
}
}
-14
View File
@@ -1,14 +0,0 @@
{
"format_version": "1.12",
"minecraft:recipe_brewing_mix": {
"description": {
"identifier": "mw_alko:vine"
},
"tags": [ "brewing_stand" ],
"input": "mw_alko:bottle_water",
"reagent": "minecraft:sweet_berries",
"output": "mw_alko:vine"
}
}
-14
View File
@@ -1,14 +0,0 @@
{
"format_version": "1.12",
"minecraft:recipe_brewing_mix": {
"description": {
"identifier": "mw_alko:vodka"
},
"tags": [ "brewing_stand" ],
"input": "mw_alko:alcohol",
"reagent": "minecraft:coal",
"output": "mw_alko:vodka"
}
}
-24
View File
@@ -1,24 +0,0 @@
{
"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"
}
}
}
@@ -1,21 +0,0 @@
{
"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
}
}
}
@@ -1,21 +0,0 @@
{
"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
@@ -1,26 +0,0 @@
{
"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
}
}
}
@@ -1,34 +0,0 @@
{
"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
}
}
}
@@ -1,23 +0,0 @@
{
"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
}
}
}
@@ -1,21 +0,0 @@
{
"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
}
}
}
@@ -1,24 +0,0 @@
{
"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"
}
}
}
@@ -1,31 +0,0 @@
{
"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
@@ -1 +0,0 @@
pack.description=Addon with various changes
-4
View File
@@ -1,4 +0,0 @@
[
"en_US",
"ru_RU"
]
-1
View File
@@ -1 +0,0 @@
pack.description=Аддон с разными изменениями
-50
View File
@@ -1,50 +0,0 @@
import json
import shutil
import os
databr = json.load(open("behavior_pack\manifest.json", "r", encoding='utf-8'))
datarr = json.load(open("resource_pack\manifest.json", "r", encoding='utf-8'))
changenum = input("Какую цифру версии повысить[1.2.3]> ")
info_ver = databr["header"]["version"]
if changenum == "3":
num = info_ver[2] + 1
info_ver[2] = num
elif changenum == "2":
num = info_ver[1] + 1
info_ver[1] = num
info_ver[2] = 0
elif changenum == "1":
num = info_ver[0] + 1
info_ver[0] = num
info_ver[1] = 0
info_ver[2] = 0
else:
print("Нет изменений в версии")
databr["header"]["version"] = info_ver
databr["modules"][0]["version"] = info_ver
databr["dependencies"][0]["version"] = info_ver
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, 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'
shutil.make_archive(zip_name_behavior, 'zip', directory_name_behavior)
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", "IMoOR.mcpack")
opeo_file_q = input("""Открыть файлы в Minecraft["+" для открытия]? >""")
if opeo_file_q == "+":
os.startfile("IMoOB.mcpack")
os.startfile("IMoOR.mcpack")
-2
View File
@@ -1,2 +0,0 @@
https://henrysoftware.itch.io/pixel-food
https://janbarboza.itch.io/foods-potions-and-coins
-1
View File
@@ -1 +0,0 @@
theme: jekyll-theme-midnight
-35
View File
@@ -1,35 +0,0 @@
## Алкоголь
[Главная](https://nyako.icu/IMoO/)
В аддоне присутсвует система алкоголя
![.](https://nyako.icu/IMoO/imgs/blocks/structure_air.png) - Пустая клетка
### Бутылка ![.](https://nyako.icu/IMoO/imgs/items/alko/mw_alko_bottle.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/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/IMoO/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/items/alko/mw_alko_bottle_water.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/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/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/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/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/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/IMoO/alkoef)
-11
View File
@@ -1,11 +0,0 @@
## Алкоголь
[Главная](https://nyako.icu/IMoO/) / [Алкоголь](https://nyako.icu/IMoO/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.

Before

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

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