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

Basalt gen not working #74

Closed
5 of 6 tasks
d1vine-1 opened this issue Jun 20, 2024 · 1 comment
Closed
5 of 6 tasks

Basalt gen not working #74

d1vine-1 opened this issue Jun 20, 2024 · 1 comment
Labels
question Not an issue, just a question

Comments

@d1vine-1
Copy link

What happened?

My config for the basalt gen is not working, what did I do wrong? here is my code.
{
"cobbleGen": [
{
"id": "minecraft:emerald_ore",
"weight": 2.0
},
{
"id": "minecraft:diamond_ore",
"weight": 5.0
},
{
"id": "minecraft:lapis_ore",
"weight": 8.0
},
{
"id": "minecraft:redstone_ore",
"weight": 5.0
},
{
"id": "minecraft:iron_ore",
"weight": 15.0
},
{
"id": "minecraft:coal_ore",
"weight": 20.0
},
{
"id": "minecraft:cobblestone",
"weight": 45.0
}
],
"stoneGen": [
{
"id": "minecraft:stone",
"weight": 100.0
}
],
"basaltGen": [
{
"id": "minecraft:stone",
"weight": 100.0
}
]
}

Mod version

cobblegen-5.3.8+1.20.1b44-BETA-forge.jar

Game version

1.20.1

Modloader

Neoforge/Forge

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.8.
  • 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.
@d1vine-1 d1vine-1 added the question Not an issue, just a question label Jun 20, 2024
@null2264
Copy link
Owner

Ah, it's never loaded... classic copy paste mistake, whoops...

Fixed on f133b11. I'll release the fix to Modrinth and CurseForge soon.

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