RA: Redstone Additions

Quick rating

RA: Redstone Additions

No reviews yet

Introduces redstone logic gates and a compact clock designed for space-efficient builds.

Redstone Improvements
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
redstoneadditions-1.20.1-1.1.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

1.21.10 support along with 1.1.0 Update is out!

View the changelog here Please report any bugs through the GitHub or through the comment section

I am aware of this whole section being bugged out for some reason. I will fix it.

Purpose of the Mod

Adds OR, XOR, NOT, and AND boolean logic gates and a CLOCK with the idea of designing more compact redstone machines with potentially better performance.

Recipes and Usage

AND Gate:

| | | | | | | | | Redstone Torch Lit |Redstone Torch Lit |Redstone Torch Lit | | Redstone Dust |Redstone Repeater_JE1.png?1b9a2) |Copper Ingot | | Iron Ingot |Iron Ingot |Iron Ingot |

Usage

2 Inputs 1 Output 1 Input on Left 1 Input on Right 1 Output on redstone torch side

| L |R |Output | | - |- |------ | | 0 |0 |0 | | 0 |1 |0 | | 1 |0 |0 | | 1 |1 |1 |

NOT Gate:

| X |X |X | | - |- |- | | Redstone Dust |Copper Ingot |Redstone Torch Lit | | Iron Ingot |Iron Ingot |Iron Ingot |

Usage

1 Input and 1 Output Output is the opposite of the input So if Redstone is powered in, it will come out off.

Input Output
0 1
1 0

(X)OR Gate:

XOR and OR is the same block

| X |X |X | | - |- |- | | Redstone Dust |Redstone Repeater_JE1.png?1b9a2) |Copper Ingot | | Iron Ingot |Iron Ingot |Iron Ingot |

Usage

2 Inputs 1 Output 1 Input on Left 1 Input on Right 1 Output on Redstone torch side

OR:

L R Output
0 0 0
1 0 1
0 1 1
1 1 1
XOR:
L R Output
-- -- --
0 0 0
1 0 1
0 1 1
1 1 0

CLOCK:

| X |X |X | | - |- |- | | Redstone Dust |Redstone Repeater_JE1.png?1b9a2) |Redstone Torch Lit | | Iron Ingot |Iron Ingot |Iron Ingot |

Usage

1 Output: Flips between on and off at a rate specified by the delay which is changed when right clicked

Delay # Flips per Second
1 20
5 4
10 2
15 1.333
20 1

Potential Performance Increase with Clocks

NOTE!

I never made this mod to make a better performant way for using Redstone, I more built this to learn modding and to save space in Redstone designs. Do not download this mod for the potential performance increase

If you have any information to add regarding of if the test is accurate or flawed, I would love to hear about it.

Base Rules for each test:

Both worlds were duplicates using Minecrafts built in recreate button Sim distance: 12 chunks Render Distance: 12 chunks Super flat world with "Redstone Ready" preset. Peaceful, no structures. Windowed mode Forge install with just Redstone Additions and WorldEdit

Redstone Additions Clock

For the Redstone Additions test, 10,201 (100x100 grid) clocks were set with WorldEdit with a delay set to 1 (flips 20 times a tick)

Performance picture for Redstone Additions with Integrated Server metrics showing 23ms ticks, 3tx, 1111rx and 888MB of Memory usage

Vanilla Clock

For the vanilla clock, this is a design I have came across from just playing the game, I am unsure the exact speed it flips but just watching the flip rate, it feels similar to the speed of Redstone Additions Clock with a delay =1 world edit was also used to copy and stack in a 100x100 grid effectively placing 10,000 individual instances of this design.

Performance picture for Vanilla  with Integrated Server metrics showing 1962ms ticks, 4tx, 119rx and 1432MB of Memory usage

The conclusions

Through my own research on what each value means in the f3 menu through the following Minecraft Wiki Link, it would seem that using the mod lowers the total amount of memory while also lowering speed it takes to process a tick. The mod also has an increased amount packets received from the Integrated Server by roughly 10x. You can compare these values and anything else I might have missed by looking at both images above.

NOTE!

I never made this mod to make a better performant way for using Redstone, I more built this to learn modding and to save space in Redstone designs. Do not download this mod for the potential performance increase

If you have any information to add regarding of if the test is accurate or flawed, I would love to hear about it.

Purpose of the Mod

Adds OR, XOR, NOT, and AND boolean logic gates and a CLOCK with the idea of designing more compact redstone machines with potentially better performance.

Recipes and Usage

AND Gate:

| | | | | | | | | Redstone Torch Lit |Redstone Torch Lit |Redstone Torch Lit | | Redstone Dust |Redstone Repeater |Copper Ingot | | Iron Ingot |Iron Ingot |Iron Ingot |

Usage

2 Inputs 1 Output 1 Input on Left 1 Input on Right 1 Output on redstone torch side

L R Output
0 0 0
0 1 0
1 0 0
1 1 1

NOT Gate:

X X X
Redstone Dust Copper Ingot Redstone Torch Lit
Iron Ingot Iron Ingot Iron Ingot

Usage

1 Input and 1 Output Output is the opposite of the input So if Redstone is powered in, it will come out off.

Input Output
0 1
1 0

(X)OR Gate:

XOR and OR is the same block

X X X
Redstone Dust Redstone Repeater Copper Ingot
Iron Ingot Iron Ingot Iron Ingot

Usage

2 Inputs 1 Output 1 Input on Left 1 Input on Right 1 Output on Redstone torch side

OR:

L R Output
0 0 0
1 0 1
0 1 1
1 1 1
XOR:
L R Output
-- -- --
0 0 0
1 0 1
0 1 1
1 1 0

CLOCK:

X X X
Redstone Dust Redstone Repeater Redstone Torch Lit
Iron Ingot Iron Ingot Iron Ingot

Usage

1 Output: Flips between on and off at a rate specified by the delay which is changed when right clicked

Delay # Flips per Second
1 20
5 4
10 2
15 1.333
20 1

Potential Performance Increase with Clocks

NOTE!

I never made this mod to make a better performant way for using Redstone, I more built this to learn modding and to save space in Redstone designs. Do not download this mod for the potential performance increase

If you have any information to add regarding of if the test is accurate or flawed, I would love to hear about it.

Base Rules for each test:

Both worlds were duplicates using Minecrafts built in recreate button Sim distance: 12 chunks Render Distance: 12 chunks Super flat world with "Redstone Ready" preset. Peaceful, no structures. Windowed mode Forge install with just Redstone Additions and WorldEdit

Redstone Additions Clock

For the Redstone Additions test, 10,201 (100x100 grid) clocks were set with WorldEdit with a delay set to 1 (flips 20 times a tick)

Performance picture for Redstone Additions with Integrated Server metrics showing 23ms ticks, 3tx, 1111rx and 888MB of Memory usage

Vanilla Clock

For the vanilla clock, this is a design I have came across from just playing the game, I am unsure the exact speed it flips but just watching the flip rate, it feels similar to the speed of Redstone Additions Clock with a delay =1 world edit was also used to copy and stack in a 100x100 grid effectively placing 10,000 individual instances of this design.

Performance picture for Vanilla  with Integrated Server metrics showing 1962ms ticks, 4tx, 119rx and 1432MB of Memory usage

The conclusions

Through my own research on what each value means in the f3 menu through the following Minecraft Wiki Link, it would seem that using the mod lowers the total amount of memory while also lowering speed it takes to process a tick. The mod also has an increased amount packets received from the Integrated Server by roughly 10x. You can compare these values and anything else I might have missed by looking at both images above.

NOTE!

I never made this mod to make a better performant way for using Redstone, I more built this to learn modding and to save space in Redstone designs. Do not download this mod for the potential performance increase

If you have any information to add regarding of if the test is accurate or flawed, I would love to hear about it.

Screenshots

Gallery

  • or-showcase.png
    or-showcase.png or-showcase.png
  • not-showcase.png
    not-showcase.png not-showcase.png
  • clock-showcase.png
    clock-showcase.png clock-showcase.png
  • and-showcase.png
    and-showcase.png and-showcase.png
  • all-showcase.png
    all-showcase.png all-showcase.png
  • Crafting recipes and models for all added circuits
    Crafting recipes and models for all added circuits

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Total Downloads
CurseForge
~4,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works