We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b897f commit 6592641Copy full SHA for 6592641
docs/gamemodes/AOneBlock/index.md
@@ -190,6 +190,7 @@ The first number of any file is how many blocks need to be mined to reach that p
190
To define custom blocks in `blocks` section, you need to add `-` before each element.
191
Also, blocks must be defined with type, data and probability values.
192
Supported types are:
193
+
194
- `block-data`: uses `/setblock` command to place a block in the world. Requires `data` field
195
- `mob`: uses `spawn entity` API to create requested entity. Requires `mod` field
196
- `itemsadder`: uses ItemsAdder API to create block. Requires `id` field.
0 commit comments