ChosenArchitect / Project-Architect

A ProjectE Kitchen Sink Modpack
7 stars 0 forks source link

Powah: Missing EMC values #127

Closed James103 closed 2 years ago

James103 commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, many items from the Powah mod are missing EMC values, including all tiered items beyond Basic. This is because the underlying materials are missing EMC values as the recipes are of a type (Energizing) that ProjectE does not take into account by default.

Describe the solution you'd like The following items are crafted using the Energizer from Powah and thus should have the following EMC values even though they don't:

EDIT: Also forgot the following items in the initial pass:

The above recipes were taken from JEI.

ProjectE commands to implement the above ```mcfunction projecte setemc 1152 powah:steel_energized projecte setemc 512 powah:crystal_blazing projecte setemc 8192 powah:crystal_niotic projecte setemc 16384 powah:crystal_spirited projecte setemc 9064 powah:crystal_nitro projecte setemc 2514 powah:ender_core projecte setemc 162 powah:dry_ice projecte setemc 1 powah:charged_snowball projecte setemc 1440 powah:player_aerial_pearl projecte setemc 244 powah:binding_card_dim projecte setemc 3488 powah:lens_of_ender ```

Describe alternatives you've considered One could make each Powah tier more expensive EMC-wise than the last, but that would require changing the recipes and would unbalance the game for non-ProjectE players.

jpwanabe commented 2 years ago

I have added these to my server and suggest that they be added to the pack as a whole as well. And draconic emc. I am currently adding that and will edit with values when I have them.

ChosenArchitect commented 2 years ago

No EMC will be added as its all automatable within this pack. If it had EMC then there would be no need for Power in the first place.