forgot count

This commit is contained in:
DBotThePony 2023-02-25 21:14:51 +07:00
parent 69077d97d2
commit 13840d3dcc
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -338,7 +338,7 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: Consumer<Fi
.rowBC(MItemTags.TRITANIUM_PLATES, MItemTags.HARDENED_GLASS_PANES_COLORLESS)
.build(consumer)
MatteryRecipe(MItems.TRITANIUM_BARS, category = RecipeCategory.DECORATIONS)
MatteryRecipe(MItems.TRITANIUM_BARS, category = RecipeCategory.DECORATIONS, count = 16)
.row(MItemTags.TRITANIUM_INGOTS, MItemTags.TRITANIUM_INGOTS, MItemTags.TRITANIUM_INGOTS)
.row(MItemTags.TRITANIUM_INGOTS, MItemTags.TRITANIUM_INGOTS, MItemTags.TRITANIUM_INGOTS)
.build(consumer)