We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suspect anything that's not latex won't get the advertised 3x as indicated in JEI
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
The text was updated successfully, but these errors were encountered:
DRY up latex bonus code, make "triple" display conditional.
c8c67b5
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" } } } ```
Successfully merging a pull request may close this issue.
I suspect anything that's not latex won't get the advertised 3x as indicated in JEI
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
The text was updated successfully, but these errors were encountered: