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

Last custom generator in config file is the only one that works in-game #77

Closed
5 of 6 tasks
Zoophlas opened this issue Sep 1, 2024 · 4 comments
Closed
5 of 6 tasks
Labels
question Not an issue, just a question

Comments

@Zoophlas
Copy link

Zoophlas commented Sep 1, 2024

What happened?

I've been tinkering with this for about an hour now and still can't figure out if I'm doing something wrong. Started trying to add in custom generators and at first I was able to get all of the ones I was adding (3 at the time) to all show up in REI and function correctly when tested. However after attempting to add one that uses copper blocks as the catalyst, and generate copper ore, deepslate copper ore, cobblestone, or cobbled deepslate, I've only been able to get the last entered generator working at any given point. I've tried different catalysts, tried to use different resulting products, retyped all of my generators, and even started from scratch using a different config file from a previous issue that had already been verified to be correct and no luck. Figured I post this here in-case I'm doing something wrong or in-case this is bug. I have included the config file in its original state when the problem first started. Any info/feedback would be appreciated. Thanks :)

https://drive.google.com/file/d/1tcvKBeT0zscWusb1J2MOpg-dJIn2F0ox/view?usp=sharing

Mod version

5.3.9+1.20.1b45-BETA-fabric

Game version

1.20.1

Modloader

Fabric

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • If I'm writing customGen configuration, I acknowledge that there are only 3 type of gens that exists which are cobbleGen, stoneGen, and basaltGen. Using any other type (such as oreGen) would cause it to stop working.
  • I have updated the mod to version 5.3.9.
  • I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
  • I have filled out all of the requested information in this form.
@Zoophlas Zoophlas added the question Not an issue, just a question label Sep 1, 2024
@null2264
Copy link
Owner

null2264 commented Sep 2, 2024

I can't access the file

image

@Zoophlas
Copy link
Author

Zoophlas commented Sep 2, 2024

I have changed the access to allow you to view it now, sorry about that!

@null2264
Copy link
Owner

null2264 commented Sep 2, 2024

You defined the custom (cobble) gen multiple times, you only need to do it once, if do it multiple times it'd just overwrite each other.

Before:
image

After merged:
image

As you can see above, you just need append a different modifier/catalyst instead of adding another "cobbleGen": { ...

@Zoophlas
Copy link
Author

Zoophlas commented Sep 2, 2024

Perfect! Just made the changes and ofc everything works as expected, thank you very much!

@Zoophlas Zoophlas closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Not an issue, just a question
Projects
None yet
Development

No branches or pull requests

2 participants