Skip to content

Commit

Permalink
docs: fix broken link (cataclysmbnteam#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Dec 8, 2023
1 parent 720dc7f commit 8b117fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/content/docs/en/mod/json/reference/map/mapgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ Another entry within a mapgen definition or palette can be a `"parameters"` key.
Each entry in the `"parameters"` JSON object defines a parameter. The key is the parameter name.
Each such key should have an associated JSON object. That object must provide its type (which should
be a type string as for a `cata_variant`) and may optionally provide a default value. The default
value should be a [mapgen value](#mapgen-value) as defined above.
value should be a [mapgen value](#mapgen-values) as defined above.

At time of writing, the only way for a parameter to get a value is via the `"default"`, so you
probably want to always have one.
Expand Down

0 comments on commit 8b117fd

Please sign in to comment.