Skip to content

Commit

Permalink
Update charred_nether_bricks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed May 6, 2024
1 parent dd58865 commit ecc1641
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions src/main/resources/data/pyrite/recipes/charred_nether_bricks.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"CCC",
"CDC",
"CCC"
],
"key": {
"C": {
"item": "minecraft:bricks"
},
"D": {
"item": "minecraft:charred_nether_dye"
}
},
"result": {
"item": "pyrite:charred_nether_bricks",
"id": "pyrite:charred_nether_bricks",
"count": 8
}
{
"type": "minecraft:smelting",
"category": "blocks",
"cookingtime": 200,
"experience": 0.1,
"ingredient": {
"item": "minecraft:nether_bricks"
},
"result": {
"id": "pyrite:charred_nether_bricks"
}
}

0 comments on commit ecc1641

Please sign in to comment.