Surface builder for two blocks
This commit is contained in:
parent
ae6c0e9aac
commit
b14cae82ff
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ public class BCLBiomeBuilder {
|
|||
* Adds blocks to the biome surface and below it (with specified depth).
|
||||
* @param surfaceBlock {@link Block} that will cover biome.
|
||||
* @param subterrainBlock {@link Block} below it with specified depth.
|
||||
* @param depth thickness of bottom block layer.
|
||||
* @param depth thickness of bottom block layer.`
|
||||
* @return same {@link BCLBiomeBuilder} instance.
|
||||
*/
|
||||
public BCLBiomeBuilder surface(Block surfaceBlock, Block subterrainBlock, int depth) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue