update devtech imports
This commit is contained in:
parent
e476576e4d
commit
56af8eead4
@ -4,7 +4,7 @@ import crafttweaker.item.IIngredient;
|
||||
import mods.gregtech.ore.OrePrefix;
|
||||
import mods.gregtech.ore.IOreRecipeHandler;
|
||||
import mods.gregtech.material.Material;
|
||||
import mods.gregtech.recipe.helpers;
|
||||
import mods.gregtech.recipe.Utils;
|
||||
import crafttweaker.data.IData;
|
||||
|
||||
recipes.remove(<thermalexpansion:satchel:2>);
|
||||
@ -143,8 +143,8 @@ val gemPerfect as OrePrefix = OrePrefix.getPrefix("gemPerfect");
|
||||
|
||||
gemPerfect.generateRecipes(function(orePrefix as OrePrefix, material as Material) {
|
||||
<recipemap:cutter>.recipeBuilder()
|
||||
.inputs(helpers.item(orePrefix, material))
|
||||
.inputs(Utils.item(orePrefix, material))
|
||||
.fluidInputs(<liquid:lubricant> * 100)
|
||||
.outputs(helpers.item("gemExquisite", material) * 2)
|
||||
.outputs(Utils.item("gemExquisite", material) * 2)
|
||||
.duration(100).EUt(1920).buildAndRegister();
|
||||
} as IOreRecipeHandler);
|
||||
|
Loading…
x
Reference in New Issue
Block a user