AdvancedPeripherals
AdvancedPeripherals copied to clipboard
Advanced Peripherals adds many new features to the computercraft modification
### 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...
### 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 ....
### 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...
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...
### 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...
### 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...
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...
**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...
[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...