industrialforegoing-1.12.2-1.10.4-187
on Jun 17, 2023- Added black hole labels
- Tree Fluid Extractor should work with all the logs rotations
- Fall distance resets when bouncing the conveyors
industrialforegoing-1.12.2-1.10.3-181
on Jun 17, 2023- Water Condensator now produces water if it has 2 water sources or more
- Artificial dye is disabled if the dye mixer disabled
- Fixed light blue conveyors not having a recipe
- Mob Slaughter Factory only generates meat/pink slime if it damages entites
- Fixed Item Splitter checking the opposite side of the output configuration
- Different logs produce different amounts of Latex in the Tree Fluid Extractor and can be modified using Crafttweaker (Any fluid can be added)
industrialforegoing-1.12.2-1.10.2-178
on Jun 17, 2023- Fluid interaction has potion effects now
- You can no longer crush stone to cobblestone in the StoneWork Factory
- Fixed Dye Mixer not accepting white lenses
- Lenses can now be recolored
- The meat feeder can now be used as a bauble
industrialforegoing-1.12.2-1.10.1-176
on Jun 17, 2023- If the black hole controller is lock the black hole units won't loose the filter
- Insertion and extraction conveyor upgrades can now extract from entites
- Right clicking conveyors with plastic will prevent items from being picked up
- Changed how the book entries are displayed when hovered
- Fixed cells only being processed 1 by 1
- Fixed BHU accepting items where they dont supposed to
industrialforegoing-1.12.2-1.10.0-173
on Jun 17, 2023- Added 6 conveyor upgrades that can be added to the conveyor (Extraction, Insertion, Splitting, Bouncing, Dropping and Blinking) (Coded/Buuz135)
- Mob duplicator and Animal Sewer shouldnt waste power anymore (jansamohyl)
- Improved hasAddon checks
- Fixed Enchantment Extractor not splitting enchanted books
- Allowed to use mekanism steel casing in machine recipes (Can be disabled in configs)
- Tree fluid extractor no longer resets progress when the wood is broken
industrialforegoing-1.12.2-1.9.2-170
on Jun 17, 2023- Improved fluid handling
- Improved tank color handling
industrialforegoing-1.12.2-1.9.1-166
on Jun 17, 2023- Black Hole Tank Block now changes color depending of the fluid it contains
- Fixed Missing Recipe error from the conveyor recipes #326
- Fixed server crash with forge versions 14.23.3.2685+ #330
- Black hole unit extract button now respects stack sizes
- Mob Crusher and Mob Slaughter Factory do same amount of damage (Configurable, def: 300) #331
industrialforegoing-1.12.2-1.9.0-163
on Jun 17, 2023- Added Artificial Dye and made the Dye Mixer output them #306 (Coded)
- Changed how working areas work now all the machines start with a 1x1 area but they accept Range Addons with some of them having a limitation of Addon Tier.
- Made the Mob Imprisonment Tool color to the entity contained #322 (Coded)
- Allow IPlantable (Netherwart) blocks to work with the plant interactor #319 (Coded)
- Added conveyor belts
- Dead mobs shouldnt be killed again
- Added better display for the StoneWork Factory in JEI
- Fixed server side crash
industrialforegoing-1.12.2-1.8.11-147
on Jun 17, 2023- Fixed the API removing all the entries that instead of just one thing
- If the BHC slots are locked it will not try to fill empty BHU, and fixed some stack size derps
- Fixed plant interactor giving Mystical agriculture seeds when its not supposed to
industrialforegoing-1.12.2-1.8.10-143
on Jun 17, 2023- Added support for the Adult Filter in the Mob Slaughter Factory
- The Enchantment Extractor will keep items in the input slot until they are fully disenchanted
- The Enchantment Extractor will now accept enchanted books with multiple enchantments and split them up
- Fluids without buckets are now properly displayed in the Black Hole Unit
- Added Right Click Harvestability to cocoa beans as no other mod adds it so the Plant Interactor can harvest them (can be disabled in the config)
- Animal rancher will stop shearing animals if the inventory is full
- Fixed a crash with the enchantment extractor or a couple
industrialforegoing-1.12.2-1.8.10-142
on Jun 17, 2023- Added support for the Adult Filter in the Mob Slaughter Factory
- The Enchantment Extractor will keep items in the input slot until they are fully disenchanted
- The Enchantment Extractor will now accept enchanted books with multiple enchantments and split them up
- Fluids without buckets are now properly displayed in the Black Hole Unit
- Added Right Click Harvestability to cocoa beans as no other mod adds it so the Plant Interactor can harvest them (can be disabled in the config)
- Animal rancher will stop shearing animals if the inventory is full
- Fixed a crash with the enchantment extractor
industrialforegoing-1.12.2-1.8.10-141
on Jun 17, 2023- Added support for the Adult Filter in the Mob Slaughter Factory
- The Enchantment Extractor will keep items in the input slot until they are fully disenchanted
- The Enchantment Extractor will now accept enchanted books with multiple enchantments and split them up
- Fluids without buckets are now properly displayed in the Black Hole Unit
- Added Right Click Harvestability to cocoa beans as no other mod adds it so the Plant Interactor can harvest them (can be disabled in the config)
- Animal rancher will stop shearing animals if the inventory is full
industrialforegoing-1.12.2-1.8.9-138
on Jun 17, 2023- Fixed Server Side Crash with the Mob Crusher
- Fixed Fluid Dictionary Converted working when no fluid was selected
industrialforegoing-1.12.2-1.8.8-136
on Jun 17, 2023- Fixed Potion Brewer mot respecting locked slots
- Added custom death message from the mob crusher (Katzen48)
- Added localizations from the fluids placed in the world (superfluke)
- Fixed shulker boxed dropping twice
- Horses and llamas can be tamed again but they need to be tamed first as MC rules
- Fixed Villager Trade Exchanger doing stuff when it doesn't need to do stuff and fixed missing button translations
- Added recipe integrations for EnderIO (if present) all the recipes integrations can be disabled in the config
- Added Fluid Dictionary Converter that will transform fluids into another similar fluids with Crafttweaker integration
import mods.industrialforegoing.FluidDictionary;
FluidDictionary.add("essence","xpjuice",1);
FluidDictionary.remove("essence","xpjuice");
industrialforegoing-1.12.2-1.8.7-132
on Jun 17, 2023- Fixed enchantment extractor leaving empty enchantments tags
- Fixed signs crashing when placed by a block placer
- Fixed Mob Crusher sending null text components
- Allowed to use any item oredicted with "fertilizer" to be used in the Plant fertilizer
- Reduced Fluid Crafting Processing time by caching missing recipes
industrialforegoing-1.12.2-1.8.6-131
on Jun 17, 2023- Maybe fixed Mob Crusher sending chat msg on kill
- Added a config option to make withers only be spawned with the wither builder, players won't be able to place skulls. The recipe will change as the default needs a nether star. (HCWither)
- Tree Fluid Extractor now stops breaking the log if the tank is full
- When the tier 0 addon is installed the plant sower will get items from any slot
- Fixed #274
industrialforegoing-1.12.2-1.8.5-127
on Jun 17, 2023- Made Mob Crusher XP collection server side only
- Added a safety check when collecting item in the mob crusher
industrialforegoing-1.12.2-1.8.4-124
on Jun 17, 2023- Fixed a clientside crash when using the meat feeder
- Made fertilizer apply bonemeal effect
- Animal rancher will stop milking cows if the tank is full
- Added a button to change what the Plant Gatherer can harvest trees/plants/anything
- Added buttons to the Black Hole Unit to fill or empty the player inventory
- Made entities spawned with the Mob Duplicator not naturally despawn
- All the transfer addons work now instead of only the first one, generators accepts addons too
- Increased plant interactor vertical range so it can easily interact with trees
- Refixed more tree stuff
- Changed how the damage source gets applied in the mob crusher to entities, hopefully getting more player only drops
- Changed how the Enchantment Applicator works, you can combine enchanted books but you can no longer add incompatible enchantments together into an item or neither you can add enchantments to an item that can't accept that enchantment (It might be a bit more expensive too)
- Changed some fluid values
industrialforegoing-1.12.2-1.8.3-122
on Jun 17, 2023- Fixed Animal Rancher only milking cows if there was a cow
- Meet Feeder now gives some saturation points
- Changed some tree stuff that might make it run faster
- Fixed some edges cases where the Tree Gatherer stopped working
industrialforegoing-1.12.2-1.8.2-121
on Jun 17, 2023- Added a config option to increase the range of tree checking
- Improved tree checking code a lot so it can harvest huge trees like forestry giant sequoias