Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CC:Restitched integration] Make Entangled Chest a ComputerCraft peripheral #136

Open
lonevox opened this issue Feb 21, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@lonevox
Copy link

lonevox commented Feb 21, 2022

Ender Storage has integration with ComputerCraft which allows changing the frequency on the chest to change it's inventory. It would be nice if Kibe also had this feature.

The Entangled Chest peripheral could have these four Lua methods:

  • setRuneColor(runeIndex, color)
    Sets the color of the Entangled Chest’s rune at a given index from 1 to 9. This changes the Entangled Chest’s inventory.
    E.g. setRuneColor(2, "red")

  • setRuneColors(colors)
    Sets the colors of the Entangled Chest's runes based on a given array of 8 colors. This changes the Entangled Chest’s inventory.
    E.g. setRuneColors({"red", "green", "pink", "gray", "yellow", "orange", "magenta", "white"})

  • getRuneColor(runeIndex)
    Gets the rune color based on an index from 1 to 9. The color is represented by a string.
    E.g. getRuneColor(3)

  • getRuneColors()
    Returns an array of all 8 current rune colors.

@lucaargolo lucaargolo added the enhancement New feature or request label Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants