File Details
factoryautomation-1.0.jar
- B
- Oct 4, 2020
- 222.31 KB
- 143
- 1.12.2
- Forge
File Name
factoryautomation-1.0.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Updated for 1.12 with new features to try out. More coming soon...
Extractor recipes have to be added using crafttweaker
Example scripts:
import mods.factoryautomation.Extractor;
Extractor.addRecipe(IItemStack block, IItemStack item, int time, IItemStack itemSilky, int silkyTime, int minExtractorLvl);
Extractor.addModifier(IItemStack block, int modifier, boolean silky, int minExtractorLvl);
Hydroelectric generator, stonebrick dam and redstone interface work as intended but with missing textures and recipes
Grinder WIP
Cobblestone generator valid

