Create/Update assets for version 1.15.2

This commit is contained in:
InventiveBot
2020-01-24 10:51:17 +00:00
parent 680741d97c
commit dcb94b454f
1525 changed files with 198372 additions and 31264 deletions

View 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"
}
}

View File

@@ -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": {

View File

@@ -10,7 +10,7 @@
"item": "minecraft:prismarine_shard"
},
"I": {
"item": "minecraft:ink_sac"
"item": "minecraft:black_dye"
}
},
"result": {

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:honey_bottle"
}
},
"result": {
"item": "minecraft:honey_block"
}
}

View 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
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"HH",
"HH"
],
"key": {
"H": {
"item": "minecraft:honeycomb"
}
},
"result": {
"item": "minecraft:honeycomb_block"
}
}

View File

@@ -0,0 +1,3 @@
{
"type": "minecraft:crafting_special_repairitem"
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "sugar",
"ingredients": [
{
"item": "minecraft:honey_bottle"
}
],
"result": {
"item": "minecraft:sugar",
"count": 3
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"group": "sugar",
"ingredients": [
{
"item": "minecraft:sugar_cane"
}
],
"result": {
"item": "minecraft:sugar"
}
}