Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Feb 11, 2022
1 parent aed1f16 commit 4b41f58
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Project Expansion
An unofficial extension for [ProjectE](https://www.curseforge.com/minecraft/mc-mods/projecte).
## This is NOT an official extension of ProjectE
Do not contact them for support. If you want support, comment on the [curseforge](https://www.curseforge.com/minecraft/mc-mods/project-expansion), or [open an issue](https://github.com/DonovanDMC/ProjectExpansion/issues/new);

This is based on [ProjectEX](https://www.curseforge.com/minecraft/mc-mods/projectex-forge), which seems to be mostly abandoned at this point. This has been rewritten from the ground up, and has some new things.

## Features

### Power Flowers
These passively generate emc, once every second by default. There are 16 tiers.
![Power Flowers](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/power_flowers.png)

### Matter
We've got quite a bit of our own matter. These are used in crafting recipes.
![Matter](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/matter.png)

### Fuel
Used for crafting, also has accompanying blocks. Several of these hit the integer limit for burn times, which is somewhere around 40 months total. (these values might be changed in the future)
![Fuel Items](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/fuel.png)
![Fuel Blocks](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/fuel_blocks.png)

### Collectors
The same as ProjectE's collectors, but with more tiers.
![Collectors](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/collectors.png)

### Anti Matter Relays
The same as ProjectE's relays, but with more tiers.
![Anti Matter Relays](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/relays.png)

### Stars
Like ProjectE's Klien stars, the last one has a total value of 422.21 Trillion (422,212,465,065,984)
![Stars](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/stars.png)

### Final Star
The shard is a crafting ingredient, the Final Star does not have any uses currently but bragging about the 648.79 Quadrillion (648,793,397,761,517,310) it takes to get one.
![Final Star](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/final.png)

### Arcane Table/Tablet
These do nothing special yet, they're just about the same as ProjectE's versions.
![Arcane Table/Tablet](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/table.png)

### EMC Values
Due to the huge emc values that are present here, we shorten any emc values over one million. You can hold shift to show the real value.
![EMC Short](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/emc_short.png)
![EMC Long](https://raw.githubusercontent.com/DonovanDMC/ProjectExpansion/aed1f167ceb75be87157c683a0c66aa51bcff011/images/emc_long.png)

Use JEI or something similar for recipes.

0 comments on commit 4b41f58

Please sign in to comment.