Skip to content

Commit

Permalink
Use oredict for gravel (#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jun 26, 2019
1 parent 486e778 commit 9c6116b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions resources/assets/tconstruct/recipes/smeltery/grout.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
"group": "tconstruct:grout",
"ingredients": [
{
"item": "minecraft:gravel"
"type": "forge:ore_dict",
"ore": "gravel"
},
{
"type": "forge:ore_dict",
"ore": "sand"
},
{
"item": "minecraft:gravel"
"type": "forge:ore_dict",
"ore": "gravel"
},
{
"type": "forge:ore_dict",
Expand All @@ -30,14 +32,16 @@
"ore": "sand"
},
{
"item": "minecraft:gravel"
"type": "forge:ore_dict",
"ore": "gravel"
},
{
"type": "forge:ore_dict",
"ore": "sand"
},
{
"item": "minecraft:gravel"
"type": "forge:ore_dict",
"ore": "gravel"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"item": "minecraft:clay_ball"
},
{
"item": "minecraft:gravel"
"type": "forge:ore_dict",
"ore": "gravel"
},
{
"type": "forge:ore_dict",
Expand Down

0 comments on commit 9c6116b

Please sign in to comment.