Skip to content

Commit 053b31a

Browse files
authored
Merge pull request #291 from simlu/develop
Changed Stonehearth recommended settings
2 parents cbce77f + 43341b5 commit 053b31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/vitco/app/layout/content/menu/MainMenuLogic.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ protected Object doInBackground() throws Exception {
599599
LabelModule box_as_matrix_info = new LabelModule(
600600
"Warning: This option will result in loss of information for voxels outside the bounding box. " +
601601
"Use this setting to gain control over the matrix size. " +
602-
"Check for StoneHearth and set bounding box to 31 41 31."
602+
"Un-check for StoneHearth."
603603
);
604604
qbExporter.addComponent(box_as_matrix_info);
605605

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

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

0 commit comments

Comments
 (0)