diff --git a/src/main/resources/data/techreborn/advancements/recipes/crafting_table/unit/storage/crude_storage_unit.json b/src/main/resources/data/techreborn/advancements/recipes/crafting_table/unit/storage/crude_storage_unit.json index ca09b7585..02fadc0c4 100644 --- a/src/main/resources/data/techreborn/advancements/recipes/crafting_table/unit/storage/crude_storage_unit.json +++ b/src/main/resources/data/techreborn/advancements/recipes/crafting_table/unit/storage/crude_storage_unit.json @@ -11,7 +11,7 @@ "conditions": { "items": [ { - "tag": "blockus:barrels" + "tag": "c:barrels" } ] } @@ -29,4 +29,4 @@ "has_the_recipe" ] ] -} \ No newline at end of file +}