AdvancedPeripherals
AdvancedPeripherals copied to clipboard
Advanced Peripherals adds many new features to the computercraft modification
### Describe your idea the idea: an enchantment that has several effects in relation to computers: - sends events on common player actions relating to the item (equip, drop, place,...
### Describe your idea I would like to be able to use a computer to insert and remove upgrades from drawers. **Use Case:** I'm investigating making a mod pack where...
### Descripe When .clear() is called the hot bar blinks for a split second. Do to the fact that your shade the hot bar. ### Steps to reproduce run .clear()...
### Describe your idea CC tweaked has a number of special characters that are alternatives to standard ASCII. These alternatives are available through the string.char(0-255) function. The characters are defined...
### Describe your idea The Neural Interface would allow you to control and upgrade yourself or other entities like a turtle The idea comes from the [Neural Interface](https://plethora.madefor.cc/neural-interface.html) from Plethora....
### Describe your idea Since it is currently possible to extract items from a specific slot with the inventory manager it would also be nice to know what slot every...
### Describe your idea Some method of getting a players ar goggle resolution would be really nice ### Describe alternatives you've considered if you've any Manually plotting pixels until I...
### Descripe Not sure what is happening but the fill command _hates_ negative coordinates. ### Steps to reproduce do `fill(-20,-20,20,20,0x000000)` ### Version Own compiled build ### Minecraft, Forge and maybe...
### Describe your idea Something with the goggles, maybe an event with the AR controller, or an item that detects when the player wearing them right / left clicks. If...
### Describe your idea The ability to draw polygons and non axis locked lines would make creating graphics infinitely better. Instead of having to draw a fill rectangle for each...