From 9d9ff2e35be022195327aa6b3a86b17535ebecee Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Thu, 10 Nov 2022 20:30:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=B4=D0=BD=D0=BE-=D1=86=D0=B8?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=D0=B2=D1=8B=D0=B5=20=D1=81=D0=BF=D0=BB=D0=B0?= =?UTF-8?q?=D0=B2=D1=8B=20=D0=BE=D1=82=D0=BB=D0=B8=D1=87=D0=B0=D1=8E=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=D0=B9=20?= =?UTF-8?q?=D1=82=D0=B2=D0=B5=D1=80=D0=B4=D0=BE=D1=81=D1=82=D1=8C=D1=8E,?= =?UTF-8?q?=20=D1=87=D0=B5=D0=BC=20=D0=B8=D1=81=D1=85=D0=BE=D0=B4=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=BC=D0=B5=D1=82=D0=B0=D0=BB=D0=BB=D1=8B.=20?= =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D1=8F=D1=8E=D1=82=D1=81?= =?UTF-8?q?=D1=8F=20=D0=BE=D0=BD=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=B1=D0=BE=D1=80=D0=BE=D0=B2,=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=82=D0=B0=D0=BB=D0=B5=D0=B9=20=D0=BC=D0=B0=D1=88=D0=B8?= =?UTF-8?q?=D0=BD=20=D0=B8=20=D0=BF=D1=80=D0=B5=D0=B4=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B4=D0=BE=D0=BC=D0=B0=D1=88=D0=BD=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BE=D0=B1=D0=B8=D1=85=D0=BE=D0=B4=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dbotthepony/mc/otm/datagen/recipes/PlatePressRecipes.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/PlatePressRecipes.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/PlatePressRecipes.kt index a869b70b6..2131d5383 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/PlatePressRecipes.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/PlatePressRecipes.kt @@ -1,8 +1,8 @@ package ru.dbotthepony.mc.otm.datagen.recipes fun addPlatePressRecipes(provider: MatteryRecipeProvider) { - val baselineMetals = arrayOf("iron", "silver", "bronze", "lead", "constantan") - val softMetals = arrayOf("gold", "aluminum", "aluminium", "brass", "copper", "electrum") + val baselineMetals = arrayOf("iron", "silver", "bronze", "lead", "constantan", "brass") + val softMetals = arrayOf("gold", "aluminum", "aluminium", "copper", "electrum", "zinc") val hardMetals = arrayOf("tritanium", "steel", "tungsten", "uranium") for (thing in baselineMetals) {