-
-
Notifications
You must be signed in to change notification settings - Fork 3
Mystic Core
A block that is used to transfer power. Can be upgraded with mystic crystals to make them destroy blocks, transform blocks or attract items.
Ingredients | Recipe | Result |
---|---|---|
2 Mystic Crystals 2 Logs 3 Mystic Stone |
Every mystic crystal can hold up to 100 units of power. Left clicking the crystal will show the amount of power it currently holds in the actionbar. Mystic cores will transfer power to nearby mystic cores and send out a ray. Throw a mystic crystal on a mystic core to change it's functionality.
The base mystic core has a light gray crystal spinning. It will continuously collect power from flowers around it.
The destruction core has a red crystal spinning. It will randomly destroy blocks around it that are breakable. Check the code for a full list of blocks that are breakable by a destruction core.
The transformation core has a yellow crystal spinning. It will randomly transform blocks around it.
Original Block | Transformed Block |
---|---|
Sand | Soul Sand |
Netherrack | Nether Quartz Ore |
Dirt | Mycelium |
Cobblestone | Mossy Cobblestone |
Stone Bricks | Mossy Stone Bricks |
The attraction core has a blue crystal spinning. It will attract blocks in a 9x5x9 area around it. The only items it will not pick up are mystic crystals as those could change the functionality of the core.
Throwing a crystal of creation on any mystic core will convert the item to a mystic placer
The mystic core uses tube_coral_block
as item. When placed it is converted to a player head and an armor stand with the mysticCore
tag is summoned. Additionally two more entities are summoned: an armor stand which is used to make the crystal spin and a slime which is used to detect left clicking.
Clocks | 20Hz | 1.25Hz |
---|---|---|
Commands run | 3 | 2 |
Commands run per mystic core | +10 | |
Commands run per ray | +4 |