add uncrafting quartz and nether wart

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-07-31 04:11:47 +02:00
parent ec5e556897
commit 9f7a935160
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:nether_wart_block"
}
},
"result": {
"item": "minecraft:nether_wart",
"count": 9
}
}

View File

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:quartz_block"
}
},
"result": {
"item": "minecraft:nether_quartz",
"count": 4
}
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 1,
"description": "Dodsorfas Data Pack for uncrafting"
}
}