Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for latest CCC/L to be threadsafe #7

Merged
merged 3 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ Translocators

GTNH Fork for 1.7.10

Overview Translocators is a mod that allows you to transfer items and liquids between nearby inventories with a heavily configureable amount of control in a way that feels natural to Minecraft. It was developed in 36 hours during the ModJam modding contest and managed to take first prize.
## Overview

Translocators is a mod that allows you to transfer items and liquids between nearby inventories with a heavily configureable amount of control in a way that feels natural to Minecraft. It was developed in 36 hours during the ModJam modding contest and managed to take first prize.

Translocators the crafting grid, a placeable one item crafting grid.

The translocator comes in item and liquid forms. You place them on the side of an inventory or tank. They transfer items and liquids within the one block space.

- If the center piece is protruding, items/liquids will flow from this side, to the sides with the center inset.
Expand All @@ -22,7 +25,9 @@ The translocator comes in item and liquid forms. You place them on the side of a
- On an ejecting face, it will emit if there is no place where any item can be put that matches the filter.
- Shift-Right clicking on the plate will strip and drop all upgrades placed on the translocator.

Crafting Grid The crafting grid is placed by pressing C (default key bind, changeable in settings) while looking at a solid top surface.
### Crafting Grid

The crafting grid is placed by pressing C (default key bind, changeable in settings) while looking at a solid top surface.

- The grid will remain for 20 seconds, or 2 minutes since it’s last use.
- Right clicking with items will add/remove them from the grid.
Expand Down
Loading