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

Advanced pressure valve has no recipe #179

Closed
FallenRecruit opened this issue Jun 18, 2018 · 5 comments
Closed

Advanced pressure valve has no recipe #179

FallenRecruit opened this issue Jun 18, 2018 · 5 comments

Comments

@FallenRecruit
Copy link

Like title says the item has no recipe even if I have Ender IO and Thermal expansion

@Fatmice
Copy link

Fatmice commented Jun 21, 2018

Yes, I confirm

@PaladinNight
Copy link

It appears that the smelter based recipes for the advanced pressure value are incorrect:
if ((HaveMod ic2 || HaveMod thermalexpansion) || HaveMod EnderIO) {
if HaveMod EnderIO {
enderio-smelt: $V + OD:ingotVibrantAlloy * 8 + 50000 RF => $A
}

        if HaveMod thermalexpansion {
            TE-smelt: $V + OD:ingotEnderium * 8 + 48000 RF => $A
        }

        if HaveMod ic2 {
            X = I:ic2:crafting@3 // Advanced alloy

            XXX
            XVX => $A
            XXX
        }

The ic2 does work, but both of the smelt options do not.

@Enilo
Copy link

Enilo commented Aug 28, 2018

I have the same problem, if I have IC2 installed there is that recipe but without that mod added the recipe can't be crafted at all.

@Forsari0
Copy link

Forsari0 commented Apr 17, 2019

Use this CraftTweaker snippet to add default recipe:
recipes.addShaped(<advgenerators:advanced_pressure_valve>, [[<minecraft:ender_pearl>, <minecraft:gold_ingot>, <minecraft:ender_pearl>], [<minecraft:gold_ingot>, <advgenerators:pressure_valve>, <minecraft:gold_ingot>], [<minecraft:ender_pearl>, <minecraft:gold_ingot>, <minecraft:ender_pearl>]]);

@bdew
Copy link
Collaborator

bdew commented May 24, 2021

The mod has been recently updated to MC 1.16, older versions are no longer supported.
I'm mass closing older issues to clear up clutter in the bug tracker.

If you find this issue still exists in the current version feel free to reopen it.

@bdew bdew closed this as completed May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants