Merge branch 'MC-007' into 'master'

MC-007 - add uncrafting quartz and nether wart

Closes #7

See merge request dodsorfas/minecraft-datapacks!5
This commit is contained in:
Daniel Løvbrøtte Olsen 2019-08-01 00:35:45 +00:00
commit a4518a93b5
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:quartz",
"count": 4
}
}

View File

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