Skip to content

Energy Core (Draconic Evolution)

Description

A multiblock with 8 tiers for storing large amounts of energy.

Identifier

Refer to this via any of the following:

groovy
mods.de.energy_core
mods.de.energycore
mods.de.energyCore
mods.de.EnergyCore
mods.draconicevolution.energy_core/* Used as page default */
mods.draconicevolution.energycore
mods.draconicevolution.energyCore
mods.draconicevolution.EnergyCore

Editing Values

  • Sets the outer block for the multiblock in the format tier, block:

    groovy
    mods.draconicevolution.energy_core.setInnerBlock(int, IBlockState...)
  • Sets the inner block for the multiblock in the format tier, block:

    groovy
    mods.draconicevolution.energy_core.setOuterBlock(int, IBlockState...)
Example
groovy
mods.draconicevolution.energy_core.setInnerBlock(7, blockstate('minecraft:stone', 1))
mods.draconicevolution.energy_core.setOuterBlock(7, blockstate('minecraft:diamond_block'))
mods.draconicevolution.energy_core.setOuterBlock(2, blockstate('minecraft:diamond_block'))

Contributors

Changelog

© 2024 CleanroomMC. All Rights Reserved.