AdvancedPeripherals icon indicating copy to clipboard operation
AdvancedPeripherals copied to clipboard

Advanced Peripherals adds many new features to the computercraft modification

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

**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 - [ ] Docs have...

enhancement
1.19x
1.20x

### Describe When querying the RS bridge for an item with either `getItem` or `getPattern`, the key `isCraftable` shows `false`. However, when using `isItemCraftable` for the same item, it will...

bug
Fixed/Added in dev
1.18x
1.19x
1.20x

### Describe Slot filter arguments start at index 0 instead of 1. Lua indices are 1-based, so it makes it difficult to write code that interoperates with the peripheral API....

bug
Priority-Medium
Fixed/Added in dev

### Describe Hi ! I see "compass turtle" in JEI but i'm unable to craft it with a turtle and a compass... Is it a bug or something else ?...

bug
Priority-Medium
Fixed/Added in dev

### Describe Some passive mobs like chicken, sheep, horse, cow (may be more), Do not have health and maxHealth fields in the table that function scanEntities(range) returns. ### Steps to...

bug
Fixed/Added in dev

### Describe Crashed while looking up uses with "U" for an Ars Nouveau wood log with JEI. Was looking through the different recipes/pages when I stumbled upon the "Colony Integrator",...

bug
Priority-High
1.19x
1.20x

### Describe https://github.com/IntelligenceModding/AdvancedPeripherals/blob/eb35cd20b7238d78c9d1bfc95cfa50cca3aca64b/src/main/java/de/srendi/advancedperipherals/common/addons/computercraft/peripheral/PlayerDetectorPeripheral.java#L262 In the PlayerDetector the `maxHealth` parameter is mispelled as `maxHeatlh` ### Steps to reproduce ```lua local players = peripheral.wrap("playerDetector_0") local max = players.getPlayerPos(players.getOnlinePlayers()[1]).maxHeatlh ``` ### Multiplayer? Yes...

bug
Fixed/Added in dev
1.19x
1.20x

The initial port to 1.20.4 neoforge. The pr still needs a lot of work, considering the rewrites of some systems from neoforge. Things that I need to address: - [...

- fix null pointer exception when invoking getName fix #640 - add missing import **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...

### Describe ![image](https://github.com/IntelligenceModding/AdvancedPeripherals/assets/105564186/b15b6931-2787-4a41-ae2b-e718aa3ad428) ### Steps to reproduce In a computer, do ``` ed = peripheral.wrap("THE SIDE ITS ON, DOES NOT MATTER") ed.getName() -- fails ``` ### Multiplayer? No - Global...

bug
Priority-Low
1.19x
1.20x