Usage: nbtoolkit oregen -b <id> -w <path> [options]
Options for command 'oregen':
-b, --block=ID Generate blocks of type ID (0-255)
-d, --data=VAL Set the block's data value to VAL (0-15)
-r, --rounds=NUM Geneate NUM deposits per chunk
--min, --mindepth=VAL Generates deposits no lower than depth VAL (0-
127)
--max, --maxdepth=VAL Generates deposits no higher than depth VAL (0-
127)
-s, --size=VAL Generates deposits containing roughly up to VAL
blocks
--oo, --overrideores Generated deposits can replace other existing
ores
--oa, --overrideall Generated deposits can replace any existing block
--oi, --overrideinclude=ID
Generated deposits can replace the specified
block type ID [repeatable]
--ox, --overrideexclude=ID
Generated deposits can never replace the
specified block type ID [repeatable]
--nu, --nativeunpatched
Use MC native ore generation algorithm without
distribution evenness patch
Chunk Filtering Options:
--cxr, --chunkxrange=V1:V2
Include chunks with X-chunk coord between V1 and
V2, inclusive. V1 or V2 may be left blank.
--czr, --chunkzrange=V1:V2
Include chunks with Z-chunk coord between V1 and
V2, inclusive. V1 or V2 may be left blank.
--crv, --chunkinvertxz Inverts the chunk selection created by --cxr and
--czr when both options are used.
--ci, --chunkinclude=ID
Include chunks that contain blocks of type ID.
This option is repeatable.
--cx, --chunkexclude=ID
Exclude chunks that contain blocks of type ID.
This option is repeatable.
--cia, --chunkincludeall
If multiple --ci options, chunk must match all
of them to be included.
--ciy, --chunkincludeany
If multiple --ci options, chunk can match any of
them to be included. (default)
--cxa, --chunkexcludeall
If multiple --cx options, chunk must match all
of them to be excluded.
--cxy, --chunkexcludeany
If multiple --cx options, chunk can match any of
them to be excluded. (default)
--cp, --chunkprobability=VAL
Selects a matching chunk with probability VAL (-
0.0-1.0)
Common Options:
-w, --world=VALUE World directory
-h, --help Print this help message
--alpha Specify that the world is stored as individual
chunk files
--nether Update the Nether instead of the main region
-v Verbose output
--vv Very verbose output