This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
[MC 1.12.2] 1.2.0
SquidDev
released this
03 May 10:46
·
43 commits
to minecraft-1.12
since this release
Important: Plethora now requires CC:Tweaked to run. It is no longer compatible with vanilla ComputerCraft.
Features
- Add
isCraftable
field to the result of AE/RS'slistAvailableItems()
- Expose an item entity's item in metadata.
- Add
.shoot
method for blazes and witches. - Improve blacklisting of methods, allowing a more shorthand approach.
- Allow using the
.tell
when the player is not online. - Allow disabling "bound" chat recorders, meaning they can only be used from neural interfaces.
- Add methods for pushing/pulling fluids between tanks.
- Rewrite the internal registry system, and how methods are implemented. Should result in more consistent behaviour and documentation for methods.
- Expose item lore in metadata
- Expose the "captured entity" for Soul Vials (EnderIO), Morbs (Thermal expansion) and vanilla spawn eggs and spawners.
turtle.inspect()
provides full block metadata if scanner is availableturtle.getItemDetail()
also includesnbtHash
.- Allow refuelling from FE/RF items (configurable, disabled by default)
- Allow adding items and lines to the overlay glasses' 3D canvas.
- Allow using CC:T networks through XNet networks.
- Update redstone behaviour to match latest CC:Tweaked (now behaves similar to repeaters).
- Improve documentation generation of metadata examples.
- Allow upgrading sensors and scanners to a higher level.
- Expose metadata about several Astral Sorcery items/blocks, as well as current player progression.
- Expose information about chickens from the chickens mod, as well as integration with Roost and Hatchery.
Bug fixes
- Fix NPE due to registering pocket computer/turtle upgrades too early.
- Fix z-ordering of "2D items" on the overlay glasses.
- Fix NPE under recent forge versions when a chunk containing a laser is unloaded and reloaded.
.getMetaOwner()
requires the entity sensor again.- Remove whole NBT tag when clearing player binding, allowing them to be used as turtle upgrades.
- Handle mods incorrectly returning a
SidedInvWrapper
. Hopefully fixes a whole bunch of mods not exposing peripherals when they should.