From 826650391fc72083633f26be73992668d9de5aff Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Wed, 30 Mar 2022 09:42:44 -0500 Subject: [PATCH] 1.0.14 --- README.md | 22 +++++++++++++++++++--- gradle.properties | 2 +- updates.json | 7 ++++--- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 63f2e1c8..e2873869 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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) diff --git a/gradle.properties b/gradle.properties index f203aad5..d2c6e17e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/updates.json b/updates.json index 3bc3e419..b411bd78 100644 --- a/updates.json +++ b/updates.json @@ -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" } }