Fixed fortune 1, 2, 3 and silk touch upgrades giving the wrong item. Fixes #1866
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"ingredients": {
|
||||
"enchanted_book": "com.raoulvdberge.refinedstorage.recipe.IngredientFactoryEnchantedBook"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user