Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Advanced Peripherals

Advanced Peripherals

Advanced Peripherals is a mod that adds many useful extensions for CC:Tweaked(Computercraft).

116.2k
79
Technology
Utility
AboutChangelogVersions

Advanced Peripherals 1.19.2 0.7.36r

by seniorendi on Jun 11, 2024
Download

Added

  • [Features/#43] Up/down versions of automata block functions using pitch and yaw - Thanks to @zyxkad
  • [Features/#9] Added shift sneaking version of useOnBlock - Thanks to @zyxkad

Fixed

  • [#582] Reworked the chunky turtle logic to fix several issues with them - Thanks to @zyxkad
  • Fixed a crash with the ME Bridge while trying to iterate through storage busses without a connected storage block
  • Fixed isOnEnchantedSoil() for the mana flower integration
  • [#419] Fixed that the automata digBlock function does not use breaking directions the right way. Fixes several issues with hammers or other AOE tools. - Thanks to @zyxkad
  • [#629] Fixed that placed blocks do not retain their custom block name when destroyed - Thanks to @WiggleWizzard
  • [#621] Fixed that the listCells function for the ME Bridge does not search in third party drives - Thanks to @michele-grifa
  • [#632] Fixed that the chat box allows sending chat messages with negative range - Thanks to @zyxkad
  • [#619] Fixed that the chat box can spoof people to click message to run danger commands - Thanks to @zyxkad
  • [#617] Fixed that sending invalid nbt data for some mod items through the chat box can cause a client crash - Thanks to @zyxkad
  • [#603] Fixed that the note block integration does not trigger allays - Thanks to @zyxkad
  • [#599] Fixed that turtle upgrades can't be equipped with custom NBT values - Thanks to @zyxkad
  • [#595] Fixed that scanEntities does not include living entity fields - Thanks to @zyxkad
  • [#581] Fixed concurrency issues with our server worker, fixes a crash when CC is set to use multiple threads - Thanks to @zyxkad

Changed

  • [#588] Changed the misspelled maxHealth parameter in the player detector, the misspelled attribute is still included in the table for backwards compatibility - Thanks to @zyxkad
  • [#613] Clamp analog output of the setAnalogOutput function between 0-15 - Thanks to @zyxkad

Advanced Peripherals 1.19.2 0.7.34r

by seniorendi on Feb 13, 2024
Download

Advanced Peripherals 1.20.1 0.7.38r

by seniorendi on Feb 13, 2024
Download

Fixed

  • [#556] Fixed a server crash when the toast packet got loaded on the server side
  • [#558] Fixed support for the latest minecolonies version
  • [#552] Fixed that our automata turtles don't allow charging when need_fuel in the CC config is set to true
  • [#538] Delete old ar goggles curios tag

Advanced Peripherals 1.20.1 0.7.37r

by seniorendi on Feb 9, 2024
Download

Added

  • Added isTileEntity and getBlockStates to the Block Reader
  • Added sendToastToPlayer and sendFormattedToastToPlayer to the Chat Box
  • Added the health, the respawn position and the air supply to the player of the player detector.

Fixed

  • [#553] Changed the priority of our chat event to prevent chat message validation failure issues

Changed

  • Added random error to getPlayerPos. That is by default deactivated. Thanks to @eitan3085!
  • Make the prefix of chat box messages dyeable with & chars

Advanced Peripherals 1.19.2 0.7.33r

by seniorendi on Feb 8, 2024
Download

Added

  • Added isTileEntity and getBlockStates to the Block Reader
  • Added sendToastToPlayer and sendFormattedToastToPlayer to the Chat Box
  • Added the health, the respawn position and the air supply to the player of the player detector.

Fixed

  • [#542] Fixed that our description key bind does not work in specific cases and other windows than the vanilla inventory.
  • [#553] Changed the priority of our chat event to prevent chat message validation failure issues

Changed

  • Added the Stack to the resource order of the Colony Integrator and add the fingerprint to common item stacks
  • Added random error to getPlayerPos. That is by default deactivated. Thanks to @eitan3085!

Advanced Peripherals 1.20.1 0.7.36r

by seniorendi on Jan 17, 2024
Download

Fixed

  • [#542] Fixed that our description key bind does not work in specific cases and other windows than the vanilla inventory.

Changed

  • Added the Stack to the resource order of the Colony Integrator and add the fingerprint to common item stacks

Advanced Peripherals 1.20.1 0.7.35b

by seniorendi on Nov 24, 2023
Download

Advanced Peripherals 1.19.2 0.7.32r

by seniorendi on Nov 12, 2023
Download

Fixed

  • [#530] Fixed stray pixel in inventory_manager_gui.png
  • Fixed Memory Card tooltip color
  • [#524] Fixed not working brackets color change of the Chat Box - Thanks to @zyxkad!
  • [#522] Fixed that the index of the argument range for the functions sendMessageToPlayer and sendFormattedMessageToPlayer in the Chat Box is incorrect - Thanks to @zyxkad!

Added

  • [#519] Added Applied Mekanistics support to the ME Bridge - Thanks to @starcatmeow!

Changed

  • [#474] Changed the inventory manager. Merged the NBT and normal variants of the removeItem and addItem functions to one. See documentation for more info
  • [#441] Let the ME bridges isConnected function only return true when the ME bridge is actually connected to an active ME system

Advanced Peripherals 1.20.1 0.7.34b

by seniorendi on Nov 2, 2023
Download

This is the neoforge port for 1.20.1. This version works for Minecraft Forge and for NeoForge.

Fixed

  • Fixed integration for Mekanism 10.4

Advanced Peripherals 1.20.1 0.7.33b

by seniorendi on Oct 7, 2023
Download

Fixed

  • Fixed that craftFluid of the RS Bridge will not work when the target fluid stack is empty
  • Fixed the amount of the costs of researches in the colony integrator
  • [#505] Fixed a NullPointerException when calling craftItem with the ME Bridge while using the CPU argument
  • [#503],[#509] Fixed a bug where the imported items to a ME System are imported without the NBT tag(Thanks to @michele-grifa!)
  • [#501] Fixed some stack overflow exceptions when moving items around(Independent of the periphal)
  • [#511] Fixed the patchouli book

Changed

  • [#512] Changed some debug messages of the ME and RS Bridge

Added

  • [#514] Added a neededTime property to the research table of the colony integrator

Advanced Peripherals 1.19.2 0.7.31r

by seniorendi on Oct 7, 2023
Download

Fixed

  • Fixed that craftFluid of the RS Bridge will not work when the target fluid stack is empty
  • Fixed the amount of the costs of researches in the colony integrator
  • [#505] Fixed a NullPointerException when calling craftItem with the ME Bridge while using the CPU argument
  • [#503],[#509] Fixed a bug where the imported items to a ME System are imported without the NBT tag(Thanks to @michele-grifa!)
  • [#501] Fixed some stack overflow exceptions when moving items around(Independent of the periphal)

Changed

  • [#512] Changed some debug messages of the ME and RS Bridge

Added

  • [#514] Added a neededTime property to the research table of the colony integrator

Advanced Peripherals 1.20.1 0.7.32b

by seniorendi on Aug 6, 2023
Download

Changed

  • Changed sorting of our creative tab

Added

  • [#481] Add configurable chunk loading radius to chunky turtle. Thanks to @Einhornyordle!
  • [#483] Add Powah's Ender Cell support. Thanks to @Apeopex!
  • [#435] Add a isFluidCrafting and isFluidCraftable function to the ME Bridge
  • [#477] Add two configuration values for the chat box. One for a maximum range and one to disallow multidimensional message sending
  • [#491] Added support for Storage Busses in calculation of used storage space for the ME Bridge. Thanks to @Michele Grifa!
  • [#494] Add the name to getCraftingCPUs()
  • [#490] Don't divide the amount of the bytes of the DISK drives
  • [#485] Add AE2 Addtions support to the ME Bridge

Fixed

  • [#488] Added support with CC:T 1.106x. Thanks to @SirEdvin!
  • [#478] Fixed not working Ae2 Things integration
  • [#482] Fixed that some of the functions of automata turtles throw NPEs if the functions were called for the first time
  • [#487] Fixed a server crash when two ME Bridges are connected to one ME System while items are scheduled for crafting
  • [#490] Fixed that getUsedItemStorage does not respect AE2Things DISK drives
  • [#486] Fixed that the player detector will not detect players in different dimensions

Advanced Peripherals 1.19.2 0.7.30r

by seniorendi on Aug 5, 2023
Download

Changed

  • Changed sorting of our creative tab

Added

  • [#481] Add configurable chunk loading radius to chunky turtle. Thanks to @Einhornyordle!
  • [#483] Add Powah's Ender Cell support. Thanks to @Apeopex!
  • [#435] Add a isFluidCrafting and isFluidCraftable function to the ME Bridge
  • [#477] Add two configuration values for the chat box. One for a maximum range and one to disallow multidimensional message sending
  • [#491] Added support for Storage Busses in calculation of used storage space for the ME Bridge. Thanks to @Michele Grifa!
  • [#494] Add the name to getCraftingCPUs()
  • [#490] Don't divide the amount of the bytes of the DISK drives
  • [#485] Add AE2 Addtions support to the ME Bridge

Fixed

  • [#482] Fixed that some of the functions of automata turtles throw NPEs if the functions were called for the first time
  • [#487] Fixed a server crash when two ME Bridges are connected to one ME System while items are scheduled for crafting
  • [#490] Fixed that getUsedItemStorage does not respect AE2Things DISK drives
  • [#486] Fixed that the player detector will not detect players in different dimensions

Advanced Peripherals 1.18.2 0.7.31r

by seniorendi on Aug 5, 2023
Download

Fixed

  • [#497] Fixed 32 signed integer overflow with RS Bridge functions when too many  external storages(Or high sized storages) or too many disks were used.

Advanced Peripherals 1.19.2 0.7.29r

by seniorendi on Jun 30, 2023
Download

Fixed

  • [#478] Fixed a game crash when trying to call some functions of the ME Bridge while AE2 Things is not installed

###Added/Fixed

  • [#476] There a multiple additions and fixes to getResearch of the colony integrator:
    • getResearch function is callable again (was not available because it was throwing a non-lua exception)
    • will not return hidden research items
    • fix text properties of research: name and researchEffects
    • add properties to research:
      • requirements: list of requirements:
        • desc: requirement description text
        • type: type of requirement, only building type shows additional information (building and level)
      • cost: list of research cost
      • progress: integer value

Advanced Peripherals 1.20.1 0.7.31a

by seniorendi on Jun 29, 2023
Download

Added

  • Added the minecolonies integration back
  • Added the mekanism integration back

Advanced Peripherals 1.18.2 0.7.30r

by seniorendi on Jun 22, 2023
Download

Changed

  • [#436] Add nbt, displayName and fingerprint to the fluid stacks of the rs and me bridge
  • Change the argument of isItemCrafting to an item filter table

Fixed

  • [#425] Fixed patchouli urls
  • [#463] Fix create integration for create 0.5.1a
  • [#434] Fixed NullPointerException when trying to get items with an invalid item name
  • [#464] Fixed that the inventory manager causes items to stop stacking

Advanced Peripherals 1.20.1 0.7.30a

by seniorendi on Jun 18, 2023
Download

Initial port to 1.20.1. Could and probably will include bugs, please report them on our issue tracker. Currently disabled integrations are botania, create, mekanism and powah

Advanced Peripherals 1.19.2 0.7.28r

by seniorendi on May 31, 2023
Download

Changed

  • Change the argument of isItemCrafting to an item filter table

Fixed

  • [#434] getItem throwing NullPointerException if the item does not exist in the me system
  • [#444] Cardinal directions aren't working for some of our peripherals - Thanks to @zyxkad !
  • [#436] fluid stacks returned by the me or rs bridge are missing some information like the display name, fingerprint or nbt values
  • [#448] Wrong return values of the getInputFluid/getOutputFluid functions of the create basin integration - Thanks to @zyxkad
  • [#439] Fixed wrong calculation of the player position which leads to false results of some functions of the player detector - Thanks to @zyxkad
  • [#454] Fixed cache blocking of the rs bridge which leads to a disability to remove items from the rs system
  • [#456] Fixed a bug which leads to crashes when trying to get the happiness of the citizens - Thanks to @Einhornyordle!
  • Fixed writeTable function of the storage peripheral
  • Fixed a bug where the item of a filter gets ignored if nbt values are defined
  • [#425] Fixed patchouli urls
  • [#463] Fix create integration for create 0.5.1a
  • [#464] Fixed that the inventory manager causes items to stop stacking

Added

  • [#445] Added the peripheral name to the playerClick event of the player detector - Thanks to @zyxkad!
  • [#467] Added playerJoin, playerLeave, playerChangedDimension events on Player Detector - Thanks to @michele-grifa!
  • Increase max range of the radius of sphere operations

Advanced Peripherals 1.19.3 0.7.29r

by seniorendi on May 31, 2023
Download

Changed

  • Change the argument of isItemCrafting to an item filter table
  • Removed minecolonies integration without removing the block since minecolonies does not exist for 1.19.3
  • Removed botania integration since botania does not exist for 1.19.3

Fixed

  • [#434] getItem throwing NullPointerException if the item does not exist in the me system
  • [#444] Cardinal directions aren't working for some of our peripherals - Thanks to @zyxkad !
  • [#436] fluid stacks returned by the me or rs bridge are missing some information like the display name, fingerprint or nbt values
  • [#448] Wrong return values of the getInputFluid/getOutputFluid functions of the create basin integration - Thanks to @zyxkad
  • [#439] Fixed wrong calculation of the player position which leads to false results of some functions of the player detector - Thanks to @zyxkad
  • [#454] Fixed cache blocking of the rs bridge which leads to a disability to remove items from the rs system
  • [#456] Fixed a bug which leads to crashes when trying to get the happiness of the citizens - Thanks to @Einhornyordle!
  • Fixed writeTable function of the storage peripheral
  • Fixed a bug where the item of a filter gets ignored if nbt values are defined
  • [#425] Fixed patchouli urls
  • [#463] Fix create integration for create 0.5.1a
  • [#464] Fixed that the inventory manager causes items to stop stacking

Added

  • [#445] Added the peripheral name to the playerClick event of the player detector - Thanks to @zyxkad!
  • [#467] Added playerJoin, playerLeave, playerChangedDimension events on Player Detector - Thanks to @michele-grifa!
  • Increase max range of the radius of sphere operations
1
2
3
5

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@9fd0f68

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.