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

[1.20] Custom Fluid Extractor recipe does not triple output when powered #1533

Open
Dutchs opened this issue Jan 4, 2025 · 0 comments · May be fixed by #1538
Open

[1.20] Custom Fluid Extractor recipe does not triple output when powered #1533

Dutchs opened this issue Jan 4, 2025 · 0 comments · May be fixed by #1538

Comments

@Dutchs
Copy link

Dutchs commented Jan 4, 2025

I suspect anything that's not latex won't get the advertised 3x as indicated in JEI

2025-01-04_05 05 04

Recipe: https://github.com/DarkPacks/SkyFactory-5/blob/34706fb715e0896c56002a3e46caf5fd144da521/src/minecraft/global_packs/required_data/skyfactory_5/data/skyfactory_5/recipes/industrial_foregoing_recipes/fluid_extractor/pink_log_pink_slime.json

Industrial Foregoing Version:
industrial-foregoing-1.20.1-3.5.19

Titanium Version:
titanium-1.20.1-3.8.32

kylev added a commit to kylev/Industrial-Foregoing that referenced this issue Jan 22, 2025
Fixes InnovativeOnlineIndustries#1533

Test recipe:
```
{
  "type": "industrialforegoing:fluid_extractor",
  "breakChance": 0.01,
  "defaultRecipe": false,
  "input": {
    "item": "minecraft:stone"
  },
  "output": {
    "amount": 3,
    "id": "minecraft:water"
  },
  "result": {
    "Name": "minecraft:cobblestone",
    "Properties": {
      "axis": "y"
    }
  }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant