Skip to content

Commit

Permalink
Fixed Missing Tags
Browse files Browse the repository at this point in the history
This pull request allows your mod recipes to work with other mods using said tags that were missing in these recipes
  • Loading branch information
BuildTools committed Nov 10, 2020
1 parent e98c25d commit d3cd1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"x": {
"item": "minecraft:stone"
"tag": "forge:stone"
},
"-": {
"item": "minecraft:stone_slab"
Expand Down
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:clay_ball"
"tag": "forge:clay"
},
{
"item": "minecraft:bone_meal"
Expand Down

0 comments on commit d3cd1f4

Please sign in to comment.