Skip to content

Commit

Permalink
color wool
Browse files Browse the repository at this point in the history
  • Loading branch information
Azerxim committed May 8, 2023
1 parent 9fc938c commit bd9f469
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/black.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:black_wool"
}
],
"result": "minecraft:black_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/blue.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:blue_wool"
}
],
"result": "minecraft:blue_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/brown.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:brown_wool"
}
],
"result": "minecraft:brown_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/cyan.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:cyan_wool"
}
],
"result": "minecraft:cyan_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/gray.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:gray_wool"
}
],
"result": "minecraft:gray_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/green.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:green_wool"
}
],
"result": "minecraft:green_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/light_blue.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:light_blue_wool"
}
],
"result": "minecraft:light_blue_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/light_gray.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:light_gray_wool"
}
],
"result": "minecraft:light_gray_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/lime.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:lime_wool"
}
],
"result": "minecraft:lime_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/magenta.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:magenta_wool"
}
],
"result": "minecraft:magenta_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/orange.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:orange_wool"
}
],
"result": "minecraft:orange_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/pink.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:pink_wool"
}
],
"result": "minecraft:pink_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/purple.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:purple_wool"
}
],
"result": "minecraft:purple_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/red.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:red_wool"
}
],
"result": "minecraft:red_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/white.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:white_wool"
}
],
"result": "minecraft:white_bed",
Expand Down
3 changes: 3 additions & 0 deletions data/woolcutter/recipes/bed/yellow.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
},
{
"item": "minecraft:yellow_bed"
},
{
"item": "minecraft:yellow_wool"
}
],
"result": "minecraft:yellow_bed",
Expand Down

0 comments on commit bd9f469

Please sign in to comment.