mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-08 06:26:43 +01:00
Added recipes for the remaining bed sheet patterns
This commit is contained in:
parent
a1568feab4
commit
9ae1ef13ff
5 changed files with 117 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bed_sheets",
|
||||
"pattern": [
|
||||
"###",
|
||||
"# #",
|
||||
" ##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:kelp"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"count": 1,
|
||||
"item": "unicopia:kelp_bed_sheets"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue