Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.1
1.19.2
1.18.2
1.16.3–1.16.5
1.16.1
1.15.1–1.15.2
1.14.4
1.13.2
1.12.x
1.11.2
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated yesterday
Changelog
#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)