Skip to content

Commit

Permalink
1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Mar 30, 2022
1 parent 00571f5 commit 8266503
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Project Expansion
An unofficial expansion of [ProjectE](https://www.curseforge.com/minecraft/mc-mods/projecte).
## This mod is not officially supported or endorsed by 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) - make sure to mention what version of the mod you're using!
Do not contact them for support. If you want
support, [open an issue](https://github.com/DonovanDMC/ProjectExpansion/issues/new) on the github, or ask about it in
the `#bug-report` channel or our [Discord Server](https://discord.gg/SwxbbmMKQH) - make sure to mention what version of
the mod you're using!

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.
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.

If you want to get updates instantly or just generally chat with developers, come see us in our [Discord Server](https://discord.gg/SwxbbmMKQH).

Expand All @@ -29,15 +33,27 @@ We've got several useful subcommands here.
![CMD List](https://butts-are.cool/mc/project-expansion/cmd_list.png)

### Power Flowers

These passively generate emc, once every second by default. There are 16 tiers.
![Power Flowers](https://butts-are.cool/mc/project-expansion/power_flowers.png)

### Various EMC Based Blocks

![EMC Blocks](https://butts-are.cool/mc/project-expansion/emc_blocks.png)

* 1: EMC Link, imports emc from nearby collectors and the like
* 2: EMC Export, exports items using your emc
* 3: EMC Import, imports items into your emc

### Matter

We've got quite a bit of our own matter. These are used in crafting recipes.
![Matter](https://butts-are.cool/mc/project-expansion/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)

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://butts-are.cool/mc/project-expansion/fuel.png)
![Fuel Blocks](https://butts-are.cool/mc/project-expansion/fuel_blocks.png)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=false

cfProjectID = 579177
mcVersion = 1.16.5
localVersion = 1.0.13
localVersion = 1.0.14
mappingsVersion = 20210309
forgeVersion = 36.2.23
# 1.16.5-PE1.0.1B
Expand Down
7 changes: 4 additions & 3 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"1.16.5-1.0.10": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.16.5-1.0.10",
"1.16.5-1.0.11": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.16.5-1.0.11",
"1.16.5-1.0.12": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.16.5-1.0.12",
"1.16.5-1.0.13": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.16.5-1.0.13"
"1.16.5-1.0.13": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.16.5-1.0.13",
"1.16.5-1.0.14": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.16.5-1.0.14"
},
"promos": {
"1.16.5-latest": "1.16.5-1.0.13",
"1.16.5-recommended": "1.16.5-1.0.13"
"1.16.5-latest": "1.16.5-1.0.14",
"1.16.5-recommended": "1.16.5-1.0.14"
}
}

0 comments on commit 8266503

Please sign in to comment.