From 4b41f58cc031ad8d7e9722e94fa13ffe3c2ea1f7 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Fri, 11 Feb 2022 06:18:36 -0600 Subject: [PATCH] readme --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..1f12bae7 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file