An open API service indexing awesome lists of open source software.

https://github.com/placeblock/redstoneutilities

Minecraft Plugin which adds various new and useful items to the game!
https://github.com/placeblock/redstoneutilities

Last synced: 10 months ago
JSON representation

Minecraft Plugin which adds various new and useful items to the game!

Awesome Lists containing this project

README

          

## RedstoneUtilities

- [Wireless Redstone](#wireless-redstone)
- [AutoCrafter](#autocrafter)
- [ItemFilter](#itemfilter)
- [ChunkLoader](#chunkloader)
- [Teleporter](#teleporter)
- [Upgrades](#upgrades)

### Wireless Redstone

Wireless Redstone consists of two blocks. The sender and the receiver.
You can place them just as a block or directly on top of Redstone.

When placed you can connect them by right-clicking with the Connector on
the receiver and on the sender. Do it again and they will be unlinked.

With the Infometer you can gather information about senders and receivers.
By shift-right-clicking on a receiver you can add the receiver to the GUI of the
Infometer. If you now open the Infometer's GUI by right-clicking the Infometer you
can control all registered receivers.

To structure your senders and receivers a bit better you can right-click with
any block on senders and receivers to differentiate them. This doesn't have an effect
on the Redstone logic, it's just to help managing them.


2023-07-02-15-45-59


2023-07-02-15-46-16


2023-07-02-15-46-48


2023-07-02-15-47-01


2023-07-02-15-48-19

### AutoCrafter

The AutoCrafter can be placed on a dropper and filled by putting items inside the hopper.
The hopper will not be visible anymore, however you can still interact with it and
insert items e.g. with hoppers.
You have to place a hopper below the AutoCrafter, otherwise no items will be crafted.

If you right-click on the crafting grid a gui will open. Here you can change the
crafting recipe and upgrade the AutoCrafter. The following upgrades are possible:
- Speed (Items will get crafted faster: CraftTime (Ticks) = ((6 - level) * 33) + 4) )
- Efficiency (Level 1 - 6 : 1 - 6 Items will be crafted simultaneously)


2023-07-16-16-50-32

### ItemFilter

The ItemFilter can be placed just as a block or inside a hopper.
By right-clicking with any item on it, you can set the filter.
The hopper will now accept only the filter item.
However, if you put items directly inside the hopper there is no restriction.
You can remove the filter by right-clicking with nothing in your hand.
If there is now filter set, every item will be accepted!


2023-07-29-17-52-07

### ChunkLoader

The ChunkLoader can be placed just as a block. It loads a specific amount of chunks.
The Chunks tick too, which means plats grow and entities spawn.
By right-clicking on the ChunkLoader you can upgrade it. The following upgrades are
possible:
- Efficiency (More chunks will be loaded: Chunk-Square-Radius = Level / 3)

The loaded Chunks have the shape of a square. The different levels
produce the following squares:
1. 1x1
2. 1x1
3. 3x3
4. 3x3
5. 3x3
6. 5x5


2023-07-29-17-53-53

### Teleporter

Teleporter can be placed and connected via the Redstone Connector (already described in [Wireless Redstone](#wireless-redstone)).
The Teleporter will show the name of the Target-Teleporter above it.

By right-clicking on the Teleporter you can rename and upgrade it. The following upgrades
are possible:
- Efficiency (Increases possible distance: distance = level*30+30)
- Speed (Decreases the teleport duration: time = 6-level)

For the Speedd Level the Level of the start-teleporter matters.
For the Efficiency Effect both Teleporters have to have the required Level!


2023-08-01-01-00-32

### Upgrades

There are two different Upgrades availible:
- Speed (Crafted with a Clock in the center)
- Efficiency (Crafted with a Soul-Campfire in the center)

To complete the crafting recipe you have to put paper around the center and the level-ingredients in
the corners. The specific level-ingredients are the folowing:
1. Coal
2. Iron-Ingot
3. Emerald
4. Gold-Ingot
5. Diamond
6. Netherite-Ingot