Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squiddev-cc/plethora
A peripheral provider for ComputerCraft
https://github.com/squiddev-cc/plethora
computercraft forge minecraft minecraft-forge minecraft-mod
Last synced: about 2 months ago
JSON representation
A peripheral provider for ComputerCraft
- Host: GitHub
- URL: https://github.com/squiddev-cc/plethora
- Owner: SquidDev-CC
- License: mit
- Archived: true
- Created: 2016-06-13T21:14:19.000Z (over 8 years ago)
- Default Branch: minecraft-1.12
- Last Pushed: 2021-08-22T13:27:36.000Z (about 3 years ago)
- Last Synced: 2024-09-25T20:23:49.388Z (about 2 months ago)
- Topics: computercraft, forge, minecraft, minecraft-forge, minecraft-mod
- Language: Java
- Homepage: https://plethora.madefor.cc/
- Size: 9.12 MB
- Stars: 57
- Watchers: 15
- Forks: 22
- Open Issues: 47
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Plethora [![Current build status](https://github.com/SquidDev-CC/plethora/workflows/Build/badge.svg)](https://github.com/SquidDev-CC/plethora/actions "Current build status")
Plethora is a ComputerCraft/CC:Tweaked peripheral provider for Minecraft 1.8.9+. It aims to provide both metadata and
peripherals for vanilla Minecraft and most mainstream mods.Plethora also adds a series of "modules" to the game. These modules can be used by the player with varying success.
They really come in to their element when put in a manipulator, providing a series of methods which allow
interacting with your environment. This includes:
- Introspection: investigating the current player's inventory (and ender chest)
- Scanner: scans blocks in an area, gathering metadata about them.
- Sensor: scans entities in an area. Like the scanner this allows getting metadata.
- Frickin' laser beam. It fires lasers.
- Chat recorder: allows listening to chat messages, capturing and sending messages as the owning player.
- Kinetic augment: allows remote access to your muscles, making them even stronger than before.If you've ever wanted to embed a computer in your skull then today is your lucky day. Plethora provides a neural
interface which can be attached to your head, or some unsuspecting animal or monster. Right clicking the entity with a
neural controller allows you to interact with it. You can insert modules (which will be wrapped as peripherals) and
manipulate them with the built-in computer. Building a cyborg army has never been so easy.You can also add a kinetic augment to the neural interface. This allows controlling the host entity in various ways.
## Requirements
- Minecraft with recent version of Forge
- [CC: Tweaked](http://minecraft.curseforge.com/projects/cc-tweaked)## Documentation
There is pretty comprehensive documentation on [the Plethora website](https://squiddev-cc.github.io/plethora/). This
contains tutorials, explanations of several fundamental concepts and thoroughly explained examples.You can also create a HTML dump of all methods by running the command `/plethora dump out.html`. When run in a single
player world this will save a file in the active directory (normally `.minecraft` or your modpack's folder). This
documentation is also [available online](http://squiddev-cc.github.io/plethora/methods.html).## Images
![](https://squiddev-cc.github.io/plethora/images/squids-laser.png)> You know, I have one simple request. And that is to have ~~sharks~~ squid with frickin' laser beams attached to their heads!
![](https://squiddev-cc.github.io/plethora/images/modules.png)
> Various modules available