Advanced Peripherals

A Peripheral addon mod for modern CC: Tweaked. You can communicate with Refined Storage, Applied Energistics2 or with the whole Minecraft world. Adds things like the Me Bridge, Rs Bridge, the Chat Box and more.

File Details

AdvancedPeripherals-1.19.2-0.7.35r.jar

  • R
  • Apr 12, 2024
  • 834.83 KB
  • 199.5K
  • 1.19.2
  • Forge + 1

File Name

AdvancedPeripherals-1.19.2-0.7.35r.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:advanced-peripherals-431725:5256264")

NeoForge

implementation fg.deobf("curse.maven:advanced-peripherals-431725:5256264")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed

  • [#559] Fixed the creation of empty nbt tags when inserting items into the ME System - @Thanks to michele-grifa!
  • [#577,#570] Fixed that the RS bridge does not show isCraftable in getItem or getPattern - Thanks to @tomprince!
  • [#570] Improved performance of ME Bridge's iterating functions by making the functions not quadratic - Thanks to @tomprince!
  • [#560] Fixed stacking problems when using getItems from the inventory manager
  • [#551] Fixed that RS Bridge's isItemCrafting is false when the item is not in the system
  • [#536] Invalidate the energy detectors in and output energy providers to prevent the energy detector from stopping to transfer energy
  • [#575] Added support for more disk cells and portable cells for the ME Bridge - Thanks to @iTrooz

Added

  • [#571] Added selectionMode to the output of ME Bridge's getCraftingCPUs function - Thanks to @tomprince!
  • [#564] Added optional parameter to getPlayerPos to specify the amount of decimal places to retrieve the position of - Thanks to @minecraf7771