EE3 Calculating Item Values using mods?
barkley8 opened this issue ยท 3 comments
Was trying to calculate emc values in the inventions mod pack and noticed that some of the emc value of item need to be edited in order for it to work properly for me. I know how to change the emc value of an individual item but my question is can i make the system then calculate new emc values using the ones I set? For instance Rubber doesn't have an emc by default but if I set it to 64 and I set tin wire to 128 how can I make it calculate that insulated wire which requires only a crafting grid and one rubber and one tin? I set both rubber and tin and insulated tin wire to be exchangeable as well as learnable. I tried regen energy values but it doesn't calculate the emc value of tin wire, is there any way to fix this?
I understand that I will have to calculate the item values of items that are not made by the crafting table but I would not like to calculate the emc value of every item that can be crafted using items that have known emc.
You need to set these values as pre-calculation values, then run the regenerate energy values command. For example;
While holding rubber
/ee3 set-energy-value-current-item pre 64
While holding tin wire
/ee3 set-energy-value-current-item pre 128
Then
/ee3 regenerate-energy-values