Fix typo
This commit is contained in:
parent
7beabd163a
commit
998709430c
2 changed files with 2 additions and 1 deletions
|
@ -202,6 +202,7 @@ public class GT_RecipeAdder
|
||||||
|
|
||||||
public boolean addAssemblerRecipe(ItemStack aInput1, Object aOreDict,int aAmount, FluidStack aFluidInput, ItemStack aOutput1, int aDuration, int aEUt){
|
public boolean addAssemblerRecipe(ItemStack aInput1, Object aOreDict,int aAmount, FluidStack aFluidInput, ItemStack aOutput1, int aDuration, int aEUt){
|
||||||
for(ItemStack tStack : GT_OreDictUnificator.getOres(aOreDict)){
|
for(ItemStack tStack : GT_OreDictUnificator.getOres(aOreDict)){
|
||||||
|
if(GT_Utility.isStackValid(tStack))
|
||||||
addAssemblerRecipe(aInput1, GT_Utility.copyAmount(aAmount, tStack), aFluidInput, aOutput1, aDuration, aEUt);
|
addAssemblerRecipe(aInput1, GT_Utility.copyAmount(aAmount, tStack), aFluidInput, aOutput1, aDuration, aEUt);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
|
@ -35,7 +35,7 @@ return new String[]{
|
||||||
"Controller Block for the Cleanroom",
|
"Controller Block for the Cleanroom",
|
||||||
"Min(WxHxD): 3x3x3 (Hollow), Max(WxHxD): 15x15x15 (Hollow)",
|
"Min(WxHxD): 3x3x3 (Hollow), Max(WxHxD): 15x15x15 (Hollow)",
|
||||||
"Controller (Top center), Walls Plascrete",
|
"Controller (Top center), Walls Plascrete",
|
||||||
"Top besides contoller and coners filter casings",
|
"Top besides contoller and corners filter casings",
|
||||||
"1 Reinforced Door",
|
"1 Reinforced Door",
|
||||||
"1x Energy Hatch, 1x Maintainance Hatch",
|
"1x Energy Hatch, 1x Maintainance Hatch",
|
||||||
"up to 10 Machine Hull to transfer Items&Energy inside",
|
"up to 10 Machine Hull to transfer Items&Energy inside",
|
||||||
|
|
Loading…
Reference in a new issue