Skip to content

Releases: IntelligenceModding/AdvancedPeripherals

1.20.1-0.7.39r

12 Apr 14:39

Choose a tag to compare

Fixed

  • [#578] Re-Added botania integration with a few new functions
  • [#559, #561] Fixed the creation of empty nbt tags when inserting items into the ME System - Thanks to @michele-grifa!
  • [#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

1.20.1-0.7.38r

13 Feb 22:29

Choose a tag to compare

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

1.19.2-0.7.34r

13 Feb 22:43

Choose a tag to compare

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

1.20.1-0.7.37r

09 Feb 12:50

Choose a tag to compare

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

1.19.2-0.7.33r

08 Feb 20:11

Choose a tag to compare

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!

1.19.2 0.7.28r Preview Version

17 May 15:57

Choose a tag to compare

Pre-release

Greetings!
This is a preview version for the upcomming 1.19.2 version, which contains major and minor bug fixes

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

Added

  • [#445] Added the peripheral name to the playerClick event of the player detector - Thanks to @zyxkad !
  • Increase max range of the radius of sphere operations