File Details
pneumaticcraft-repressurized-1.16.5-2.14.6-277.jar
- R
- Nov 24, 2021
- 7.02 MB
- 424.1K
- 1.16.5
- Forge
File Name
pneumaticcraft-repressurized-1.16.5-2.14.6-277.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
2.14.6-277 (24th Nov 2021)
Fixes
- Fixed Aerial Interface allowing Charging Module to charge items through it when its pressure is under 10bar
-
Some fixes around inline tube module (Regulator & Flow Detector) behaviour:
- Fixed inline tube modules being placeable on the side of a tube which is already connected to something
- Fixed Flow Detector preview not rendering transparent
- Stopped rendering previews for modules not placeable in the focused position
- Made clearer in the manual (Tube Modules page) that inline modules may only be placed on the open end of a tube
- Fixed problems with Pressure Chamber valves exploding on multiblock break/reform when there are Volume Modules installed
- Fixed clientside block shapes (Pressure Tubes in particular) not properly updating on block rotation and pressure tube side toggling
- Fixed manual page for Pneumatic Armor stating that Item Life Upgrade max was 6 (it is in fact 5)
-
Fixed empty fluid ingredients (
<fluid:minecraft:empty>) not working properly in CraftTweaker recipes- While such recipes were being added OK, they did not show up in JEI
-
Right-clicking a formed pressure chamber with a placeable block in hand no longer briefly shows the block being placed before opening the GUI
- Cosmetic problem only, but irritating nonetheless...
API and Development
-
Added a couple of API methods (both for fairly specific usages):
- Added
IPneumaticCraftInterface#deserializeSmartChest(), intended to make it easier to include Smart Chests in Create contraptions - Added
forceClientShapeRecalculation()which can be called by addon mods if they rotate/break a block (on the server) which can connect to Pressure Tubes - this notifies clients to update neighbouring Pressure Tube block shapes (the client doesn't normally get notified about block updates like this)
- Added
- All Java source files now include license headers (GPLv3 for the main mod, LGPLv3 for the API)
- Included a copy of COPYING.LESSER (LGPLv3 licence) in the source distribution