AdvancedPeripherals
AdvancedPeripherals copied to clipboard
Advanced Peripherals adds many new features to the computercraft modification
### Describe When connecting the "Connectors" from create crafts & additions mod onto the energy detector, it completely breaks, and stops transferring until broken and replaced. ### Steps to reproduce...
### Describe Everytime getItems() is run any blocks picked up from mining will become a new stack in the inventory. When the blocks are manually stacked in the inventory and...
### Describe while using the rsbridge I found out that the isItemCrafing function is not returning true when the item that is being crafted doesn't exist in the system. As...
### Describe When using the ME Bridge, importFromPeripheral adds an empty NBT tag (named tag) to the NBT data. This causes the imported item to be stacked separately from the...
### Describe As stated in the title, every call to getWorkOrderResources returns 0 for the deliverying field. I've got a monitoring program running, updating once a second and even while...
**PLEASE READ THE [GUIDELINES](https://github.com/SirEndii/AdvancedPeripherals/blob/1.20.1/CONTRIBUTING.md) BEFORE MAKING A CONTRIBUTION** * **Please check if the PR fulfills these requirements** - [x] The commit message are well described - [ ] Docs have...
This PR aims to add the long needed game tests to AP. It's still a draft. We will use the Testing Framework from CC to accomplish this The framework is...
### Describe When a chunky turtle moves out of render distance and is the only thing loading itself, reloading the world will not re-load the turtle. ### Steps to reproduce...
### Describe Bridges are missing a `getFluid` function. Would be nice to not have to use listFluids() and creating table from that. ### Steps to reproduce 1. Attach ME/RS bridge...
closes SirEndii/Advanced-Peripherals-Features#8