Compare commits
64 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88c10b1b67 | |||
| ffaae08504 | |||
| dcaef454f1 | |||
| d13c480c5b | |||
| ee15b210f3 | |||
| e5a14133aa | |||
| e7c6521436 | |||
| 72a904a02a | |||
| 14fea761f4 | |||
| 3896d3a379 | |||
| b6920f53b3 | |||
| 10c3636853 | |||
| 6d1168cb60 | |||
| a2a494c54f | |||
| 1b613534b4 | |||
| fabe3f9e2e | |||
| 4e89129676 | |||
| 833db291e9 | |||
| 19f83fa4ff | |||
| fd6ee9edff | |||
| 133fccd0a9 | |||
| 5b4a4df0ec | |||
| 180d3ccc3a | |||
| e77703767b | |||
| 769ec3b8fd | |||
| 3aa7c8561c | |||
| a00f93010b | |||
| d0a5237914 | |||
| 32923fdf9d | |||
| 24b5f5dfb9 | |||
| 954867e57b | |||
| 0a044c0267 | |||
| 6264ebf8c9 | |||
| 15bf631969 | |||
| c7d52120e5 | |||
| c751ef9f44 | |||
| a16c28e264 | |||
| a809dcd48b | |||
| ecf3581894 | |||
| e16ef694e7 | |||
| 18fe411902 | |||
| f6f52cb784 | |||
| e761ddb1a0 | |||
| 7a6d4a4ec2 | |||
| e1190e6dff | |||
| 08367ebcc5 | |||
| a31f8d13e3 | |||
| 473dbd9182 | |||
| bd3c2890ba | |||
| ed6dcec741 | |||
| 2f052867c4 | |||
| d25ad43ead | |||
| ba04fb5b54 | |||
| 62d42c397f | |||
| 572012f6e4 | |||
| 199863872e | |||
| eb0481b0f5 | |||
| 728c30dc6d | |||
| f2fdbc0130 | |||
| fed6873b96 | |||
| 6d79cb14ae | |||
| 79252c2e63 | |||
| a480e3a6fa | |||
| 1014596bed |
@@ -2,3 +2,8 @@
|
|||||||
MWAlko.mcaddon
|
MWAlko.mcaddon
|
||||||
MWAlkoB.mcpack
|
MWAlkoB.mcpack
|
||||||
MWAlkoR.mcpack
|
MWAlkoR.mcpack
|
||||||
|
IMoOB.mcpack
|
||||||
|
IMoOR.mcpack
|
||||||
|
schematic/id_list.txt
|
||||||
|
schematic/japan.schematic
|
||||||
|
schematic/tml.schematic
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
diagnostic.disable.minecraft.manifest.module.missing=true
|
||||||
|
diagnostic.disable.minecraft.manifest.module.missing=true
|
||||||
|
diagnostic.disable.behaviorpack.loot_table.missing=true
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
# Minecraft-Behavior-MW
|
# Iroirona mono o oginau
|
||||||
Набор правил для MW
|
|
||||||
|
Аддон с разными изменениями
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
@@ -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,158 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.17.10",
|
||||||
|
"minecraft:entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "imoo:sfw",
|
||||||
|
"is_spawnable": true,
|
||||||
|
"is_summonable": true,
|
||||||
|
"is_experimental": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"component_groups": {
|
||||||
|
"minecraft:silverfish_calm": {
|
||||||
|
"minecraft:on_target_acquired" : {
|
||||||
|
"event": "minecraft:become_angry",
|
||||||
|
"target": "self"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minecraft:silverfish_angry": {
|
||||||
|
"minecraft:angry": {
|
||||||
|
"duration": -1,
|
||||||
|
"broadcast_anger": true,
|
||||||
|
"broadcast_range": 20,
|
||||||
|
"calm_event": {
|
||||||
|
"event": "minecraft:on_calm",
|
||||||
|
"target": "self"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minecraft:behavior.melee_attack": {
|
||||||
|
"priority": 1,
|
||||||
|
"track_target": true
|
||||||
|
},
|
||||||
|
"minecraft:behavior.silverfish_wake_up_friends": {
|
||||||
|
"priority": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"components": {
|
||||||
|
"minecraft:is_hidden_when_invisible": {
|
||||||
|
},
|
||||||
|
"minecraft:experience_reward": {
|
||||||
|
"on_death": "query.last_hit_by_player ? 5 : 0"
|
||||||
|
},
|
||||||
|
"minecraft:type_family": {
|
||||||
|
"family":["lightweight", "mob", "arthropod" ]
|
||||||
|
},
|
||||||
|
"minecraft:breathable": {
|
||||||
|
"total_supply": 15,
|
||||||
|
"suffocate_time": 0
|
||||||
|
},
|
||||||
|
"minecraft:nameable": {
|
||||||
|
},
|
||||||
|
"minecraft:loot": {
|
||||||
|
"table": "loot_tables/entities/imoo_sfw.json"
|
||||||
|
},
|
||||||
|
"minecraft:health": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"minecraft:hurt_on_condition": {
|
||||||
|
"damage_conditions": [
|
||||||
|
{
|
||||||
|
"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
|
||||||
|
"cause": "lava",
|
||||||
|
"damage_per_tick": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"minecraft:movement": {
|
||||||
|
"value": 0.25
|
||||||
|
},
|
||||||
|
"minecraft:navigation.walk": {
|
||||||
|
"can_path_over_water": true
|
||||||
|
},
|
||||||
|
"minecraft:movement.basic": {
|
||||||
|
},
|
||||||
|
"minecraft:jump.static": {
|
||||||
|
},
|
||||||
|
"minecraft:can_climb": {
|
||||||
|
},
|
||||||
|
"minecraft:attack": {
|
||||||
|
"damage": 1
|
||||||
|
},
|
||||||
|
"minecraft:collision_box": {
|
||||||
|
"width": 0.4,
|
||||||
|
"height": 0.3
|
||||||
|
},
|
||||||
|
"minecraft:despawn": {
|
||||||
|
"despawn_from_distance": {}
|
||||||
|
},
|
||||||
|
"minecraft:behavior.float": {
|
||||||
|
"priority": 1
|
||||||
|
},
|
||||||
|
"minecraft:behavior.silverfish_merge_with_stone": {
|
||||||
|
"priority": 5
|
||||||
|
},
|
||||||
|
"minecraft:behavior.nearest_attackable_target": {
|
||||||
|
"priority": 1,
|
||||||
|
"attack_interval": 10,
|
||||||
|
"entity_types": [
|
||||||
|
{
|
||||||
|
"filters": {
|
||||||
|
"any_of": [
|
||||||
|
{ "test" : "is_family", "subject" : "other", "value" : "sheep"}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"max_dist": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"minecraft:behavior.hurt_by_target": {
|
||||||
|
"priority": 1,
|
||||||
|
"alert_same_type": true
|
||||||
|
},
|
||||||
|
"minecraft:physics": {
|
||||||
|
},
|
||||||
|
"minecraft:pushable": {
|
||||||
|
"is_pushable": true,
|
||||||
|
"is_pushable_by_piston": true
|
||||||
|
},
|
||||||
|
"minecraft:conditional_bandwidth_optimization": {
|
||||||
|
},
|
||||||
|
"minecraft:block_climber": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"events": {
|
||||||
|
"minecraft:entity_spawned": {
|
||||||
|
"remove": {
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"component_groups": [
|
||||||
|
"minecraft:silverfish_calm"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minecraft:become_angry": {
|
||||||
|
"remove": {
|
||||||
|
"minecraft:silverfish_calm": { }
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"component_groups": [
|
||||||
|
"minecraft:silverfish_angry"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minecraft:on_calm": {
|
||||||
|
"remove": {
|
||||||
|
"minecraft:silverfish_angry": { }
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"component_groups": [
|
||||||
|
"minecraft:silverfish_calm"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,247 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16.0",
|
||||||
|
"minecraft:entity": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "imoo:turel",
|
||||||
|
"is_spawnable": true,
|
||||||
|
"is_summonable": true,
|
||||||
|
"is_experimental": false
|
||||||
|
},
|
||||||
|
"component_groups": {
|
||||||
|
"mode_switcher": {
|
||||||
|
"minecraft:target_nearby_sensor": {
|
||||||
|
"inside_range": 2.0,
|
||||||
|
"outside_range": 3.0,
|
||||||
|
"must_see": true,
|
||||||
|
"on_inside_range": {
|
||||||
|
"event": "switch_to_melee",
|
||||||
|
"target": "self"
|
||||||
|
},
|
||||||
|
"on_outside_range": {
|
||||||
|
"event": "switch_to_ranged",
|
||||||
|
"target": "self"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ranged_mode": {
|
||||||
|
"minecraft:shooter": {
|
||||||
|
"def": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
"minecraft:behavior.ranged_attack": {
|
||||||
|
"priority": 3,
|
||||||
|
"burst_shots": 3,
|
||||||
|
"burst_interval": 0.3,
|
||||||
|
"charge_charged_trigger": 0.0,
|
||||||
|
"charge_shoot_trigger": 4.0,
|
||||||
|
"attack_interval_min": 2.0,
|
||||||
|
"attack_interval_max": 4.0,
|
||||||
|
"attack_radius": 40.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"melee_mode": {
|
||||||
|
"minecraft:attack": {
|
||||||
|
"damage": 6
|
||||||
|
},
|
||||||
|
"minecraft:behavior.melee_attack": {
|
||||||
|
"priority": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"components": {
|
||||||
|
"minecraft:is_hidden_when_invisible": {
|
||||||
|
},
|
||||||
|
"minecraft:experience_reward": {
|
||||||
|
"on_death": "query.last_hit_by_player ? 10 : 0"
|
||||||
|
},
|
||||||
|
"minecraft:loot": {
|
||||||
|
"table": "loot_tables/entities/imoo_turel.json"
|
||||||
|
},
|
||||||
|
"minecraft:collision_box": {
|
||||||
|
"width": 0.5,
|
||||||
|
"height": 1.8
|
||||||
|
},
|
||||||
|
"minecraft:damage_sensor": {
|
||||||
|
"triggers": {
|
||||||
|
"cause": "fall",
|
||||||
|
"deals_damage": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minecraft:movement": {
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"minecraft:navigation.walk": {
|
||||||
|
"can_path_over_water": true,
|
||||||
|
"avoid_water": true,
|
||||||
|
"avoid_damage_blocks": true
|
||||||
|
},
|
||||||
|
"minecraft:movement.basic": {
|
||||||
|
},
|
||||||
|
"minecraft:jump.static": {
|
||||||
|
},
|
||||||
|
"minecraft:can_climb": {
|
||||||
|
},
|
||||||
|
"minecraft:health": {
|
||||||
|
"value": 10000,
|
||||||
|
"max": 10000
|
||||||
|
},
|
||||||
|
"minecraft:follow_range": {
|
||||||
|
"value": 48,
|
||||||
|
"max": 48
|
||||||
|
},
|
||||||
|
"minecraft:fire_immune": {
|
||||||
|
},
|
||||||
|
"minecraft:nameable": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"minecraft:despawn": {
|
||||||
|
"despawn_from_distance": {}
|
||||||
|
},
|
||||||
|
"minecraft:behavior.float": {
|
||||||
|
"priority": 0
|
||||||
|
},
|
||||||
|
"minecraft:behavior.hurt_by_target": {
|
||||||
|
"priority": 1
|
||||||
|
},
|
||||||
|
"minecraft:behavior.target_when_pushed": {
|
||||||
|
"priority": 1,
|
||||||
|
"percent_chance": 5.0,
|
||||||
|
"entity_types": [
|
||||||
|
{
|
||||||
|
"filters": {
|
||||||
|
"all_of": [
|
||||||
|
{ "test" : "is_family", "subject" : "other", "value" : "monster" },
|
||||||
|
{ "test" : "is_family", "subject" : "other", "operator": "!=", "value" : "creeper" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"minecraft:behavior.nearest_attackable_target": {
|
||||||
|
"priority": 3,
|
||||||
|
"must_reach": true,
|
||||||
|
"must_see": true,
|
||||||
|
|
||||||
|
"entity_types": [
|
||||||
|
{
|
||||||
|
"filters": {
|
||||||
|
"all_of": [
|
||||||
|
{
|
||||||
|
"test": "is_family",
|
||||||
|
"subject": "other",
|
||||||
|
"value": "monster"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"test": "is_family",
|
||||||
|
"subject": "other",
|
||||||
|
"operator": "!=",
|
||||||
|
"value": "creeper"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"within_default": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filters": {
|
||||||
|
"all_of": [
|
||||||
|
{
|
||||||
|
"test": "is_family",
|
||||||
|
"subject": "other",
|
||||||
|
"value": "hoglin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"test": "is_difficulty",
|
||||||
|
"operator": "!=",
|
||||||
|
"value": "peaceful"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"max_dist": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filters": {
|
||||||
|
"all_of": [
|
||||||
|
{
|
||||||
|
"test": "is_family",
|
||||||
|
"subject": "other",
|
||||||
|
"value": "zoglin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"test": "is_difficulty",
|
||||||
|
"operator": "!=",
|
||||||
|
"value": "peaceful"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"max_dist": 50
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"minecraft:behavior.random_stroll": {
|
||||||
|
"priority": 4,
|
||||||
|
"speed_multiplier": 1.0
|
||||||
|
},
|
||||||
|
"minecraft:behavior.random_look_around": {
|
||||||
|
"priority": 5
|
||||||
|
},
|
||||||
|
"minecraft:type_family": {
|
||||||
|
"family": [ "turel", "mob" ]
|
||||||
|
},
|
||||||
|
"minecraft:physics": {
|
||||||
|
},
|
||||||
|
"minecraft:pushable": {
|
||||||
|
"is_pushable": true,
|
||||||
|
"is_pushable_by_piston": true
|
||||||
|
},
|
||||||
|
"minecraft:on_hurt": {
|
||||||
|
"event": "minecraft:on_hurt_event",
|
||||||
|
"target": "self"
|
||||||
|
},
|
||||||
|
"minecraft:on_hurt_by_player": {
|
||||||
|
"event": "minecraft:on_hurt_event",
|
||||||
|
"target": "self"
|
||||||
|
},
|
||||||
|
"minecraft:conditional_bandwidth_optimization": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"events": {
|
||||||
|
"minecraft:entity_spawned": {
|
||||||
|
"add": {
|
||||||
|
"component_groups": [
|
||||||
|
"mode_switcher"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"switch_to_melee": {
|
||||||
|
"remove": {
|
||||||
|
"component_groups": [
|
||||||
|
"ranged_mode"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"component_groups": [
|
||||||
|
"melee_mode"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"switch_to_ranged": {
|
||||||
|
"remove": {
|
||||||
|
"component_groups": [
|
||||||
|
"melee_mode"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"add": {
|
||||||
|
"component_groups": [
|
||||||
|
"ranged_mode"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minecraft:on_hurt_event": {
|
||||||
|
"add": {
|
||||||
|
"component_groups": [
|
||||||
|
"mode_switcher"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"values": []
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.17.0",
|
||||||
|
"minecraft:item": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "imoo:turel_del",
|
||||||
|
"category": "construction"
|
||||||
|
},
|
||||||
|
"components": {
|
||||||
|
"minecraft:icon": {
|
||||||
|
"texture": "mw_item",
|
||||||
|
"frame": 4
|
||||||
|
},
|
||||||
|
"minecraft:use_animation": "drink",
|
||||||
|
"minecraft:hand_equipped": false,
|
||||||
|
"minecraft:max_stack_size": 1,
|
||||||
|
"minecraft:foil": false,
|
||||||
|
"minecraft:food": {
|
||||||
|
"can_always_eat": true,
|
||||||
|
"on_consume": {
|
||||||
|
"event": "imoo:turel_dell"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minecraft:use_duration": 2
|
||||||
|
},
|
||||||
|
"events": {
|
||||||
|
"imoo:turel_dell": {
|
||||||
|
"run_command": {
|
||||||
|
"command": [
|
||||||
|
"kill @e[type=imoo:turel, r=2]"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -22,32 +22,6 @@
|
|||||||
"saturation_modifier": "low",
|
"saturation_modifier": "low",
|
||||||
"nutrition": 4,
|
"nutrition": 4,
|
||||||
"can_always_eat": true,
|
"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": {
|
"on_consume": {
|
||||||
"event": "mw_alko:effect"
|
"event": "mw_alko:effect"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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\"}]}"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "item",
|
||||||
|
"name": "minecraft:string",
|
||||||
|
"weight": 1,
|
||||||
|
"functions": [
|
||||||
|
{
|
||||||
|
"function": "set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 1,
|
||||||
|
"max": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function": "looting_enchant",
|
||||||
|
"count": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "item",
|
||||||
|
"name": "imoo:turel_spawn_egg",
|
||||||
|
"weight": 1,
|
||||||
|
"functions": [
|
||||||
|
{
|
||||||
|
"function": "set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 1,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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,
|
||||||
|
5,
|
||||||
|
27
|
||||||
|
],
|
||||||
|
"min_engine_version": [
|
||||||
|
1,
|
||||||
|
17,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"description": "Аддон с разными изменениями",
|
||||||
|
"type": "data",
|
||||||
|
"uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e",
|
||||||
|
"version": [
|
||||||
|
0,
|
||||||
|
5,
|
||||||
|
27
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
|
||||||
|
"version": [
|
||||||
|
0,
|
||||||
|
5,
|
||||||
|
27
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 914 B After Width: | Height: | Size: 7.1 KiB |
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"format_version": "1.12",
|
"format_version": "1.12.0",
|
||||||
"minecraft:recipe_shapeless": {
|
"minecraft:recipe_shapeless": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "minecraft:grass"
|
"identifier": "minecraft:grass"
|
||||||
@@ -19,4 +19,4 @@
|
|||||||
"item": "minecraft:grass"
|
"item": "minecraft:grass"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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,30 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "imoo:turel_spawn_egg"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"crafting_table"
|
||||||
|
],
|
||||||
|
"pattern": [
|
||||||
|
"#.#",
|
||||||
|
".|.",
|
||||||
|
"#.#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
},
|
||||||
|
"|": {
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
},
|
||||||
|
".": {
|
||||||
|
"item": "mw_item:diamond_dust"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "imoo:turel_spawn_egg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "imoo:turel_del"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"crafting_table"
|
||||||
|
],
|
||||||
|
"pattern": [
|
||||||
|
"|#|",
|
||||||
|
"#|#",
|
||||||
|
"|#|"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:cobblestone"
|
||||||
|
},
|
||||||
|
"|": {
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "imoo:turel_del"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,25 +1,20 @@
|
|||||||
{
|
{
|
||||||
"format_version": "1.12",
|
"format_version": "1.12",
|
||||||
"minecraft:recipe_shaped": {
|
"minecraft:recipe_shapeless": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "mw_alko:bottle_water"
|
"identifier": "mw_alko:bottle_water"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [ "crafting_table" ],
|
||||||
"crafting_table"
|
"group": "candle",
|
||||||
],
|
"ingredients": [
|
||||||
"pattern": [
|
{
|
||||||
" ",
|
|
||||||
" B ",
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"A": {
|
|
||||||
"item": "minecraft:bucket"
|
|
||||||
},
|
|
||||||
"B": {
|
|
||||||
"item": "mw_alko:bottle"
|
"item": "mw_alko:bottle"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:potion",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "mw_alko:bottle_water"
|
"item": "mw_alko:bottle_water"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.8.0",
|
||||||
|
"minecraft:spawn_rules": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "imoo:sfw",
|
||||||
|
"population_control": "animal"
|
||||||
|
},
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"minecraft:spawns_on_surface": {},
|
||||||
|
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||||
|
"minecraft:brightness_filter": {
|
||||||
|
"min": 7,
|
||||||
|
"max": 15,
|
||||||
|
"adjust_for_weather": false
|
||||||
|
},
|
||||||
|
"minecraft:weight": {
|
||||||
|
"default": 8
|
||||||
|
},
|
||||||
|
"minecraft:herd": {
|
||||||
|
"min_size":2,
|
||||||
|
"max_size":3
|
||||||
|
},
|
||||||
|
|
||||||
|
"minecraft:biome_filter": {
|
||||||
|
"test": "has_biome_tag", "operator":"==", "value": "animal"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
pack.description=Addon with various changes
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
[
|
||||||
|
"en_US",
|
||||||
|
"ru_RU"
|
||||||
|
]
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
pack.description=Аддон с разными изменениями
|
||||||
@@ -32,19 +32,19 @@ datarr["header"]["version"] = info_ver
|
|||||||
datarr["modules"][0]["version"] = info_ver
|
datarr["modules"][0]["version"] = info_ver
|
||||||
datarr["dependencies"][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(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)
|
json.dump(datarr, open("resource_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False, indent=4)
|
||||||
|
|
||||||
zip_name_behavior = 'MWAlkoB'
|
zip_name_behavior = 'MWAlkoB'
|
||||||
directory_name_behavior = 'behavior_pack'
|
directory_name_behavior = 'behavior_pack'
|
||||||
shutil.make_archive(zip_name_behavior, 'zip', directory_name_behavior)
|
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'
|
zip_name_resource = 'MWAlkoR'
|
||||||
directory_name_resource = 'resource_pack'
|
directory_name_resource = 'resource_pack'
|
||||||
shutil.make_archive(zip_name_resource, 'zip', directory_name_resource)
|
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["+" для открытия]? >""")
|
opeo_file_q = input("""Открыть файлы в Minecraft["+" для открытия]? >""")
|
||||||
if opeo_file_q == "+":
|
if opeo_file_q == "+":
|
||||||
os.startfile("MWAlkoB.mcpack")
|
os.startfile("IMoOB.mcpack")
|
||||||
os.startfile("MWAlkoR.mcpack")
|
os.startfile("IMoOR.mcpack")
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
https://henrysoftware.itch.io/pixel-food
|
||||||
|
https://janbarboza.itch.io/foods-potions-and-coins
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
theme: jekyll-theme-midnight
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
## Алкоголь
|
||||||
|
|
||||||
|
[Главная](http://nyan.pw/IMoO/index)
|
||||||
|
|
||||||
|
В аддоне присутсвует система алкоголя
|
||||||
|
|
||||||
|
 - Пустая клетка
|
||||||
|
|
||||||
|
### Бутылка 
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Бутылка с водой 
|
||||||
|
|
||||||
|
 + 
|
||||||
|
|
||||||
|
### Алкоголь (Использовать зельеварку)
|
||||||
|
|
||||||
|
 +  =  (Самогон)
|
||||||
|
|
||||||
|
 +  =  (Абсент)
|
||||||
|
|
||||||
|
 +  =  (Водка)
|
||||||
|
|
||||||
|
 +  =  (Пиво)
|
||||||
|
|
||||||
|
 +  =  (Вино)
|
||||||
|
|
||||||
|
### Алкоголь - эффекты
|
||||||
|
|
||||||
|
[Таблица на отдельной странице](http://nyan.pw/IMoO/alkoef)
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
## Алкоголь
|
||||||
|
|
||||||
|
[Главная](http://nyan.pw/IMoO/) / [Алкоголь](http://nyan.pw/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 | нет | нет
|
||||||
|
After Width: | Height: | Size: 172 B |
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 518 B |
|
After Width: | Height: | Size: 637 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 270 B |
|
After Width: | Height: | Size: 281 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 311 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 335 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 301 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 287 B |
|
After Width: | Height: | Size: 272 B |
|
After Width: | Height: | Size: 382 B |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 408 B |
|
After Width: | Height: | Size: 572 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 592 B |
|
After Width: | Height: | Size: 404 B |
|
After Width: | Height: | Size: 391 B |
|
After Width: | Height: | Size: 695 B |
|
After Width: | Height: | Size: 278 B |
|
After Width: | Height: | Size: 345 B |
|
After Width: | Height: | Size: 451 B |