promotional bannermobile promotional banner

Magneticraft

Industrial tech mod with a more realistic approach to machines and factories.

File Details

Magneticraft_1.12-2.0.2.jar

  • R
  • Sep 18, 2017
  • 3.19 MB
  • 19.4K
  • 1.12.1+1

File Name

Magneticraft_1.12-2.0.2.jar

Supported Versions

  • 1.12.1
  • 1.12
Fixed config value guideBookScale not updating correctly
Fixed CraftTweaker integration, example script:

mods.magneticraft.CrushingTable.removeRecipe(<minecraft:skull:4>);
mods.magneticraft.CrushingTable.removeRecipe(<minecraft:iron_ore>);
mods.magneticraft.CrushingTable.addRecipe(<minecraft:iron_ore>, <thermalfoundation:material:32> * 9, true);

 

mods.magneticraft.SluiceBox.removeRecipe(<minecraft:sand>);
mods.magneticraft.SluiceBox.addRecipe(<minecraft:iron_ore>, <thermalfoundation:material:32> * 9, true);
mods.magneticraft.SluiceBox.addRecipe(<minecraft:gold_ore>, <thermalfoundation:material:33> * 9, 1, <minecraft:iron_ore>, true);