Start work on fluid pipes
This commit is contained in:
parent
b97e884432
commit
dd6e69bea5
26 changed files with 516 additions and 47 deletions
|
@ -24,7 +24,7 @@ import techreborn.api.recipe.machines.*;
|
|||
import techreborn.blocks.*;
|
||||
import techreborn.config.ConfigTechReborn;
|
||||
import techreborn.items.*;
|
||||
import techreborn.parts.ItemStandaloneCables;
|
||||
import techreborn.parts.powerCables.ItemStandaloneCables;
|
||||
import techreborn.utils.RecipeUtils;
|
||||
import techreborn.utils.StackWIPHandler;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import net.minecraft.item.ItemStack;
|
|||
import techreborn.api.recipe.IRecipeCompact;
|
||||
import techreborn.blocks.BlockMachineFrame;
|
||||
import techreborn.items.*;
|
||||
import techreborn.parts.ItemStandaloneCables;
|
||||
import techreborn.parts.powerCables.ItemStandaloneCables;
|
||||
|
||||
import java.io.BufferedWriter;
|
||||
import java.io.File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue