-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
[Bug]: Using Create with Ad Astra, crushing regular ore variants yields Venus or other planetary stones #627
Comments
Did you have any other mods running? And what create version? |
I'd send you the mod pack I used but it bugged and I couldn't do anything with it, I have made a new mod pack I'm reluctant to share because I don't know your policy of zip files or if GitHub will let me send thing of that size That being said I'll see if this phenomenon will happen again in this newer pack I've made |
Minecraft_.Forge.1.20.1.-.Singleplayer.2024-10-19.21-23-58.mp4Watch, the blocks totally screw up on 0.5.1.i |
What other mods do you have? Including and especially Ad Astra or Create add ons |
So my computer wasn't able to boot up that many mods |
What seems to be happening is some mod is making it so that all iron ores are treated the same, so it's allowing the mars iron ore recipe to accept plain iron ore (and doing this with all the ores) because those recipe IDs reference recipes made to be exclusive... I would suspect Alex caves may do it to make their ores automatically work with other mods but I'm not sure I'll test it |
I FOUND IT! so it's actually being caused by Almost Unified, which makes sense because this is actually what that mod does, it makes it so other mods recipes take tags instead of a specific item to increase compatibility but in this case it's making recipes for specific types of ores not require specific types To fix this go to configs, almost unified, unify.json near the bottom there is a spot it says ignoredRecipeTypes and it already should have cucumber:shaped_tag After that add a comma and then "create:crushing" This will make it not unify any create crushing recipes |
Got it
…On Wed, Oct 23, 2024, 1:14 AM VirtualSofia ***@***.***> wrote:
I FOUND IT! so it's actually being caused by Almost Unified, which makes
sense because this is actually what that mod does, it makes it so other
mods recipes take tags instead of a specific item to increase compatibility
but in this case it's making recipes for specific types of ores not require
specific types
To fix this go to configs, almost unified, unify.json near the bottom
there is a spot it says ignoredRecipeTypes and it already should have
cucumber:shaped_tag
After that add a comma and then "create:crushing"
This will make it not unify any create crushing recipes
—
Reply to this email directly, view it on GitHub
<#627 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7NU6A3JNCQOT6SHXR5H37DZ44WBVAVCNFSM6AAAAABO74ONZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZQHEZDENZUG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Bug Description
For example, if I were to crush Coal Ore, just regular Stone Coal Ore in a pair of Crushing Wheels, I'd get the coal, but instead of Cobblestone I'd get Venus Cobblestone
How to Reproduce?
Set up Create's Crushing Wheels, crush some ore, see what stone type comes out with the ore
Expected Behavior
The right stone comes out with the ore
Version
1.15.18
Mod Loader Version
1.20.1 - 47.3.10
Mod Loader
Forge
Logs or additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: