Skip to content

Cobblegen with bedrock always producing ores? #14

Answered by null2264
Whattheblah12 asked this question in Q&A
Discussion options

You must be logged in to vote

"customGen" is meant for custom generators that require a certain modifier block underneath the generated block, in this case, the default config requires players to have bedrock underneath where cobblestone is supposed to be generated to generate ores.

For "custom generators" that don't require any modifiers, you shouldn't put it inside "customGen". Also it seems like your config file is invalid, you should try using a validator/formatter like https://json-5.com/, because invalid configs will be ignored by the mod and it'll revert back to default config

{
	/* Default Generators
	   {
	     "id": "mod_id:block_id",
	     "weight": 95.5,
	     "dimensions": [
	       "mod_id:dimension_id",

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Whattheblah12
Comment options

@null2264
Comment options

@cwtuan
Comment options

Answer selected by null2264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants