Tech Reborn

Tech Reborn

30M Downloads

Diesel Generator eats lava cells

HarrisFauntleroy opened this issue ยท 10 comments

commented

I know a lot of these blocks are W.I.P but the Diesel Generator will currently accept and do nothing with all cells, with the exception of lava cells. It will consume 10 lava cells, regardless of mod fluid container, forestry cans, buckets, etc and won't accept any more until broken and replaced.

Might be related to issue #66 ?

commented

Should this run off the diesel cell? Or do we need to add a diesel liquid for this, im not sure how its supposed to work.

commented

It is intended to operate on these fuels for these values

Biofuel Cell 6,000 EU
Coalfuel Cell 16,000 EU
Biofuel 32,000 EU
Bio Diesel Cell 32,000 EU
Nitro-Coalfuel Cell 48,000 EU
Fuel 384,000 EU
Nitro-Diesel Cell 400,000 EU

However currently it only consumes Lava cells and gives no empty cells or power in return.

commented

Is there a forge api for this, ore should I hard code the values?

commented

This made me laugh, diesel gen eating lava xD

Also, IC2 fuel is underated, BUFF IT ! ( for classic )

commented

Last issue to fix before the first beta? Have I missed anything?

commented

Im still not sure on the correct way to fix this

commented

That's what I was thinking

commented

Hardcode it to only accept fluid:diesel or something?

commented

Looks like foresty has an api for it.

https://github.com/ForestryMC/ForestryAPI/blob/master/forestry/api/fuels/GeneratorFuel.java

We can hook into that and make it run standalone

commented

Ive recoded it, please report any incompatabilly