Flux Ducts v1.0.4
------------------------------------------------------------------------------
Flux Ducts adds a simple RF-compatible power conduit for use in Minecraft 1.9.
RF-per-tick is configurable via the config file, as is the number of ducts per
crafting recipe.

At the time of this mod's creation, the RF API is not officially ported to 
Minecraft 1.8+.  This mod was built using the updated RF API included with the 
Progressive Automation mod.  Until officially updated, you may encounter 
compatibility issues with other RF-based mods which may become available.

This mod was built using Forge 1921.


-- Changelog --
v1.0.4 - May 27th, 2016
 - Made the model class behave more safely for other mods which don't do null checking.
  
v1.0.3 - May 25th, 2016
 - Ported to 1.9.4

v1.0.3 - April 29th, 2016
 - Ported to 1.9
 
v1.0.2 - April 10th, 2015
 - Flipped RF directions to fix mutual bug with Progressive Automation (fixed in v1.6.4 of that mod)

v1.0.1 - March 11th, 2015
 - Reworked energy transfer

v1.0 - March 10th, 2015
 - Initial version


-- Credits --
Concept and design by Gorstavich

Developed by FyberOptic (fyberoptic@gmail.com) 
  http://www.fybertech.net/minecraft/

Redstone Flux API, licensed under the LGPL, by Team CoFH
  https://github.com/CoFH/RedstoneFlux-API
