Skip to content

Commit

Permalink
add readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerahuntley committed Jul 9, 2023
1 parent 443be25 commit 3143895
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
Binary file added .github/images/chestsorter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/gear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/gearbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/gearbox_in_use.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/trommelgearbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 23 additions & 2 deletions README.md
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)

0 comments on commit 3143895

Please sign in to comment.