This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Releases: SquidDev-CC/plethora
Releases · SquidDev-CC/plethora
[MC 1.10.2] 1.1.3
- Add support for CCTweaks' custom roms.
- Fix lasers not obeying the
doTileDrops
gamerule. - Fix lasers sometimes breaking their manipulator.
- Reset fall damage after being launched by the kinetic augment.
- Allow adding upgrades to the minecart computer.
- Add
command
API to command computer minecarts. - Add
propel(velocity)
method to the kinetic augment for minecarts. - Add
.setActive()
method to the elytra item.
[MC 1.8.9] 1.1.3
- Add support for CCTweaks' custom roms.
- Fix lasers not obeying the
doTileDrops
gamerule. - Fix lasers sometimes breaking their manipulator.
- Reset fall damage after being launched by the kinetic augment.
- Allow adding upgrades to the minecart computer.
- Add
command
API to command computer minecarts. - Add
propel(velocity)
method to the kinetic augment for minecarts.
[MC 1.11.2] 1.1.2
- Fix crashing with block scanner
- Fix keyboard not working on multiplayer
- Fix keyboard text not being translated on multiplayer
[MC 1.10.2] 1.1.2
- Fix crashing with block scanner
- Fix keyboard not working on multiplayer
[MC 1.8.9] 1.1.2
- Fix crashing with block scanner
- Fix keyboard not working on multiplayer
[MC 1.11.2] 1.1.1 beta1
- Initial port to 1.11.2
- Fire
chat_message
event for all chat messages, now contains the entity's name and UUID - Add Baubles support to neural interface: can now be placed in the head slot.
- Change several methods to have no delay - allowing most note programs to run correctly.
- Allow keyboard to be mounted as a module. It monitors all key presses a player makes (so you don't have to open the keyboard or computer GUI).
[MC 1.10.2] 1.1.1
- Fire
chat_message
event for all chat messages, now contains the entity's name and UUID - Add Baubles support to neural interface: can now be placed in the head slot.
- Change several methods to have no delay - allowing most note programs to run correctly.
- Allow keyboard to be mounted as a module. It monitors all key presses a player makes (so you don't have to open the keyboard or computer GUI).
[MC 1.8.9] 1.1.1
- Fire
chat_message
event for all chat messages, now contains the entity's name and UUID - Add Baubles support to neural interface: can now be placed in the amulet slot.
- Change several methods to have no delay - allowing most note programs to run correctly.
- Allow keyboard to be mounted as a module. It monitors all key presses a player makes (so you don't have to open the keyboard or computer GUI).
[MC 1.10.2] 1.1.0
- Expose module methods on blocks whose items are modules (noteblocks and daylight sensors).
- Add volume parameter to
playNote
. - Add turtle and pocket computer upgrades
- Add redstone integrator
- Add chat recorder module
- Add additional meta providers
- Rename
plethora:modules
toneuralInterface
andmanipulator
. Sorry, this will break a couple of programs. - Several bug fixes
[MC 1.8.9] 1.1.0
- Expose module methods on blocks whose items are modules (noteblocks and daylight sensors).
- Add volume parameter to
playNote
. - Add turtle and pocket computer upgrades
- Add redstone integrator
- Add chat module
- Add additional meta providers
- Rename
plethora:modules
toneuralInterface
andmanipulator
. Sorry, this will break a couple of programs. - Several bug fixes