Some more work on fluid pipe rendering, I may recode it
This commit is contained in:
parent
9fa77d31d8
commit
fd95cf7141
4 changed files with 138 additions and 30 deletions
|
@ -54,8 +54,8 @@ public class RecipeCompact implements IRecipeCompact
|
|||
recipes.put("solarPanel", new ItemStack(ModBlocks.solarPanel));
|
||||
recipes.put("waterCell", ItemCells.getCellByName("water"));
|
||||
recipes.put("lavaCell", ItemCells.getCellByName("lava"));
|
||||
recipes.put("pump", new ItemStack(ModItems.missingRecipe));
|
||||
recipes.put("teleporter", new ItemStack(ModItems.missingRecipe));
|
||||
recipes.put("pump", new ItemStack(ModBlocks.pump));
|
||||
// recipes.put("teleporter", new ItemStack(ModItems.missingRecipe));
|
||||
recipes.put("advancedAlloy", ItemIngots.getIngotByName("advancedAlloy"));
|
||||
recipes.put("lvTransformer", new ItemStack(ModBlocks.lvt));
|
||||
recipes.put("mvTransformer", new ItemStack(ModBlocks.mvt));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue