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

[Bug]: Using Create with Ad Astra, crushing regular ore variants yields Venus or other planetary stones #627

Open
5 tasks done
LunarAnticGitHub opened this issue Sep 27, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@LunarAnticGitHub
Copy link

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

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I have installed all the required dependencies for the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
@LunarAnticGitHub LunarAnticGitHub added the bug Something isn't working label Sep 27, 2024
@VirtualSofia
Copy link

Did you have any other mods running? And what create version?
I was unable to recreate with the same mod loader and ad Astra version and latest create version

@LunarAnticGitHub
Copy link
Author

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

@LunarAnticGitHub
Copy link
Author

Did you have any other mods running? And what create version? I was unable to recreate with the same mod loader and ad Astra version and latest create version

Minecraft_.Forge.1.20.1.-.Singleplayer.2024-10-19.21-23-58.mp4

Watch, the blocks totally screw up on 0.5.1.i

@VirtualSofia
Copy link

What other mods do you have? Including and especially Ad Astra or Create add ons

@VirtualSofia
Copy link

So my computer wasn't able to boot up that many mods
Could you hit F3+H (chat should say enabled advanced tool tips) then in jei go to an ore that's doing it go to uses, crushing wheel then hover over the cobble output for each page and post the recipe ID it shows (and it may also say "Added by" that as well ) or just a screenshot of them

@LunarAnticGitHub
Copy link
Author

Screenshot (1350)
Screenshot (1351)
Screenshot (1352)
Screenshot (1353)
Screenshot (1354)
Screenshot (1355)
Screenshot (1356)
Alex's Caves fucks it up a little too

@VirtualSofia
Copy link

VirtualSofia commented Oct 23, 2024

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
Edit: it was not Alex's caves

@VirtualSofia
Copy link

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

@LunarAnticGitHub
Copy link
Author

LunarAnticGitHub commented Oct 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants