diff --git a/docs/content/Gameplay/General Progression/00StoneAge.md b/docs/content/Gameplay/General Progression/00StoneAge.md new file mode 100644 index 00000000..0d03c888 --- /dev/null +++ b/docs/content/Gameplay/General Progression/00StoneAge.md @@ -0,0 +1,15 @@ +--- +title: The Stone Age +--- + +# Gameplay Docs + +!!! danger "Work in Progress" + Please note that this documentation is currently heavily work-in-progress and therefore still missing a lot of content, may at times be severely outdated, or plain incorrect. + + If you can't find what you're looking for, feel free to ask us on [our Discord](https://discord.gg/fkxPAq9VQp). + + + The Stone Age + + Your new journey begins here. \ No newline at end of file diff --git a/docs/content/Gameplay/General Progression/01SteamAge.md b/docs/content/Gameplay/General Progression/01SteamAge.md new file mode 100644 index 00000000..28de0b6d --- /dev/null +++ b/docs/content/Gameplay/General Progression/01SteamAge.md @@ -0,0 +1,13 @@ +--- +title: The Steam Age +--- + +# Gameplay Docs + +!!! danger "Work in Progress" + Please note that this documentation is currently heavily work-in-progress and therefore still missing a lot of content, may at times be severely outdated, or plain incorrect. + + If you can't find what you're looking for, feel free to ask us on [our Discord](https://discord.gg/fkxPAq9VQp). + + + The Steam Age \ No newline at end of file diff --git a/docs/content/Gameplay/Mechanics/EMI.md b/docs/content/Gameplay/Mechanics/EMI.md new file mode 100644 index 00000000..36bc6390 --- /dev/null +++ b/docs/content/Gameplay/Mechanics/EMI.md @@ -0,0 +1,80 @@ +--- +title: EMI +--- + + +# Gameplay Docs + +!!! danger "Work in Progress" + Please note that this documentation is currently heavily work-in-progress and therefore still missing a lot of content, may at times be severely outdated, or plain incorrect. + + If you can't find what you're looking for, feel free to ask us on [our Discord](https://discord.gg/fkxPAq9VQp). + + + EMI, Your Best Friend + +### What is EMI?
+EMI replaces the widely known JEI/NEI in this modpack. It adds a search bar at the bottom of your inventory GUI. It also adds a huge list of items on the right +when the inventory is open. + +
+![Alt text](https://raw.githubusercontent.com/Frontiers-PackForge/CosmicFrontiers/refs/heads/main-1.20.1-Forge/docs/content/assets/InventoryGUI.png) +
+ +### What does EMI have to do with me?
+EMI will show the crafting recipe of any item you can think of, so long as it exists in the game and has a valid recipe. Without it, almost all GregTech packs, including +this one, will not be possible without taking a stupid amount of time. + +### Bookmarks
+Those are your bookmarks. Hover your mouse over an item in the regular item list (the right one. get it?) and press `A` on your keyboard. You've just saved this +item for future use. Now you don't have to search up this item for its recipe every 4.3 seconds! + +
+![Alt text](https://raw.githubusercontent.com/Frontiers-PackForge/CosmicFrontiers/refs/heads/main-1.20.1-Forge/docs/content/assets/EMIBookmarks.png) +
+ +### The Search Bar
+The search bar is the most used tool you will use on your journey. As its name implies, it allows you to seach the item you need in EMI. It may seem simple, but +there are some pretty nifty functions that you can use to aid in your search for the item you want. + +| Function | Description | +| -------- | -------------------------------------------| +| `@` | Seaches by mod name | +| `#` | Searches by item tags | +| `$` | Searches by item description | +| `|` | (or) Used to search mutiple items at once. | +!!! Info + `|` is the long bar that's on the same key as `backslash` + +### EMI's Crafting Tree
+One of EMI's most prominent features is its crafting tree. Save some recipes and a full tree with all the resources you need to craft that item will be generated. It's able +to adapt to items with mutiple recipes and will calculate everything for you, no fuss included.
+ +Here's how to get started with crafting trees: + +1: Find the item you want to craft. In this case, I'll craft a Basic Electronic Circuit. + +
+![Alt text](https://raw.githubusercontent.com/Frontiers-PackForge/CosmicFrontiers/refs/heads/main-1.20.1-Forge/docs/content/assets/CraftingTreeEx1.png) +
+ +2: Choose the recipe you want EMI to use by click `Set as default recipe` (The heart). + +
+![Alt text](https://raw.githubusercontent.com/Frontiers-PackForge/CosmicFrontiers/refs/heads/main-1.20.1-Forge/docs/content/assets/CraftingTreeEx2.png) +
+ +3: Go into each component of the item and repeat step #2. In this example, I'm setting the recipe for the Vaccuum Tubes. + +
+![Alt text](https://raw.githubusercontent.com/Frontiers-PackForge/CosmicFrontiers/refs/heads/main-1.20.1-Forge/docs/content/assets/CraftingTreeEx3.png) +
+ +4: After you are done with all the components, go back to the original item and click `View Recipe Tree`. (Under the heart) + +
+![Alt text](https://raw.githubusercontent.com/Frontiers-PackForge/CosmicFrontiers/refs/heads/main-1.20.1-Forge/docs/content/assets/CraftingTreeEx4.png) +
+ +Now you have your recipe tree! Hover your mouse over the `x1` to adjust batch size. EMI will automatically calculate everything for you, including the machines you need, +any circuit numbers/catalysts, fluids, the total cost, and it will also display the leftover items. diff --git a/docs/content/assets/CraftingTreeEx1.png b/docs/content/assets/CraftingTreeEx1.png new file mode 100644 index 00000000..cc3098db Binary files /dev/null and b/docs/content/assets/CraftingTreeEx1.png differ diff --git a/docs/content/assets/CraftingTreeEx2.png b/docs/content/assets/CraftingTreeEx2.png new file mode 100644 index 00000000..d414635c Binary files /dev/null and b/docs/content/assets/CraftingTreeEx2.png differ diff --git a/docs/content/assets/CraftingTreeEx3.png b/docs/content/assets/CraftingTreeEx3.png new file mode 100644 index 00000000..e5ee1002 Binary files /dev/null and b/docs/content/assets/CraftingTreeEx3.png differ diff --git a/docs/content/assets/CraftingTreeEx4.png b/docs/content/assets/CraftingTreeEx4.png new file mode 100644 index 00000000..99566b8b Binary files /dev/null and b/docs/content/assets/CraftingTreeEx4.png differ diff --git a/docs/content/assets/EMIBookmarks.png b/docs/content/assets/EMIBookmarks.png new file mode 100644 index 00000000..f99e10cb Binary files /dev/null and b/docs/content/assets/EMIBookmarks.png differ diff --git a/docs/content/assets/InventoryGUI.png b/docs/content/assets/InventoryGUI.png new file mode 100644 index 00000000..715db4c3 Binary files /dev/null and b/docs/content/assets/InventoryGUI.png differ