Update recipes

This commit is contained in:
Shadowfacts 2017-07-01 20:39:36 -04:00
parent 6f551660c7
commit 4a23f22b75
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
3 changed files with 9 additions and 5 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {