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