I would like to disable this GUI element
In vanilla, you can hold a mining drill over a plot of land to get the "expected resources". Also, once the drill is activated, this info is also made available.
This collides with the aims of my mod which makes ores invisible, forcing the player to use tools like metal detectors.
Code: Select all
resource.highlight = false;
resource.map_grid = false;
resource.resource_patch_search_radius = false
resource.selectable_in_game = false;
resource.map_color = {0, 0, 0, 0};
Code: Select all
resource.show_expected_resources = false;