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
height = it.recipeHeight
} else {
width = it.ingredients.size
height = 1
width = 3
height = 3
}
val container = TransientCraftingContainer(object : AbstractContainerMenu(null, 0) {