Items with EMC get removed
wolfieboy09 opened this issue ยท 4 comments
Prerequisites
- I am running the latest version
- I have made sure there is no duplicate issue
Details
- MC Version: 1.20.1
- Mod Version: 7.2.5
Description
Low covalence dust EMC get's removed. Medium and high is kept.
Paper and some other items get removed
Expected behavior
A clear and concise description of what you expected to happen.
To Reproduce
Steps to reproduce the behavior:
Load this mod with projected
I tried to add it back, but that does not work
I've run into this issue before.
As far as I can tell, it happens because paper, low covalence dust, etc have crafting recipes that'd put their auto-calculated EMC lower than 1, which makes them untransmutable.
Check the EMC value of charcoal in your modpack. If it has a value lower than 32, that means low covalence dust takes less than 40 EMC worth of items to craft (it's normally 32 from the charcoal and 8 from the eight cobblestone), putting it at less than 1 EMC.
For paper, I assume you have Mekanism installed, which adds a crafting recipe for turning 3 sawdust into 6 paper. Sawdust is 1 EMC with this mod, so paper's EMC value is calculated as 0.5 EMC.
(In baseline ProjectE, you'll notice that this happens with things like glass panes or cobblestone slabs. Glass is 1 EMC each and 6 glass crafts into 16 glass panes, so glass panes are untransmutable.)