TheLimePixel / GregBlock

5 stars 0 forks source link

Another couple of missing recipes #113

Open fluffle opened 5 years ago

fluffle commented 5 years ago

Hi Pixel,

Sorry for the stream of bug reports :-)

I've added the following recipe which appears to be missing for nuclearcraft (wrapped for readability):

assembler.recipeBuilder()
    .inputs([<ore:plateSteel>*4,<ore:plateTough>*4])
    .outputs([<nuclearcraft:cooler>])
    .property("circuit", 8)
    .duration(50)
    .EUt(16)
    .buildAndRegister();

Also the recipes for graphite and beryllium blocks (the two moderators nuclearcraft recognises) use nuclearcraft ingots in the compressor. The alloy smelter and extruder work fine.

compressor.recipeBuilder()
    .inputs(<gregtech:meta_item_1:10204>*9)
    .outputs(<gregtech:compressed_9:5>)
    .duration(400)
    .EUt(2)
    .buildAndRegister();
compressor.recipeBuilder()
    .inputs(<gregtech:meta_item_1:10007>*9)
    .outputs(<gregtech:compressed_0:5>)
    .duration(400)
    .EUt(2)
    .buildAndRegister();

Trying to remove the other recipes with e.g. compressor.findReciipe(1, [<nuclearcraft:ingot:8>*9], null).remove(); hits an NPE -- I suspect it means the nuclearcraft based recipe couldn't be found :-/

Cheers, --fluffle

TheLimePixel commented 5 years ago

The GT Blocks works as moderators.

fluffle commented 5 years ago

Yes, they do, it uses oredicts to find them. But you can't compress gt graphite or beryllium ingots to gt blocks!

On Wed, 6 Feb 2019, 22:19 EmosewaPixel <notifications@github.com wrote:

The GT Blocks works as moderators.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EmosewaPixel/GregBlock/issues/113#issuecomment-461210838, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKUkzRwbNYmS5L2uBu7ZeGF0838soLrks5vK1T9gaJpZM4aBzWn .