-
Why it is not working |
Beta Was this translation helpful? Give feedback.
Answered by
null2264
Apr 18, 2023
Replies: 1 comment
-
I assume that the file attached is just a portion of your config? { // <-
"customGen": {
"cobbleGen": {
"minecraft:end_stone": [
{
"id": "minecraft:end_stone",
"weight": 100.0,
}
],
"minecraft:granite": [
{
"id": "minecraft:granite",
"weight": 100.0,
}
]
}
},
} // <- |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
null2264
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume that the file attached is just a portion of your config?
If not you should wrap it with another
{}
, like this: