Fixed/modified diamond gear recipes
* Repositioned the magma cream in several recipes * Moved copper nugget smelting/blasting to the mc_rebalance prefix
This commit is contained in:
parent
45212f8bac
commit
79b8697d52
|
|
@ -2,9 +2,8 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category":"equipment",
|
"category":"equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" 2 ",
|
|
||||||
"1 1",
|
"1 1",
|
||||||
"1 1"
|
"121"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"1":{"item":"minecraft:diamond"},
|
"1":{"item":"minecraft:diamond"},
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,8 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category":"equipment",
|
"category":"equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" 2 ",
|
|
||||||
"111",
|
"111",
|
||||||
"1 1"
|
"121"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"1":{"item":"minecraft:diamond"},
|
"1":{"item":"minecraft:diamond"},
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category":"equipment",
|
"category":"equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" 11",
|
"11",
|
||||||
"23",
|
"23",
|
||||||
" 3 "
|
" 3"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"1":{"item":"minecraft:diamond"},
|
"1":{"item":"minecraft:diamond"},
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category":"equipment",
|
"category":"equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
|
"111",
|
||||||
"121",
|
"121",
|
||||||
"1 1",
|
|
||||||
"1 1"
|
"1 1"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category":"equipment",
|
"category":"equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" 1 ",
|
"1",
|
||||||
"21 ",
|
"2",
|
||||||
" 3 "
|
"3"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"1":{"item":"minecraft:diamond"},
|
"1":{"item":"minecraft:diamond"},
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category":"equipment",
|
"category":"equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" 1 ",
|
"12",
|
||||||
" 2 ",
|
"1 ",
|
||||||
" 3 "
|
"3 "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"1":{"item":"minecraft:diamond"},
|
"1":{"item":"minecraft:diamond"},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue