Yurie — Сегодня, в 5:07

экран фейковый, крашеный тританий
This commit is contained in:
DBotThePony 2024-09-07 09:42:51 +07:00
parent f8006b7b49
commit bb7dd7f39d
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -380,8 +380,7 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: RecipeOutpu
for ((color, item) in MRegistry.COMPUTER_TERMINAL.allItems) {
val builder = MatteryRecipe(item, category = RecipeCategory.DECORATIONS)
builder.rowB(MItemTags.BASIC_CIRCUIT)
builder.rowB(MItemTags.TRITANIUM_PLATES)
builder.row(MItemTags.BASIC_CIRCUIT, MItemTags.TRITANIUM_PLATES, MItemTags.HARDENED_GLASS_PANES_COLORLESS)
if (color != null) {
builder.rowB(color.tag)