File Details
Wireless Utils - 1.12.2 - 1.7.76
- R
- May 17, 2019
- 1017.78 KB
- 19.0K
- 1.12.2
File Name
wirelessutils-1.12.2-1.7.76-universal.jar
Supported Versions
- 1.12.2
The Pack Developer Update™
- Added: Dispenser Augment! When placed in a Desublimator, it dispenses items just like a Dispenser. Please note that this only works when the target block is an air block.
- Added: Void Pearl. Void Pearls can pick up living entities or drop them back into the world. To be used with future machines.
- Added: World Tick Rate configuration. Machines that interact with the world can have a custom tick rate sent. Slow down machines that don't need to work quickly to keep your world responsive.
- Added: Options for disabling in-world upgrading of machines, as well as the built-in crafting recipes for upgrading machines.
- Added: Options for controlling what level a machine has to be to accept an augment.
- Added: Options for augments changing a machine's power consumption.
- Added: Implement data fixers for all machines.
- Added: Recipes for copying or clearing Player Positional Cards.
- Added: Configurable Block Blacklist for Desublimators.
- Added: Option to enable Crop Augment auto-tilling, which is now disabled by default.
- Added: Configurable list of fertilizer items for adding items not automatically detected as fertilizers.
- Changed: Machines now show a texture on their sides when Sided I/O Control is in use.
- Changed: Desublimators can now transmit slower than one per tick.
- Changed: Condensers can now place fluids in the world even if their maximum rate is less than 1,000 mB/t by saving capacity over multiple ticks.
- Changed: Directional Desublimators now scan their entire working area for items in one step.
- Changed: Desublimators no longer attempt to run every tick when processing the world.
- Changed: Desublimators no longer attempt to fertilize fully grown crops.
- Changed: Rewrote crop handling for Desublimators with Crop Augments for performance and improved functionality.
- Fixed: Harvesting corn from the Simple Corn mod too early.
- Fixed: Machines ignoring their maximum range.
- Fixed: Desublimators not auto-tilling grass when the feature is enabled.
- Fixed: Flint and Steel in a Desublimator targeting the wrong block.
- Fixed: Inability to shift-click Positional Cards into Positional Desublimators.
- Fixed: Issue when using CraftTweaker to remove Charger and Condenser recipes.
- Fixed: Issue with machines not visiting all targets when iterating over a large area.
- Fixed: Desublimators not updating their caching information when their contents change, causing them to eventually stop working.
- Fixed: The Sided I/O Configuration tab showing the wrong mode (Input vs Output).
- Fixed: Change our work area rendering to a higher priority to avoid compatibility issues with some mods.
- Fixed: Positional Cards not stacking with cleared Positional Cards.
- Fixed: Sided I/O mapping to the wrong sides in some block positions.
API and NBT Stuff:
- Added
RequiredLevel(byte) NBT tag to all Augment items for overriding what level machine they require. - Added
EnergyAdd(int),EnergyMult(double), andEnergyDrain(int) NBT tags to all Augment items for overriding their power consumption. - Added
SilkTouch(boolean) andFortune(byte) NBT tags to Crop and Block augments for overriding their silk-touch state and fortune level. - Added
DirectionalRange(int),PositionalRange(int), andInterdimensional(boolean) NBT tags to Range Augments. - Added
Slots(byte) NBT tag to Slot Augments. - Added world tick rate configuration to CraftTweaker for machine levels.

