BuildCraft / BuildCraftCompat

This mod is implementing third party mod compatibility and integration layers with BuildCraft.
32 stars 28 forks source link

BC and Ex Nihilo compatibility. #72

Closed KyonV2 closed 6 years ago

KyonV2 commented 7 years ago

I'm trying to get Leaf Cutter robot to cut Infested leaves from Ex Nihilo, no luck so far using crook or shears. Would it be possible to make it work somehow?

Thanks

AlexIIL commented 7 years ago

What versions of the mods (BC and Ex Nihilo) are you using?

KyonV2 commented 7 years ago

I'm playing the newest PO2 on 1.7.10 buildcraft-7.1.18 buildcraft-compat-7.1.5 Ex-Astris-Rebirth-MC1.7.10-1.01-45 Ex-Nihilo-1.38-53

AlexIIL commented 7 years ago

I don't have an environment with Ex Nihilo atm, but the way the leaf cutter robot works is by checking to see if the block's item has been registered with the oredictionary as "treeLeaves". I'm not sure if Ex Nihilo registers the leaves as that, but can you try adding it to craft tweaker to test?

KyonV2 commented 7 years ago

asiekierka helped me on reddit. Gave me this: val ore = ; ore.add();

Leaf cutter now cuts them but only when these are <100% infested. After they turn 100% he doesn't recognize them.

http://qs.lc/3yr7b

I guess it just turns to other block after 100%, a block which I can't spawn nor find in NEI.

I will add that I'm complete noob in this kind of stuff so just FYI.

asiekierka commented 6 years ago

Infested Leaves have additional drops which are only done in removedByPlayer. That, coupled with them not being part of treeLeaves, makes me assume that they are not supposed to be automatable.

If a person of sufficient authority declares otherwise, this may be revisited, but for now I do not think an official fix will come.