Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated for new Stonehearth standards #290

Merged
merged 2 commits into from Sep 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -599,7 +599,7 @@ protected Object doInBackground() throws Exception {
LabelModule box_as_matrix_info = new LabelModule(
"Warning: This option will result in loss of information for voxels outside the bounding box. " +
"Use this setting to gain control over the matrix size. " +
"Check for StoneHearth and set bounding box to 31 41 31."
"Un-check for StoneHearth."
);
qbExporter.addComponent(box_as_matrix_info);

Expand All @@ -608,7 +608,7 @@ protected Object doInBackground() throws Exception {

LabelModule origin_as_zero_info = new LabelModule(
"Info: Un-checking will move exported voxel into positive space. This means voxels are " +
"shifted when re-importing the exported file. Un-check for StoneHearth."
"shifted when re-importing the exported file. Check for StoneHearth."
);
qbExporter.addComponent(origin_as_zero_info);

Expand Down