Update recipes
This commit is contained in:
parent
6f551660c7
commit
4a23f22b75
|
@ -2,8 +2,8 @@
|
|||
"type": "forge:ore_shaped",
|
||||
"pattern": [
|
||||
"I I",
|
||||
"I I",
|
||||
" B "
|
||||
"IBI",
|
||||
" I "
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"type": "forge:ore_shaped",
|
||||
"pattern": [
|
||||
"W W",
|
||||
"W W",
|
||||
" B "
|
||||
"WBW",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
|
|
|
@ -2,13 +2,17 @@
|
|||
"type": "forge:ore_shaped",
|
||||
"pattern": [
|
||||
"W W",
|
||||
"W W",
|
||||
"WCW",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "plankWood"
|
||||
},
|
||||
"C": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "chestWood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
Loading…
Reference in New Issue