Various small fixes for 1.12

This commit is contained in:
Philipp Rustemeier
2018-03-14 22:37:46 +01:00
parent 489fb82fbd
commit 62c2a9e9b8
604 changed files with 299 additions and 130 deletions
@@ -0,0 +1,30 @@
{
"type": "forge:ore_shaped",
"pattern": [
"vwv",
"xyx",
"zzz"
],
"key": {
"v": {
"item": "minecraft:gold_nugget"
},
"w": {
"item": "minecraft:carpet",
"meta": 10
},
"x": {
"item": "ebwizardry:magic_crystal"
},
"y": {
"item": "minecraft:lapis_block"
},
"z": {
"type": "forge:ore_dict",
"ore": "stone"
}
},
"result": {
"item": "ebwizardry:arcane_workbench"
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"zzz",
"zzz",
"zzz"
],
"key": {
"z": {
"item": "ebwizardry:magic_crystal"
}
},
"result": {
"item": "ebwizardry:crystal_block"
}
}
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "ebwizardry:crystal_block"
}
],
"result": {
"item": "ebwizardry:magic_crystal",
"amount": 9
}
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" x ",
"xyx",
" x "
],
"key": {
"x": {
"item": "minecraft:string"
},
"y": {
"item": "ebwizardry:magic_crystal"
}
},
"result": {
"item": "ebwizardry:magic_silk",
"amount": 2
}
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"yyy",
"yxy",
"yyy"
],
"key": {
"x": {
"item": "minecraft:glass_bottle"
},
"y": {
"item": "ebwizardry:magic_crystal"
}
},
"result": {
"item": "ebwizardry:mana_flask"
}
}
@@ -0,0 +1,21 @@
{
"type": "forge:ore_shaped",
"pattern": [
" x ",
"xyx",
" x "
],
"key": {
"x": {
"type": "forge:ore_dict",
"ore": "stone"
},
"y": {
"item": "ebwizardry:magic_crystal"
}
},
"result": {
"item": "ebwizardry:transportation_stone",
"amount": 2
}
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"y y",
"y y"
],
"key": {
"y": {
"item": "ebwizardry:magic_silk"
}
},
"result": {
"item": "ebwizardry:wizard_boots"
}
}
@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:book"
},
{
"item": "ebwizardry:magic_crystal"
}
],
"result": {
"item": "ebwizardry:wizard_handbook"
}
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"yyy",
"y y"
],
"key": {
"y": {
"item": "ebwizardry:magic_silk"
}
},
"result": {
"item": "ebwizardry:wizard_hat"
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"yyy",
"y y",
"y y"
],
"key": {
"y": {
"item": "ebwizardry:magic_silk"
}
},
"result": {
"item": "ebwizardry:wizard_leggings"
}
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"y y",
"yyy",
"yyy"
],
"key": {
"y": {
"item": "ebwizardry:magic_silk"
}
},
"result": {
"item": "ebwizardry:wizard_robe"
}
}