Nauktis / SolarFlux

Mod for Minecraft - Adds solar panels that produce Redstone Flux
GNU General Public License v3.0
15 stars 8 forks source link

Recipes for photovoltaic cells? #30

Open JackTheRedCreeper opened 9 years ago

JackTheRedCreeper commented 9 years ago

I don't use NEI because every time I open my inv, it causes a lag spike.

So yeah, so far I've gotten Tier 3 panels, and now I have to keep experimenting with random materials and see what's gonna work.

Any help? Or suggestions, tips? D:

Not2old commented 9 years ago

solarcell2 Have the same problem, use only 'craft guide' (no NEI) and there are not all recipes listed. So higher Tier3 is not possible. Old recipes in the net did not work :-(

JackTheRedCreeper commented 9 years ago

I found out that Tier 2 photovoltaic cell uses... CLAY

Not2old commented 9 years ago

Yes, clay was used in the past. Question is: were may I find the actual recipes in the in the net or listed somewere in the mods .jar file?

The side: http://crafting-guide.com/browse/solar_flux/photovoltaic_cell_ii/ have listed some recipes, but seems outdated.

btw using SolarFlux-1.7.10-0.8b.jar

virmitio commented 8 years ago

If you have Thermal Expansion in the pack, the crafting-guide recipes won't apply for you. If in-game NEI or the like won't work, you can have a look at the recipes needed here in the source.

eg. Crafting definition for photo cell 3 with Thermal Expansion: https://github.com/Nauktis/SolarFlux/blob/master/src/main/java/com/nauktis/solarflux/init/recipes/ThermalExpansionRecipeRegistrar.java#L36 which at this time describes needing to infuse a cell2 with glowstone in a fluid transposer.

Not2old commented 8 years ago

Hi Tim Roger,thx for the info, now it is working :-)Tim Rogers notifications@github.com hat am 18. Dezember 2015 um 11:02 geschrieben:If you have Thermal Expansion in the pack, the crafting-guide recipes won't apply for you. If in-game NEI or the like won't work, you can have a look at the recipes needed here in the source.eg. Crafting definition for photo cell 3 with Thermal Expansion: https://github.com/Nauktis/SolarFlux/blob/master/src/main/java/com/nauktis/solarflux/init/recipes/ThermalExpansionRecipeRegistrar.java#L36 which at this time describes needing to infuse a cell2 with glowstone in a fluid transposer.—Reply to this email directly or view it on GitHub.  

andrewminer commented 8 years ago

If anyone is interested in adding the TE recipes to crafting-guide, it's really easy to do! Just start on the wiki page, and follow the instructions.