industrialforegoing-1.12-1.2.1-48
on Jun 17, 2023#1.2.1
- Fixed issue #37
- Removed crafttweaker loading dep to fix #38
- Reverted Plastic Oredictionary in recipes
#1.2
- Added Resourceful Furnace, it produces Essence when doing furnace operations.
- Made all inputs of the machine enabled by default.
- Fixed issue #31
- OreDicted Recipes that Contained Plastic.
- Fixed Space Checking for the entities when they were spawned.
- Added some extra space for the BHU when empty.
- Added a config option for the Mob Duplicator to increase essence used based con health (Default 12).
- Removed some GUI pieces that weren't needed.
- Added support for Forestry fertilizer in Crop Enrich Material Injector (Closes #33)
- Improved JEI Plugins
- Fixed Plant Sower Filter Colors
- Fixed Bioreactor allowing more of the same type of input
- Added API Support for the BioReactor (Removed Config support for the entries)
- Added API Support for the Laser Drill (Removed Config support for the entries)
- Added Support for the BioReactor in Crafttweaker
import mods.industrialforegoing.BioReactor;
BioReactor.add(<minecraft:diamond>);
- Added Support for the Laser Drill in Crafttweaker
import mods.industrialforegoing.LaserDrill;
LaserDrill.add(1, <minecraft:stone>, 10); // Arguments: (LaserItemMetadata, ItemStack, ItemWeight)
- Added a PlantRecollector API to add custom ways to harvest plants.
- Reduced PlantRecollector and sower waiting time. (Fixes #34)
- Changed Block Placer to use a FakePlayer to place the block.
- Added Support for the Sludge Refiner in Crafttweaker
import mods.industrialforegoing.SludgeRefiner;
SludgeRefiner.add(<minecraft:wheat_seeds>, 10); //Arguments: (ItemStack, ItemWeight)
- Fixed some wierdness with creative tabs (Closes #36)
industrialforegoing-1.12-1.1.1-33
on Jun 17, 2023+ Added Black Hole Tank
+ Decreased slot stack size limit to 16 for the Plant Sower
+ Added a Contributor Reward as a Patreon Reward http://i.imgur.com/ReDZDWP.png https://www.patreon.com/buuz135
+ Added support for pumpkins and melon for the Plant Recollector
industrialforegoing-1.12-1.1.1-27
on Jun 17, 2023+ Added a straw (TheCodedOne)
+ Added a config for the Petrified Fuel Generator. Closes #25
% Laser Drill uses the first oredicted entry only
% Fixed bucket handling in fluid creating machines. Fixes #26
industrialforegoing-1.12-1.1-25
on Jun 17, 2023% Improved the Machine Area Render
+ Fixed Block Breaker being able to break any block. Fixes #24
+ Fixed #23
industrialforegoing-1.11.2-0.3-20
on Jun 17, 2023% Fixed a casting issue with Binnies mod's
industrialforegoing-1.12-1.1-24
on Jun 17, 2023+ Fixed bad code added in transition to the 1.12 update
% Updated to Forge 1.12
% Fixed Animal Growth Increaser not having a recipe. Fixes #20
+ Dropped Tesla as a hard dependency. No need to add it as a mod.
% Fixed a casting issue present in 1.11.2
industrialforegoing-1.12-1.1-23
on Jun 17, 2023+ Added Animal Growth Increaser
+ Added Lockeable inventories to: Black Hole Unit, Black Hole Controller, Potion Evervator
+ Added Fortune to the Ore Processor
+ Changed how Essence gets collected in the Mob Relocator
+ Added Material StoneWork Factory. It Generates cobble and process it in a bunch of ways like Grinding, Burning or crafting.
% Increased meat feeder tank a bit.
% Improved The Enchantment Aplicator to Fix #18
% Increased version to release
% Changed the Plant Sower to accept IPlanteable
industrialforegoing-1.12-1.0-BETA-22
on Jun 17, 2023% Improved BlackHoleController and Unit item extraction and slots counts. Fixes #17.
% Changed how the Crop Enrich Material Injector works. Fixes #15.
% Crop Recolector Chops down leaves first to provide better interaction with fast leaf decay mod.
+ Generate Constants only in dev
% Increased distance of chopping a bit so it will get full trees
industrialforegoing-1.11.2-0.3-19
on Jun 17, 2023% Crop Recollector Chops down leaves first to provide better interaction with FastLeafDecay.
% Improved/Fixed Black Hole Unit/Controller ItemHandler. Fixes #17
% Changed how the Crop Enrich Material Injector Works. Fixes #15
industrialforegoing-1.11.2-0.3-17
on Jun 17, 2023% Improved tree chopping. Closes #13
% Animal Resource Harvester uses a bucket to interact with cows
% Tree Fluid Extractor use the log randomly
% Fixed Ore Parsing in the config Closes #14
% Improved Mob spawning
industrialforegoing-1.12-1.0-BETA-17
on Jun 17, 2023+ Fixed ore parsing in the config
% Improved mob spawning
industrialforegoing-1.12-1.0-BETA-16
on Jun 17, 2023% Improved tree chopping
% Tree Fluid extractor consumes the log randomly
% Animal Resource Harvester uses buckets to interact with cows
industrialforegoing-1.12-1.0-BETA-15
on Jun 17, 2023Updated to 1.12
This is the first 1.12 update, stuff changed, everything is tested so it shouldn't have big issues.
industrialforegoing-1.11.2-0.3-16
on Jun 17, 2023+ Added support for Slime Trees in the Plant Recolector.
% Fixed Black Hole Controller not functioning if the prev output slot is not full.
% Fixed Black Hole Controller not dropping items.
- Nerfed fisher a bit, it now has a random chance of not working.
% Fixed Tree Fluid Extractor not working when the world time didn't change.
% Updated version number.
industrialforegoing-1.11.2-0.3-14
on Jun 17, 2023+ Added redstone control to constantly working machines
- Disabled Redstone control for the Mob Detector
+ Added Inverted Redstone Control Addon
% Updated Adult Addon Texture
% Changed to release
industrialforegoing-1.11.2-0.2.2-BETA-13
on Jun 17, 2023- Fixed Mob Relocator leaving mobs at 0 health.
- Updated to JEI API Version 4.5.0
- Fixed a crash with the Black Hole Unit. [Closes #6](https://github.com/Buuz135/Industrial-Foregoing/issues/6)
- Removed debug
industrialforegoing-1.11.2-0.2.2-BETA-10
on Jun 17, 2023Fixed Mob Relocator not dropping some loot. (Blaze)
Improved Tree Chopping in the Plant Recolector. (Big issue, Huge lag problems with big farms)
industrialforegoing-1.11.2-0.2.2-BETA-8
on Jun 17, 2023A fix for the Bioreactor for sure
Made Machines that accept Radius Upgrade work faster depending of their Radius and Speed Upgrades
Added Oredictionary entry for the Plastic
Reduced Tree Blocks Choped by default (Needs already created config a manual change)
industrialforegoing-1.11.2-0.2.0-BETA-6
on Jun 17, 2023Fix for the BioReactor I hope
Increase Forge Version to 13.20.0.2311
Changed the Recipe of the Latex Processing unit to use Iron instead of Plastic
Removed the Bucket Latex Recipe
Fixed an issue with the fluid producing machines
industrialforegoing-1.11.2-0.2.0-BETA
on Jun 17, 2023ADDED:
Black Hole Controller (Holds up to 9 Black Hole Units allowing you to access the items that are inside of them.)
Dye Mixer (Makes dyes more efficiently, needs a lens to select the color)
Enchantment Invoker (Enchants items with a level 30 enchant using 3 buckets of essence)
Spores Recreator (Spreads mushrooms spores to grow mushrooms)
CHANGED:
Creative Tab Icon
Bosses can't be picked up with the Mob Imprisionment Tool
Plant Recolector now harvests Cactus and Sugar Cane
Plant Enrich Material Injector now bonemeals double tall flowers
XP Requirement for the Enchantment Aplicator
FIXED:
Fluid Producing Machines now accept empty buckets. (Issue #2)
Enchanted Books data stored in the wrong way. (Issue #4)