You've already forked minecraft-assets
Create/Update assets for version 1.15.2
This commit is contained in:
19
data/minecraft/recipes/beehive.json
Normal file
19
data/minecraft/recipes/beehive.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"HHH",
|
||||
"PPP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:beehive"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"F F",
|
||||
"F F",
|
||||
"# #",
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"tag": "minecraft:wooden_fences"
|
||||
},
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "minecraft:prismarine_shard"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:ink_sac"
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
||||
15
data/minecraft/recipes/honey_block.json
Normal file
15
data/minecraft/recipes/honey_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"SS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:honey_block"
|
||||
}
|
||||
}
|
||||
24
data/minecraft/recipes/honey_bottle.json
Normal file
24
data/minecraft/recipes/honey_bottle.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:honey_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:honey_bottle",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/honeycomb_block.json
Normal file
15
data/minecraft/recipes/honeycomb_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"HH",
|
||||
"HH"
|
||||
],
|
||||
"key": {
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:honeycomb_block"
|
||||
}
|
||||
}
|
||||
3
data/minecraft/recipes/repair_item.json
Normal file
3
data/minecraft/recipes/repair_item.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_repairitem"
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_acacia_wood.json
Normal file
17
data/minecraft/recipes/stripped_acacia_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_acacia_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_birch_wood.json
Normal file
17
data/minecraft/recipes/stripped_birch_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_birch_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_dark_oak_wood.json
Normal file
17
data/minecraft/recipes/stripped_dark_oak_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_dark_oak_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_dark_oak_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_jungle_wood.json
Normal file
17
data/minecraft/recipes/stripped_jungle_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_jungle_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_jungle_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_oak_wood.json
Normal file
17
data/minecraft/recipes/stripped_oak_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_oak_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_oak_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/stripped_spruce_wood.json
Normal file
17
data/minecraft/recipes/stripped_spruce_wood.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_spruce_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_spruce_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/sugar_from_honey_bottle.json
Normal file
13
data/minecraft/recipes/sugar_from_honey_bottle.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "sugar",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:sugar",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/sugar_from_sugar_cane.json
Normal file
12
data/minecraft/recipes/sugar_from_sugar_cane.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "sugar",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar_cane"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user