This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Explanation
Agrrox edited this page Aug 26, 2020
·
15 revisions
`height` option to set wall height.
`onGround` option to draw on the ground or not.
`offset` option to set ground offset.
`ignoreBuildings` option to ignore existing buildings.
`ignoreVegetation` option to ignore vegetation.
`ignoredBlocks` option to:
`allowedBlocks` option to:
The blocks ignored by default are used to not draw a path on the vegetation.
[
'air',
'tallgrass',
'sapling',
'log',
'log2',
'leaves',
'leaves2',
'deadbush',
'red_flower',
'yellow_flower',
'red_mushroom',
'brown_mushroom',
'vine',
'waterlily',
'cactus',
'reeds',
'pumpkin',
'melon_block',
'snow_layer',
'double_plant'
]
The blocks allowed by default are used to not draw a path on existing buildings.
[
'air',
'grass',
'dirt',
'stone',
'sand',
'grass_path',
'concrete',
'gravel',
'water',
'lava'
]
For suggestions on how to improve BTE-Tools Wiki please contact Agrro#7602 on discord, or create issue on github.