Compare commits
11 Commits
alko
..
new-recipes
| Author | SHA1 | Date | |
|---|---|---|---|
| 08b5618480 | |||
| 763738e701 | |||
| e6fc366e58 | |||
| 4a6d40b287 | |||
| 5cf457e35f | |||
| 4cb7edcab9 | |||
| 0145842a2d | |||
| c41844c508 | |||
| b2fcfc2be3 | |||
| 5c7e909c35 | |||
| 1d911c685a |
+2
-4
@@ -1,6 +1,4 @@
|
|||||||
|
|
||||||
|
manifest.mcpack
|
||||||
|
MW Recipes.mcpack
|
||||||
MWRecipes.mcpack
|
MWRecipes.mcpack
|
||||||
resource_pack.mcaddon
|
|
||||||
MWAlko.mcaddon
|
|
||||||
MWAlkoB.mcpack
|
|
||||||
MWAlkoR.mcpack
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -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": []
|
|
||||||
}
|
|
||||||
@@ -1,72 +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,
|
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"name": "nausea",
|
|
||||||
"chance": 1,
|
|
||||||
"duration": 300,
|
|
||||||
"amplifier": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "slowness",
|
|
||||||
"chance": 1,
|
|
||||||
"duration": 60,
|
|
||||||
"amplifier": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "strength",
|
|
||||||
"chance": 1,
|
|
||||||
"duration": 90,
|
|
||||||
"amplifier": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "poison",
|
|
||||||
"chance": 1,
|
|
||||||
"duration": 4,
|
|
||||||
"amplifier": 0
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"on_consume": {
|
|
||||||
"event": "mw_alko:effect"
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"format_version": 2, "header": {"description": "Сборник изменений для MW", "name": "MW Different", "uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b", "version": [0, 2, 0], "min_engine_version": [1, 17, 0]}, "modules": [{"description": "Сборник изменений для MW", "type": "data", "uuid": "115c640d-fbfd-48af-8e50-115c5bb6485e", "version": [0, 2, 0]}], "dependencies": [{"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184", "version": [0, 2, 0]}]}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 914 B |
@@ -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:beer"
|
|
||||||
},
|
|
||||||
|
|
||||||
"tags": [ "brewing_stand" ],
|
|
||||||
|
|
||||||
"input": "mw_alko:bottle_water",
|
|
||||||
"reagent": "minecraft:wheat",
|
|
||||||
"output": "mw_alko:beer"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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,27 +0,0 @@
|
|||||||
{
|
|
||||||
"format_version": "1.12",
|
|
||||||
"minecraft:recipe_shaped": {
|
|
||||||
"description": {
|
|
||||||
"identifier": "mw_alko:bottle_water"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"crafting_table"
|
|
||||||
],
|
|
||||||
"pattern": [
|
|
||||||
" ",
|
|
||||||
" B ",
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"A": {
|
|
||||||
"item": "minecraft:bucket"
|
|
||||||
},
|
|
||||||
"B": {
|
|
||||||
"item": "mw_alko:bottle"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "mw_alko:bottle_water"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-50
@@ -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)
|
|
||||||
json.dump(datarr, open("resource_pack\manifest.json", "w", encoding='utf-8'), ensure_ascii=False)
|
|
||||||
|
|
||||||
zip_name_behavior = 'MWAlkoB'
|
|
||||||
directory_name_behavior = 'behavior_pack'
|
|
||||||
shutil.make_archive(zip_name_behavior, 'zip', directory_name_behavior)
|
|
||||||
shutil.move("MWAlkoB.zip", "MWAlkoB.mcpack")
|
|
||||||
zip_name_resource = 'MWAlkoR'
|
|
||||||
directory_name_resource = 'resource_pack'
|
|
||||||
shutil.make_archive(zip_name_resource, 'zip', directory_name_resource)
|
|
||||||
shutil.move("MWAlkoR.zip", "MWAlkoR.mcpack")
|
|
||||||
|
|
||||||
opeo_file_q = input("""Открыть файлы в Minecraft["+" для открытия]? >""")
|
|
||||||
if opeo_file_q == "+":
|
|
||||||
os.startfile("MWAlkoB.mcpack")
|
|
||||||
os.startfile("MWAlkoR.mcpack")
|
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": 2,
|
||||||
|
"header": {
|
||||||
|
"description": "MW Recipes Behavior Pack",
|
||||||
|
"name": "MW Recipes 0.1.1",
|
||||||
|
"uuid": "ee649bcf-256c-4013-9068-6a802b19d756",
|
||||||
|
"version": [ 0, 1, 1 ],
|
||||||
|
"min_engine_version": [ 1, 18, 0 ]
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"description": "MW Recipes Behavior Pack",
|
||||||
|
"type": "data",
|
||||||
|
"uuid": "fa6e90c8-c925-460f-8355-c8a60b753caa",
|
||||||
|
"version": [0, 1, 1]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"uuid": "66c6e9a8-3093-462a-9c36-dbb052765822",
|
||||||
|
"version": [0, 1, 1]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 589 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:crying_obsidian"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"OGO",
|
||||||
|
"GOG",
|
||||||
|
"OGO"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"O": {
|
||||||
|
"item": "minecraft:obsidian"
|
||||||
|
},
|
||||||
|
"G": {
|
||||||
|
"item": "minecraft:ghast_tear"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:crying_obsidian",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:grass"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "candle",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:dirt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:wheat_seeds"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:grass"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:gunpowder"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
" # ",
|
||||||
|
"X X",
|
||||||
|
" # "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:coal",
|
||||||
|
"data": 1
|
||||||
|
},
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:blaze_powder"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:gunpowder",
|
||||||
|
"count": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:string_to_cobweb"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"###",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:web"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_boat"
|
||||||
|
},
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"#P#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"P": {
|
||||||
|
"item": "minecraft:wooden_shovel"
|
||||||
|
},
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:boat",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_door"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_door",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:acacia_door",
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_fence"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"W#W",
|
||||||
|
"W#W"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"W": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:fence",
|
||||||
|
"data": 4,
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_fence_gate"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_fence_gate",
|
||||||
|
"pattern": [
|
||||||
|
"#W#",
|
||||||
|
"#W#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"W": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:acacia_fence_gate"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_planks"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:log2",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_planks_from_stripped"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_planks_from_stripped_wood"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 12
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_planks_from_wood"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_stairs"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_stairs",
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:acacia_stairs",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_wood"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wood",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:log2",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 4,
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_wood_stripped"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wood",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stripped_acacia_log"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 12,
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:acacia_wooden_slab"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_slab",
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:wooden_slab",
|
||||||
|
"data": 4,
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:activator_rail"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"XSX",
|
||||||
|
"X#X",
|
||||||
|
"XSX"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:redstone_torch"
|
||||||
|
},
|
||||||
|
"S": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:activator_rail",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:amethyst_block"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"crafting_table"
|
||||||
|
],
|
||||||
|
"pattern": [
|
||||||
|
"AA",
|
||||||
|
"AA"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"item": "minecraft:amethyst_shard"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:amethyst_block",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"priority": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:andesite"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:stone",
|
||||||
|
"data": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:cobblestone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:stone",
|
||||||
|
"data": 5,
|
||||||
|
"count": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:andesite_stairs"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stone",
|
||||||
|
"data": 5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:andesite_stairs",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:andesite_wall"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stone",
|
||||||
|
"data": 5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:cobblestone_wall",
|
||||||
|
"data": 4,
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:anvil"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"III",
|
||||||
|
" i ",
|
||||||
|
"iii"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"I": {
|
||||||
|
"item": "minecraft:iron_block"
|
||||||
|
},
|
||||||
|
"i": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:anvil",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:armor_stand"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"///",
|
||||||
|
" / ",
|
||||||
|
"/_/"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"/": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"_": {
|
||||||
|
"item": "minecraft:double_stone_slab",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:armor_stand"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:arrow"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"X",
|
||||||
|
"#",
|
||||||
|
"Y"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:flint"
|
||||||
|
},
|
||||||
|
"Y": {
|
||||||
|
"item": "minecraft:feather"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:arrow",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:banner_pattern_bricks"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "banner_pattern",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:brick_block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:banner_pattern",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:banner_pattern_creeper"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "banner_pattern",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:skull",
|
||||||
|
"data": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:banner_pattern",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:banner_pattern_flower"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "banner_pattern",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:red_flower",
|
||||||
|
"data": 8
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:banner_pattern",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:banner_pattern_skull"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "banner_pattern",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:skull",
|
||||||
|
"data": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:banner_pattern",
|
||||||
|
"data": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:banner_pattern_thing"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "banner_pattern",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:appleenchanted"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:banner_pattern",
|
||||||
|
"data": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:banner_pattern_vines"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "banner_pattern",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:vine"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:banner_pattern",
|
||||||
|
"data": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:barrel"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"#-#",
|
||||||
|
"# #",
|
||||||
|
"#-#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"-": {
|
||||||
|
"item": "minecraft:wooden_slab"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:barrel"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:barrel_from_crimson_slab"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"crafting_table"
|
||||||
|
],
|
||||||
|
"pattern": [
|
||||||
|
"ABA",
|
||||||
|
"A A",
|
||||||
|
"ABA"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"B": {
|
||||||
|
"item": "crimson_slab"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:barrel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"priority": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:barrel_from_warped_slab"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"crafting_table"
|
||||||
|
],
|
||||||
|
"pattern": [
|
||||||
|
"ABA",
|
||||||
|
"A A",
|
||||||
|
"ABA"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"B": {
|
||||||
|
"item": "warped_slab"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:barrel",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"priority": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:basic_map_to_enhanced"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:emptymap",
|
||||||
|
"data": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:compass"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:emptymap",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:beacon"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"GGG",
|
||||||
|
"GSG",
|
||||||
|
"OOO"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"S": {
|
||||||
|
"item": "minecraft:netherstar"
|
||||||
|
},
|
||||||
|
"G": {
|
||||||
|
"item": "minecraft:glass"
|
||||||
|
},
|
||||||
|
"O": {
|
||||||
|
"item": "minecraft:obsidian"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:beacon"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.14",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:beehive"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"ooo",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks"
|
||||||
|
},
|
||||||
|
"o": {
|
||||||
|
"item": "minecraft:honeycomb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": [
|
||||||
|
{ "item": "minecraft:beehive" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:beehive_from_crimson_planks"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"crafting_table"
|
||||||
|
],
|
||||||
|
"pattern": [
|
||||||
|
"AAA",
|
||||||
|
"BBB",
|
||||||
|
"AAA"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"item": "crimson_planks"
|
||||||
|
},
|
||||||
|
"B": {
|
||||||
|
"item": "honeycomb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "beehive",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"priority": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.16",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:beehive_from_warped_planks"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"crafting_table"
|
||||||
|
],
|
||||||
|
"pattern": [
|
||||||
|
"AAA",
|
||||||
|
"BBB",
|
||||||
|
"AAA"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"item": "warped_planks"
|
||||||
|
},
|
||||||
|
"B": {
|
||||||
|
"item": "honeycomb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "beehive",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
"priority": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:beetroot_soup"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:bowl"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:beetroot",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:beetroot_soup"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_boat"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"#P#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"P": {
|
||||||
|
"item": "minecraft:wooden_shovel"
|
||||||
|
},
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:boat",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_door"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_door",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:birch_door",
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_fence"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"W#W",
|
||||||
|
"W#W"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"W": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:fence",
|
||||||
|
"data": 2,
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_fence_gate"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_fence_gate",
|
||||||
|
"pattern": [
|
||||||
|
"#W#",
|
||||||
|
"#W#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
},
|
||||||
|
"W": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:birch_fence_gate"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_planks"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:log",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_planks_from_stripped"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stripped_birch_log"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_planks_from_stripped_wood"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_planks_from_wood"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "planks",
|
||||||
|
"pattern": [
|
||||||
|
"#"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2,
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_stairs"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_stairs",
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:birch_stairs",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_wood"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wood",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:log",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 2,
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_wood_stripped"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wood",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stripped_birch_log"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:wood",
|
||||||
|
"data": 10,
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:birch_wooden_slab"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "wooden_slab",
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:planks",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:wooden_slab",
|
||||||
|
"data": 2,
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_banner"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "banner",
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"###",
|
||||||
|
" | "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:wool",
|
||||||
|
"data": 15
|
||||||
|
},
|
||||||
|
"|": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:banner",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_candle"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "candle",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:candle"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:black_candle"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_candle_from_ink_sac"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "candle",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:candle"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:black_candle"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_carpet"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "carpet",
|
||||||
|
"pattern": [
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:wool",
|
||||||
|
"data": 15
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:carpet",
|
||||||
|
"data": 15,
|
||||||
|
"count": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_carpet_from_white"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "carpet",
|
||||||
|
"priority": 1,
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:carpet",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:carpet",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_concrete_powder"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "concrete_powder",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:concrete_powder",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_concrete_powder_from_ink_sac"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "concrete_powder",
|
||||||
|
"priority": 1,
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:sand",
|
||||||
|
"data": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:gravel"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:concrete_powder",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_dye_from_ink_sac"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "black_dye",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shapeless": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_dye_from_wither_rose"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "black_dye",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:wither_rose"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_stained_glass"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "stained_glass",
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:glass"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:stained_glass",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_stained_glass_from_ink_sac"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "stained_glass",
|
||||||
|
"priority": 1,
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:glass"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:stained_glass",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_stained_glass_pane"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "stained_glass_pane",
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:stained_glass",
|
||||||
|
"data": 15
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:stained_glass_pane",
|
||||||
|
"data": 15,
|
||||||
|
"count": 16
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_stained_glass_pane_from_pane"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "stained_glass_pane",
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:glass_pane"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:stained_glass_pane",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_stained_hardened_clay"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "stained_hardened_clay",
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:hardened_clay"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 16
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:stained_hardened_clay",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:black_stained_hardened_clay_from_ink_sac"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"group": "stained_hardened_clay",
|
||||||
|
"priority": 1,
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#X#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:hardened_clay"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "minecraft:dye",
|
||||||
|
"data": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:stained_hardened_clay",
|
||||||
|
"data": 15,
|
||||||
|
"count": 8
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:blackstone_slab"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:blackstone_slab",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:blackstone_stairs"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"# ",
|
||||||
|
"## ",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:blackstone_stairs",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"format_version": "1.12",
|
||||||
|
"minecraft:recipe_shaped": {
|
||||||
|
"description": {
|
||||||
|
"identifier": "minecraft:blackstone_wall"
|
||||||
|
},
|
||||||
|
"tags": [ "crafting_table" ],
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:blackstone"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:blackstone_wall",
|
||||||
|
"count": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user