Fixed fortune 1, 2, 3 and silk touch upgrades giving the wrong item. Fixes #1866

This commit is contained in:
raoulvdberge
2018-07-12 16:14:26 +02:00
parent f42a06fb35
commit 12e0daed94
8 changed files with 48 additions and 150 deletions

View File

@@ -1,5 +0,0 @@
{
"ingredients": {
"enchanted_book": "com.raoulvdberge.refinedstorage.recipe.IngredientFactoryEnchantedBook"
}
}

View File

@@ -1,29 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EFE",
"BUB",
"EEE"
],
"key": {
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"F": {
"type": "refinedstorage:enchanted_book",
"id": "fortune",
"level": 1
},
"B": {
"item": "minecraft:bookshelf"
},
"U": {
"item": "refinedstorage:upgrade",
"data": 0
}
},
"result": {
"item": "refinedstorage:upgrade",
"data": 7
}
}

View File

@@ -1,29 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EFE",
"BUB",
"EEE"
],
"key": {
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"F": {
"type": "refinedstorage:enchanted_book",
"id": "fortune",
"level": 2
},
"B": {
"item": "minecraft:bookshelf"
},
"U": {
"item": "refinedstorage:upgrade",
"data": 0
}
},
"result": {
"item": "refinedstorage:upgrade",
"data": 8
}
}

View File

@@ -1,29 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EFE",
"BUB",
"EEE"
],
"key": {
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"F": {
"type": "refinedstorage:enchanted_book",
"id": "fortune",
"level": 3
},
"B": {
"item": "minecraft:bookshelf"
},
"U": {
"item": "refinedstorage:upgrade",
"data": 0
}
},
"result": {
"item": "refinedstorage:upgrade",
"data": 9
}
}

View File

@@ -1,28 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EFE",
"BUB",
"EEE"
],
"key": {
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"F": {
"type": "refinedstorage:enchanted_book",
"id": "silk_touch"
},
"B": {
"item": "minecraft:bookshelf"
},
"U": {
"item": "refinedstorage:upgrade",
"data": 0
}
},
"result": {
"item": "refinedstorage:upgrade",
"data": 6
}
}