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
cs_draw
Agrrox edited this page Aug 26, 2020
·
1 revision
/cs draw <file> [block] [options]
Traces any imported shape of an OpenStreetMap query - railroads, roads, etc.
Default options:
{
"block": "gold_block",
"height": 1,
"offset": 0,
"onGround": true,
"ignoreBuildings": true,
"ignoreVegetation": true,
"ignoredBlocks": ["see below"],
"allowedBlocks": ["see below"]
}
Setup :
- Create a
drawings
folder inside/config/worldedit
. - Get a geoJSON/KML file of valid tracings / OR
- Choose one of the following links:
- Rails - bounding box (Select the desired region using the map)
- Rails - name (Replace with a specific railroad name) (find a railroad name)
- Click
Run
>Export
>download/copy as GeoJSON
- Place the file in the
drawings
folder.
Examples :
/cs draw rails1 iron_block
/cs draw file3 stone {"height":5,"onGround":false}
For suggestions on how to improve BTE-Tools Wiki please contact Agrro#7602 on discord, or create issue on github.