import mods.integrateddynamics.MechanicalSqueezer; import mods.integrateddynamics.Squeezer; /* SkyFactory 4 Integrated Dynamics Integration Script This script utilizes the Integrated Dynamics integration to add/remove/modify recipes. */ function init() { integratedDynamics.addSqueezerBoth(, , null); integratedDynamics.addSqueezerBoth(, , null); integratedDynamics.addSqueezerBoth(, * 2, null); //Add missing AE2 grindstone recipes //FirstNecron add the entries to other crushers that do not have these please integratedDynamics.addSqueezerBoth(, , 1.0); integratedDynamics.addSqueezerBoth(, , 1.0); integratedDynamics.addSqueezerBoth(, , 1.0); } /* Squeezer.addRecipe(, , 0.2, , 0.01, , 0.5); MechanicalSqueezer.addRecipe(, , 0.2,, 0.01, , 0.5); */