Skip to content

Commit

Permalink
update black dye recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
not-blue authored Jan 6, 2025
1 parent 80e8133 commit bca97fc
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 34 deletions.
1 change: 1 addition & 0 deletions data/vegan_recipes/recipes/black_dye_from_charcoal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [

Expand Down
1 change: 1 addition & 0 deletions data/vegan_recipes/recipes/black_dye_from_coal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [

Expand Down
20 changes: 12 additions & 8 deletions data/vegan_recipes/recipes/black_dye_from_coal_block.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"type": "minecraft:crafting_shaped",
"group": "black_dye",
"category": "misc",
"ingredients": [

{
"item": "minecraft:coal_block"
}
"pattern": [
"x",
"x"
],
"key": {
"x": {
"item": "minecraft:coal_block"
}
},
"result": {
"item": "minecraft:black_dye",
"count": 10
"count": 20
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"type": "minecraft:crafting_shaped",
"group": "black_dye",
"category": "misc",
"ingredients": [
{
"item": "minecraft:coal_block"
}
"pattern": [
"x",
"x"
],
"key": {
"x": {
"item": "minecraft:coal_block"
}
},
"result": {
"id": "minecraft:black_dye",
"count": 10
"count": 20
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"type": "minecraft:crafting_shaped",
"group": "black_dye",
"category": "misc",
"ingredients": [
{
"item": "minecraft:coal_block"
}
"pattern": [
"x",
"x"
],
"key": {
"x": {
"item": "minecraft:coal_block"
}
},
"result": {
"id": "minecraft:black_dye",
"count": 10
"count": 20
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"type": "minecraft:crafting_shaped",
"group": "black_dye",
"category": "misc",
"ingredients": [
[
"pattern": [
"x",
"x"
],
"key": {
"x": [
"minecraft:coal_block"
]
],
},
"result": {
"id": "minecraft:black_dye",
"count": 10
"count": 20
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shapeless",
"group": "black_dye",
"category": "misc",
"ingredients": [
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"type": "minecraft:crafting_shaped",
"group": "black_dye",
"category": "misc",
"ingredients": [
[
"pattern": [
"x",
"x"
],
"key": {
"x": [
"minecraft:coal_block"
]
],
},
"result": {
"id": "minecraft:black_dye",
"count": 10
"count": 20
}
}
}

0 comments on commit bca97fc

Please sign in to comment.