Skip to content

Commit ab2f216

Browse files
committed
Add comment noting the purpose and use of canBeVertical
1 parent acdac82 commit ab2f216

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/aztech/modern_industrialization/machines/components/OrientationComponent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ public static class Params {
111111
public final boolean hasOutput;
112112
public final boolean hasExtractItems;
113113
public final boolean hasExtractFluids;
114+
/**
115+
* MI itself does not make use of this field, and it purely exists for addons. If you want to use this field, you will need to make your own
116+
* model loader.
117+
*/
114118
public final boolean canBeVertical;
115119

116120
public Params(boolean hasOutput, boolean hasExtractItems, boolean hasExtractFluids, boolean canBeVertical) {

0 commit comments

Comments
 (0)