smallest fix known to man

This commit is contained in:
BallOfEnergy 2024-06-08 21:01:52 -05:00
parent a21a0934a6
commit 5b77cc7697

View File

@ -136,7 +136,7 @@ public class TileEntityRBMKControlManual extends TileEntityRBMKControl implement
@Callback(direct = true)
@Optional.Method(modid = "OpenComputers")
public Object[] getColor(Context context, Arguments args) {
return new Object[] {this.color};
return new Object[] {this.color.ordinal()};
}
@Override