Skip to content

Commit

Permalink
Fix containers not properly parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Aug 25, 2020
1 parent 2913351 commit a13e130
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ public CauldronRecipe read(ResourceLocation id, JsonObject json) {
if (empty) {
container = ItemStack.EMPTY;
} else {
container = CraftingHelper.getItemStack(json, true);
container = CraftingHelper.getItemStack(data, true);
}
}

Expand Down

0 comments on commit a13e130

Please sign in to comment.