AdvancedPeripherals
AdvancedPeripherals copied to clipboard
Advanced Peripherals adds many new features to the computercraft modification
### Describe When using the `.digBlock()` function of the Automata core it doesn't break blocks from the side that the turtle would be interacting with. As an example this is...
### Describe your idea The upcoming 0.8 update is set to bring a significant transformation to our AR Glasses, to the extent that I've entirely replaced the old system with...
### Describe Using the function `getUsedItemStorage` (And the other related ones) will return different results depending on if the item is stored in the disk or the chest. If I...
### Describe The negative coordinates to be from the bottom right of screen left/up "work" as in they go there however they are super far offscreen in those directions, appears...
### Describe I took the exact code off the wiki `local controller = peripheral.find("arController") -- Finds the peripheral if one is connected if controller == nil then error("arController not found")...
Advanced Peripherals currently uses the gradle [checkstyle](https://docs.gradle.org/current/userguide/checkstyle_plugin.html) plugin to be able to maintain a uniform code style in the project. But there are two main reasons why I want to...
* **Please check if the PR fulfills these requirements** - [X] The commit message are well described - [ ] Docs have been updated - This is important - [...
### Describe Playing note on note block by using it as peripheral does not trigger allays. ### Steps to reproduce 1. Place computer 2. Place note block right next to...
**PLEASE READ THE [GUIDELINES](https://github.com/SirEndii/AdvancedPeripherals/blob/dev/1.20.1/CONTRIBUTING.md) BEFORE MAKING A CONTRIBUTION** * **Please check if the PR fulfills these requirements** - [x] The commit message are well described - [x] Docs have been...