YuRaNnNzZZ — Сегодня, в 18:27

thanks direwolf
This commit is contained in:
DBotThePony 2023-06-25 20:55:13 +07:00
parent 0648667480
commit bc340cc317
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -559,8 +559,8 @@ object MatterManager {
width = it.recipeWidth width = it.recipeWidth
height = it.recipeHeight height = it.recipeHeight
} else { } else {
width = it.ingredients.size width = 3
height = 1 height = 3
} }
val container = TransientCraftingContainer(object : AbstractContainerMenu(null, 0) { val container = TransientCraftingContainer(object : AbstractContainerMenu(null, 0) {