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",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 2 ",
|
||||
"1 1",
|
||||
"1 1"
|
||||
"121"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 2 ",
|
||||
"111",
|
||||
"1 1"
|
||||
"121"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 11",
|
||||
"11",
|
||||
"23",
|
||||
" 3 "
|
||||
" 3"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
"111",
|
||||
"121",
|
||||
"1 1",
|
||||
"1 1"
|
||||
],
|
||||
"key": {
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 1 ",
|
||||
"21 ",
|
||||
" 3 "
|
||||
"1",
|
||||
"2",
|
||||
"3"
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category":"equipment",
|
||||
"pattern": [
|
||||
" 1 ",
|
||||
" 2 ",
|
||||
" 3 "
|
||||
"12",
|
||||
"1 ",
|
||||
"3 "
|
||||
],
|
||||
"key": {
|
||||
"1":{"item":"minecraft:diamond"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue