Open PrincessRTFM opened 9 years ago
Hmm while that really is an amazing idea, it may be a bit tricky, I'll look into it.
I had a similar request in #150
Isn't it possible using this command? On a related note, how exactly would I call that command? I don't even know what I need to import.
By The Way if you have BuildCraft
and PneumaticCraft
both installed (which I do, I'm unsure if this was fixed in any recent updates)
BuildCraft-7.1.9.jar
PneumaticCraft-1.7.10-1.11.16-138-universal.jar
, then you'll be missing <PneumaticCraft:oilbucket>
from the <fluid:oil>
registry, and also any Oil you Bucket up in world, even if it's <PneumaticCraft:oil>
, will instantly return a <BuildCraft|Energy:bucketOil>
, but fortunately <fluid:oil>
is compatible with PneumaticCraft
Machines.
I intend to use <magicalcrops:magicalcrops_ModMagicCropOil>
(Essence of Oil) to turn a <minecraft:bucket>
into a <BuildCraft|Energy:bucketOil>
, then enrich it by combining <magicalcrops:magicalcrops_ModMagicCropOil>
with the <BuildCraft|Energy:bucketOil>
to return the <PneumaticCraft:oilbucket>
, which has a much longer burn time.
I also like to cycle my Storage Blocks (Tin, Copper, etc.) instead of removing them entirely, thus giving me a much wider variety of options, and broadens the compatibility infinitely.
P.S. <PneumaticCraft:oilbucket>
will deploy <BuildCraft|Energy:blockOil>
fluid, so in or out both becomes BuildCraft
Oil, hence why I picked PneumaticCraft
to be the "enriched" Oil.
For example,
<container:oil>
to find anything (buckets, cans, capsules, bottles, etc) that is holding a bucket of oil. As it is now, I have to hope that all fluid containers with the fluid I want are in the ore dictionary under the same name, or require one specific mod's container.