Added recipes for the remaining bed sheet patterns

This commit is contained in:
Sollace 2023-11-24 16:13:02 +00:00
parent a1568feab4
commit 9ae1ef13ff
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
5 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "bed_sheets",
"pattern": [
"###",
"# #",
" ##"
],
"key": {
"#": {
"item": "minecraft:kelp"
}
},
"result": {
"count": 1,
"item": "unicopia:kelp_bed_sheets"
}
}

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "bed_sheets",
"pattern": [
"PWP",
"B B",
" WP"
],
"key": {
"B": {
"item": "minecraft:light_blue_wool"
},
"P": {
"item": "minecraft:pink_wool"
},
"W": {
"item": "minecraft:white_wool"
}
},
"result": {
"count": 1,
"item": "unicopia:rainbow_bpw_bed_sheets"
}
}

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "bed_sheets",
"pattern": [
"PBP",
"Y Y",
" BP"
],
"key": {
"P": {
"item": "minecraft:pink_wool"
},
"B": {
"item": "minecraft:light_blue_wool"
},
"Y": {
"item": "minecraft:yellow_wool"
}
},
"result": {
"count": 1,
"item": "unicopia:rainbow_bpy_bed_sheets"
}
}

View file

@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"group": "bed_sheets",
"pattern": [
"WGB",
"P G",
" PW"
],
"key": {
"P": {
"item": "minecraft:purple_wool"
},
"W": {
"item": "minecraft:white_wool"
},
"G": {
"item": "minecraft:light_gray_wool"
},
"B": {
"item": "minecraft:black_wool"
}
},
"result": {
"count": 1,
"item": "unicopia:rainbow_pbg_bed_sheets"
}
}

View file

@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "bed_sheets",
"pattern": [
"WRW",
"P P",
" RW"
],
"key": {
"P": {
"item": "minecraft:pink_wool"
},
"W": {
"item": "minecraft:white_wool"
},
"R": {
"item": "minecraft:red_wool"
}
},
"result": {
"count": 1,
"item": "unicopia:rainbow_pwr_bed_sheets"
}
}