Giter Club home page Giter Club logo

allium-peripherals's Introduction

Allium Peripherals Modrinth Downloads

For CC:T for Fabric & Minecraft 1.16.5

Allium offers a couple peripherals - and more planned as ideas are proposed. The two currently provided are the survival and creative chat modem. These modems function identically to the chat module from SquidDev's Plethora peripherals mod. This mod depends on ComputerCraft: Restitched.

Items

The current list of items in the game, along with a bit of documentation on their methods.

Survival Chat Modem

To start, right click on one to bind yourself, right click to unbind. Nobody else can unbind you from a chat modem you've bound yourself to (apart from breaking and replacing it). Once bound you have access to all the methods:

  • capture: add a pattern to queue an event every time you send a message that matches. Once a message gets captured, it does not get sent to anyone else.
  • uncapture: removes a single given pattern or all patterns if none are supplied
  • getCaptures: returns a table of all captures
  • getBoundPlayer: returns two strings, the username of the bound player, and the UUID of the bound player
  • say: sends a message to the bound player.

Creative Chat Modem

The creative chat modem is similar to a survival modem, with the exception that it applies captures globally. Since it lacks the need for a player, the methods getBoundPlayer and say do not apply to the creative chat modem, all others from the survival modem are identical.

Rationale & Credits

So basically I was really bored, and tired of waiting for Plethora to update (insert obligatory SquidDev comment "PRs Welcome!"), so I went and made what I needed. I used Fabric because open source ethics, love for the community, and love of framework.

I would like to give a huge(blank) thanks for all the users on the fabric community discord for helping me make this mod a reality, from shouting at me to refresh gradle, to dealing with my ineptitude while trying to implement block entities. I'd also like to thank SquidDev in particular for assisting me when I came across issues with the CC end of the mod.

allium-peripherals's People

Contributors

hugeblank avatar ptom76 avatar zelaux avatar roger109z avatar triphora avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.