AdvancedPeripherals icon indicating copy to clipboard operation
AdvancedPeripherals copied to clipboard

Advanced Peripherals adds many new features to the computercraft modification

Results 128 AdvancedPeripherals issues
Sort by recently updated
recently updated
newest added

### Describe ### Minecraft Version 1.20.1 ### Version 1.18.2:1.101.0 ### Details Hello! I was playing on my modpack, (Stoneblock 3), and happened upon a bug. When using Advanced Peripherals, alongside...

bug
1.19x
1.20.1

### Describe `cpu` is never passed so you can't really obverse from lua what the cpus are doing https://github.com/IntelligenceModding/AdvancedPeripherals/blob/dde30dafd91ba836e870a82a1ea48dbaf8375547/src/main/java/de/srendi/advancedperipherals/common/addons/appliedenergistics/AEApi.java#L479 This block never get entered https://github.com/IntelligenceModding/AdvancedPeripherals/blob/dev/1.21.1/src/main/java/de/srendi/advancedperipherals/common/addons/appliedenergistics/AEApi.java#L493-L503 ### Steps to reproduce ....

bug
needs review

### Describe Calling getItem with RS Bridge to a craftable item with 0 units in the system, it returns an incorrect amount of stored items and an invalid "craftable" status...

bug
needs review

A thing that really annoys a lot of players is that the crafting functions of our storage system bridges don't provide any information if a job is done, was calculated...

enhancement
refactoring

### Describe when using distanceToPoint() while passing an unknown point itll always point to 0 0 0 if warping it will teleport to those coordinates expected behavior: returns nil/an error...

bug
1.19x
1.20.1
1.21.1

### Describe When using getResearch returns empty table ### Steps to reproduce Execute the getResearch method and it will return a empty table ### Multiplayer? Yes ### Version 1.21.1-0.7.55b (Latest...

bug
needs review

Makes the parts of the blocks that were previously left static move, glow, shift, whatever you want to call it. The animations are generated by a tool that can be...

1.21.1

**PLEASE READ THE [GUIDELINES](https://github.com/IntelligenceModding/AdvancedPeripherals/blob/dev/1.21.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...

### Describe When using the inventory manager too quickly, it sometimes duplicates items when trying to take one from the player. I built a device that, when clicking on a...

bug

[RS_Lock_Example.txt](https://github.com/user-attachments/files/19551670/RS_Lock_Example.txt) ### Describe Mod Versions (Running on ATM9 1.0.7): CC: Tweaked: 1.20.1-forge-1.113.1 Refined Storage: 1.12.4 When using the Refined Storage Bridge peripheral (rsBridge), calling the rs.getItem() function with a filter...

bug
needs review