sinkillerj / ProjectE

ProjectE. A complete rewrite of EE2 for modern Minecraft versions.
MIT License
402 stars 209 forks source link

Can't place Blaze powder inside Energy Condenser #1701

Open MullerVGS opened 6 years ago

MullerVGS commented 6 years ago

Tickets that do not conform to this template will be closed without comment

Exact ProjectE version (do not say "latest", "latest on Curse", or similar): ProjectE-1.12-PE1.3.0

Exact Forge version: Forge 1.12.2-14.23.4.2705

Steps to reproduce:

  1. Install CoFHCore-1.12.2-4.5.1.17-universal, or any version.

What I expected to happen: Place a Blaze Powder inside the Energy Condenser

What happened instead: The item will not Enter the chest, not even with pipes, etc.

KingLemming commented 6 years ago

For reference, the only thing CoFHCore does with Blaze Powder is give it an OreDict - nothing else.

MullerVGS commented 6 years ago

Went to the Discord server of CoFH and they helped me.

Just went to the mapping.cfg (\config\ProjectE\mapping.cfg) And changed B:OreDictionaryMapper to false

Tora-B commented 6 years ago

As we determined, this is caused by the OreDictionaryMapper/blacklistOresAndDusts config settings, in combination with CoFHCore giving Blaze Powder an OreDict of "dustBlaze".

This is obviously intended to prevent the old positive EMC loops that date back to IndustrialCraft 2, but shouldn't the EMC mapper be able to handle these kind of conversions by now?

williewillus commented 6 years ago

our policy for a while has been "let pack makers and players deal with exploits as they see fit" so I'm not sure why that config still exists myself

MaPePeR commented 6 years ago

That config is there for ore dusts, I think. These are considered ores and therefore shouldn't have an emc value.