forked from zerofall/EZStorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,26 @@ | ||
# EZStorage | ||
Storage: Simplified | ||
|
||
## Version | ||
For Minecraft 1.8.9 | ||
Simple storage mod for Minecraft 1.7.10 (Forge). | ||
|
||
##Description | ||
EZStorage introduces an early-game storage system that scales and evolves as players progress. Want to put 100,000 Cobblestone in 1 slot? No problem. Blocks in the mod can add a search bar, a crafting grid, additional storage, and more. Also includes JEI integration for 1-click crafting from the system's internal inventory! | ||
## Description | ||
|
||
EZStorage introduces an early-game storage system that scales and evolves as players progress. Want to put 100,000 Cobblestone in 1 slot? No problem. Blocks in the mod can add a crafting grid, additional storage, and more. Also includes NEI integration for 1-click crafting from the system's internal inventory! | ||
|
||
##Blocks | ||
## Blocks | ||
|
||
* Storage Core - This is the core of your storage system. Click on this block to open the GUI, and add adjacent blocks to expand. Each system can only have 1 Storage Core. This block can only be broken if it contains no items. | ||
* Storage Core - This is the core of your storage system. Click on this block to open the GUI (search box included), and add adjacent blocks to expand. Each system can only have 1 Storage Core. This block can only be broken if it contains no items. | ||
* Storage Box - Tier 1 storage add-on. This increases the storage capacity of the Storage Core by a small amount. | ||
* Condensed Storage Box - Tier 2 storage add-on. | ||
* Hyper Storage Box - Tier 3 storage add-on | ||
* Input Port - Items can by automatically be put into the storage system by piping them into any side of this block | ||
* Output Port - Quickly extracts all items from the system into the block above the Output Port | ||
* Crafting Box - This adds a crafting grid to the GUI of your Storage Core (compatible with JEI + clicking for easy crafting from the internal inventory) | ||
* Search Box - This adds a search bar to the GUI of your Storage Core | ||
|
||
##Mod Integration | ||
[Just Enough Items](https://github.com/mezz/JustEnoughItems) by mezz | ||
* Crafting Box - This adds a crafting grid to the GUI of your Storage Core (compatible with NEI + clicking for easy crafting from the internal inventory) | ||
|
||
Current integrated version: jei_1.8.9-2.25.8.146 | ||
## Mod Integration | ||
|
||
- [Not Enough Items](https://www.curseforge.com/minecraft/mc-mods/notenoughitems) | ||
- Current integrated version: [2.7.11-GTNH](https://github.com/GTNewHorizons/NotEnoughItems/releases/latest) | ||
|
||
##Issues | ||
Please use the issues link on this Github page to file any bugs. | ||
## Remarks | ||
|
||
**Note:** | ||
This mod is intented to be a compact storage solution, and not an automated storage network. As of right now, I do not want to include any features like filtered output, network cables, external monitors, wireless access, or anything else remeniscent of Applied Energistics. Any issues created as requests for these features will be immediately closed. |