Map
Link to map
The Map Package allows you to set a waypoint using BASE's waypoint event handler.
Импорт пакета
Link to импорт-пакета
You can import the package so that you don't have to retype it everytime.
Copyimport mods.contenttweaker.Map;
Adding Waypoints
Link to adding-waypoints
This is the only method exposed by the Map package and it allows you to set a waypoint at the given location.
It is a void method with the parameters:
CopyMap.setWaypoint(String name, IWorld world, IBlockPos pos, CTColor color)