-
Notifications
You must be signed in to change notification settings - Fork 0
Insolator
The Insolator block is a machine that takes water and energy to duplicate plant matter. The Insolator needs to be given a source of energy (FE) along with sufficient water for processing.
The Insolator can be crafted from the following ingredients:
| Ingredient | Count | ID |
|---|---|---|
| Light Bulb | 1 | utamacraft:bulb |
| Tungsten Ingot | 2 | utamacraft:tungsten_ingot |
| Copper Ingot | 2 | minecraft:copper_ingot |
| [PCB] | 1 | utamacraft:pcb |
| [Stone Slab] | 2 | minecraft:stone_slab |
Energy can be provided via any side of the block. Water can either be placed into the interface of the block or by pushing water from any side of the block. Plants can be added to the inventory of the block to start the Insolator process.
The energy required to process a single plant is 16,000 FE. This is spread over a 500 tick process (approximately 25 seconds).
When the Insolator starts processing, the light on the front of the block turns green, the block starts to emit a light level of 15, and a humming sound can be heard coming from the block.
When broken with a pickaxe, the Insolator will drop all its inventory.
The ID of this block is utamacraft:insolator. There is an NBT tag active that can be used to
tell if the Insolator is processing.
| Property | Value |
|---|---|
| Material | METAL |
| Occlusion | No |
| Tool | Pickaxe |
| Light Level | 0 or 15 when active |
| Block Class | net.banutama.utamacraft.block.custom.InsolatorBlock |
| Block Entity Class | net.banutama.utamacraft.block.entity.InsolatorBlockEntity |
| Crafting Recipe | insolator.json |