Skip to content

Releases: austinv11/PeripheralsPlusPlus

I swear, there are no more bugs!

22 Apr 23:22
Compare
Choose a tag to compare
  • Fixes a Player Sensor related NPE
  • Fixes #46
  • Fixes #50 ME Bridges can now take metadata in the item id arguments, example: "minecraft:wool 1"
  • Fixes ME Bridges from placing items incorrectly into inventories

The "Austin is questioning his career as a modder" Update

02 Apr 22:42
Compare
Choose a tag to compare
  • Fixed a crash related to entities if too many entities are registered by mods
  • Removed inside jokes, they were funny, mostly...probably...I hope?

The Last 1.2.x Update (I Hope!)

18 Mar 01:35
Compare
Choose a tag to compare

Project: Red turtles can no longer mine bedrock (for the record, this is Mojang's fault!)

The "Austin is Literally Worse Than Hitler" Update

13 Mar 01:50
Compare
Choose a tag to compare

The *Fingers Crossed* Update

10 Mar 22:50
Compare
Choose a tag to compare
  • Hopefully fixes #37 (again)
  • Events are now properly fired in custom smart helmet guis

The "My Mod Is Not A Buggy Mess" Update

03 Mar 22:32
Compare
Choose a tag to compare

The Bug Update!

02 Mar 22:37
Compare
Choose a tag to compare

The Big Update (Redux)

28 Feb 00:23
Compare
Choose a tag to compare
  • Hopefully fixes #32

The Big Update

26 Feb 03:01
Compare
Choose a tag to compare

+Antenna and Smart Helmet
+5 second timeout on mount downloads
+NEI now displays standard advanced turtles
+Peripheral Container
+ME Bridge
+Thirsty Turtles
+Argument to make the speaker pause the computer until speaking is complete
+Iron Noteblock (by @rolandoislas)
+Sign-Reading Turtle (by @GrandMind)
+Gardening Turtle (by @GrandMind)
+More scripts by @Fxzy
*Fixed local mount folder creation
*Improved Project Red turtle registration.
*Fixed chatboxes
*Fixed compatibility with cauldron
*Fixed json mismatch exception

Changelog from the beta:
+Satellites and a rocket (disabled by default, still very experimental and broken; use at your own risk)
+A mini easter egg :p
+ComputerCraft villagers
+NEI Support (all my turtle upgrades will now appear in NEI)
+You can now 'name' teleporters using the setName() function (see documentation for more info)
+Shearing Turtle
+Project Red Turtles (they work like the RP2 turtles from MiscPeripherals)
+An overcomplicated DynamicMount, it will now auto load sample programs based upon the peripherals attached to a computer (it'll also auto-update during the pre-init)
+Sample scripts by Fxz_y and I
+A Speaker Peripheral! It uses the Google Translate TTS API, so it currently requires an internet connection
*Lots of internal refactoring for cleaner code
*Fixed an issue which caused Ore Dictionaries to always return true
*More verbose logging
*The teleport() function on teleporters now have a "tp()" alias
*There is now an 'effect' key for analyze() returns with saplings
*Fixed #11 and #12
*Probably lots more stuff that I forgot

I swear, I fixed the speaker this time!

04 Jan 18:15
Compare
Choose a tag to compare
Pre-release
  • Fixed server-side packets using WorldClient