AdvancedPeripherals
AdvancedPeripherals copied to clipboard
Advanced Peripherals adds many new features to the computercraft modification
**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...
### 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...
### 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....
### 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 ?...
### 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...
### 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",...
### 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...
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  ### Steps to reproduce In a computer, do ``` ed = peripheral.wrap("THE SIDE ITS ON, DOES NOT MATTER") ed.getName() -- fails ``` ### Multiplayer? No - Global...