Описание
# Create: Extended Storage
> **⚠️ Important Note:**
> If you **only** want the extended Fluid Tanks and Item Vaults without the new heating mechanics, please download **Version 1.0**.
> **Version 1.1+** introduces new fuels and boiler mechanics to balance the gameplay.
## Core Features
These features are available in all versions of the mod.
### Extended Storage
This mod removes the standard size limits for multi-block, allowing you to build much larger Fluid Tanks and Item Vaults.
* **Fluid Tanks:** Increase the maximum base size (Default 8, Configurable up to 64 blocks).
* **Item Vaults:** Increase the maximum base size (Default 8, Configurable up to 64 blocks).
---
## v1.1 Update: The Heat Expansion
I realized that while you could build massive tanks in the previous version, **standart Blaze Burners couldn't generate enough heat** to run boilers efficiently at those sizes. This update fixes that issue.
### 1. New Fuels.
To match the increased storage capacity, i added two new fuel items:
* **Luxury Blaze Cake:** Upgrades the burner to **Ultra** heat level.
* **Miniature Galaxy:** Upgrades the burner to **Cosmic** heat level.
### 2. Limitless Boiler.
In this update i added fuels and in previous version we got larger blocks but we forgot the **"Level Cap"** and in this update i removed that.
With the new fuels, your boilers will be more efficient.
* **Ultra & Cosmic Heat Level:** These tiers doesn't do anything but upgrading blaze burner level. (I have plan to add custom recipes for more automation)
* **New version's purpose:** This version ensures you can generate enough heat level to produce more Stress Units. (su)
## Configuration
You can edit the limits in `serverconfig/createextendedstorage-server.toml`. Below are the **default values**:
```toml
[storage]
#Range: 1 ~ 64
maxFluidTankSize = 8
#Range: 1 ~ 64
maxItemVaultSize = 8
[blazeBurner]
#Range: 100 ~ 32000
luxuryBlazeCakeBurnTime = 3200
#Range: 100 ~ 20000000
miniatureGalaxyBurnTime = 144000
#Range: 1 ~ 20
ultraBoilerHeatLevel = 5
#Range: 1 ~ 20
cosmicBoilerHeatLevel = 15
```
## Requirements
* Create Mod (6.0.8)