File Details
factorytech-1.7.jar
- R
- Jan 1, 2021
- 2.53 MB
- 4.8K
- 1.12.2
- Forge
File Name
factorytech-1.7.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
NEW: All machines now have a removeAll() method in CraftTweaker which removes all default recipes. Useful for pack makers who want to do major overhauls.
CHANGE: The Item Redistributor has been completely revamped. It now has an internal inventory that it sends items to, instead of dealing directly with item entities. This means that it can interface with automation more easily.
CHANGE: The blueprint collection is now automatically given to the player upon starting a new world (config option), and now opens directly to the intro page the first time it is used
CHANGE: It is now possible to add more than one drop at a time to the mob disassembler.
CHANGE: Directional machines now face the opposite direction when placed (for example, transport rollers now face towards the player). You can still hold sneak to make them face the other way.
CHANGE: Magnifying glass is less opaque now
CHANGE: Changed how Redstone Watchers work internally (as in, their code is no longer optimized for 1.7.10). Note that this means existing watchers will have to be relinked.
CHANGE: Machine GUIs now show tooltips for the parts that they need. In addition, you can shift-click a part icon to immediately break the part currently being used in the machine.
FIX: Fixed toggleable options in machines such as filtered stack mover and inventory sensor
FIX: Fixed pulse piston toggles triggering each other when they shouldn't
FIX: Fixed comparators attached to machines not updating until they completed an operation
FIX: Fixed part sensors being wonky
FIX: Fixed auto ejectors destroying items when trying to insert into a full inventory
FIX: Fixed pulse piston rendering glitch
FIX: Potion mixer no longer gives infinite output potions from one set of inputs
FIX: Redstone watchers now check to see if their target block is loaded
FIX: Blueprint collection now properly displays tooltips for crafting recipes