Очистка

This commit is contained in:
Hell13Cat
2022-01-25 19:09:20 +03:00
parent 2188a1ccd5
commit 9f5063a5a7
1620 changed files with 1093 additions and 125808 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
give @s mw_alko:bottle_water
give @s mw_alko:alcohol
give @s mw_alko:bottle
@@ -0,0 +1 @@
give @s mw_alko:alcohol
@@ -0,0 +1 @@
give @s mw_alko:bottle
@@ -0,0 +1 @@
give @s mw_alko:bottle_water
@@ -0,0 +1,37 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:alcohol",
"category": "items"
},
"components": {
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:stack_by_data": true,
"minecraft:food": {
"saturation_modifier": "low",
"nutrition": 4,
"can_always_eat": true,
"effects": [
{
"name": "nausea",
"chance": 1,
"duration": 30,
"amplifier": 1
},
{
"name": "slowness",
"chance": 1,
"duration": 30,
"amplifier": 1
}
],
"remove_effects": [],
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 32
}
}
}
@@ -0,0 +1,21 @@
{
"format_version": "1.16.0",
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle",
"category": "items"
},
"components": {
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:stack_by_data": true,
"minecraft:icon": {
"texture": "mw_alko:bottle"
},
"minecraft:display_name": {
"value": "Бутылка"
}
}
}
}
@@ -0,0 +1,24 @@
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "mw_alko:bottle_water",
"category": "items"
},
"components": {
"minecraft:hand_equipped": false,
"minecraft:max_stack_size": 64,
"minecraft:foil": false,
"minecraft:stack_by_data": true,
"minecraft:food": {
"saturation_modifier": "normal",
"nutrition": 4,
"can_always_eat": true,
"effects": [],
"remove_effects": [],
"using_converts_to": "mw_alko:bottle"
},
"minecraft:use_duration": 32
}
}
}
+40
View File
@@ -0,0 +1,40 @@
{
"format_version": 2,
"header": {
"description": "sefsefsefsefsefsefse by sefsfsefsefs",
"name": "fdgsefsefsefs",
"uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b",
"version": [
0,
0,
1
],
"min_engine_version": [
1,
16,
0
]
},
"modules": [
{
"description": "sefsefsefsefsefsefse by sefsfsefsefs",
"type": "data",
"uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e",
"version": [
0,
0,
1
]
}
],
"dependencies": [
{
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
"version": [
0,
0,
1
]
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@@ -0,0 +1,29 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "alcohol_ed4657af"
},
"tags": [
"crafting_table"
],
"pattern": [
"A",
"B"
],
"key": {
"A": {
"item": "mw_alko:bottle_water",
"data": 0
},
"B": {
"item": "minecraft:sugar",
"data": 0
}
},
"result": {
"item": "mw_alko:alcohol",
"count": 1
}
}
}
@@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "bottle_87a7cd4d"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
"A A",
"AAA"
],
"key": {
"A": {
"item": "minecraft:glass",
"data": 0
}
},
"result": {
"item": "mw_alko:bottle",
"count": 1
}
}
}
@@ -0,0 +1,29 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "bottle_water_728c58b6"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"BBB"
],
"key": {
"A": {
"item": "minecraft:bucket",
"data": 8
},
"B": {
"item": "mw_alko:bottle",
"data": 0
}
},
"result": {
"item": "mw_alko:bottle_water",
"count": 1
}
}
}