-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
443be25
commit 3143895
Showing
6 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 +1,26 @@ | ||
# Ancient Logistics | ||
|
||
Ancient Logistics is a mod for Better than Adventure 1.7.6.2_02 that adds a variety of new items and blocks to the game, all of which are based around the idea of logistics and automation. | ||
Ancient Logistics is a mod for [Better than Adventure 1.7.6.2_02](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/3106066-better-than-adventure-for-beta-1-7-3-timely) that adds a variety of new items and blocks to the game, all of which are based around the idea of logistics and automation. | ||
|
||
built using [bta-example-mod](https://github.com/Turnip-Labs/bta-example-mod/) | ||
built using [bta-example-mod](https://github.com/Turnip-Labs/bta-example-mod/) | ||
|
||
### Features | ||
|
||
- Gearboxes | ||
|
||
Gear Item: This item is used for crafting other items. | ||
|
||
Gearboxes: These blocks are activated with bones and activate adjacent blocks. They occasionally break a bone in your hand - based on the number of adjacent blocks. Each Gearbox can only touch one gear block directly at a time, but some gear blocks can be chained. | ||
|
||
![Gearbox in use](.github/images/gearbox_in_use.png) | ||
|
||
Gear Trommel: This block sits underneath a trommel, and if there are items to seive, this block will activate the trommel without the need for coal. | ||
|
||
Chest Sorter: This powered block is capable of sorting attached chests. It can be linked in a row and requires the first Chest Sorter to have a chest placed on top. It is crafted using 4 gearboxes, 4 clay, and one chest, similar to TNT. | ||
|
||
### Crafting Recipes | ||
|
||
![Gear](.github/images/gear.png) | ||
![Gearbox](.github/images/gearbox.png) | ||
![Trommel Gearbox](.github/images/trommelgearbox.png) | ||
![Chest Sorter](.github/images/chestsorter.png) |