Skip to content

Adjust Project Red Logic Gate Recipes - #1871

Open
Auynonymous wants to merge 8 commits into
masterfrom
project-red-gates
Open

Adjust Project Red Logic Gate Recipes#1871
Auynonymous wants to merge 8 commits into
masterfrom
project-red-gates

Conversation

@Auynonymous

@Auynonymous Auynonymous commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

This pr does three things:

  • Moves the routing chips away from gates in the code, for easier reading
  • Makes Project Red Recipes with solder use the SubstituteFluidStack, so we have 1/3 of the recipes instead of 1 per fluid.
  • Change the project red gates to no longer require every programmed circuit to craft all of them.
    Only circuit 1 and 2 are used, NAND and NOR, as these conflict.
    The rest of the gates do not conflict and instead add on to other gates, usually starting from a simpler gate in sequence.

Affects balance slightly, the material cost is around the same. Some gates got a tiny bit cheaper, and some got a bit more expensive. (its stone and red alloy, not a big deal).
Some got more complex to "gregify" them, like the light detector using a daylight detector or the repeater using a repeater (to match comparator).

Since most gates now require a previous one, they require a larger deal of hand microcrafting. This does make ae2 patterning lot easier, due to not needing 24 different busses for each gate (if you ever did need all of them ((somebody might)), but adds some strain to crafting them by hand. (due to recursive recipes)

gates are recursive
image
image
First recipe accepts any illumar button:
image

Checklist

  • I have tested this PR in DevEnv
  • I have tested this PR in Fullpack
  • This PR is in compliance with the GTNH AI Policy
  • This PR requires another PR in order to merge

@Auynonymous
Auynonymous requested a review from Dream-Master July 15, 2026 14:08
@Auynonymous Auynonymous added Enhancement Improve an existing mechanic. Please explain the change with a before/after comparison. Affects Balance Change affecting balance. Requires admin approval before merging. labels Jul 15, 2026
@Dream-Master Dream-Master added the Requires Admin For PRs that require Admin approval before merging label Jul 15, 2026
@Dream-Master

Copy link
Copy Markdown
Member

I check later

@EnderProyects

Copy link
Copy Markdown
Contributor
image Shouldnt this use only 1 of the dusts?

@EnderProyects

Copy link
Copy Markdown
Contributor
image Also about this one it could use a glue block or a congealed green slime block, is only 1 more slime block, but doesnt add all the recipes for oredicts ( since in circ assembler oredict doesnt work and it adds one recipe per slime oredict)

@Auynonymous

Copy link
Copy Markdown
Contributor Author

image Shouldnt this use only 1 of the dusts?

the buttons are here because the panel uses 16 buttons, and each button needs two dusts. if we can make an oredict for the buttons themselves that could work, but i split it up here so you can use any color of dust

@Auynonymous

Auynonymous commented Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

image Also about this one it could use a glue block or a congealed green slime block, is only 1 more slime block, but doesnt add all the recipes for oredicts ( since in circ assembler oredict doesnt work and it adds one recipe per slime oredict)

as for this, it only makes 1 recipe.

@Dream-Master

Copy link
Copy Markdown
Member

i will check asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Affects Balance Change affecting balance. Requires admin approval before merging. Enhancement Improve an existing mechanic. Please explain the change with a before/after comparison. Requires Admin For PRs that require Admin approval before merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants